03-17-2007 07:34 PM
03-17-2007 09:28 PM - edited 03-17-2007 09:28 PM

Of course the same operation can be done in one simple operation using "reshape array" from the array palette. Check the online help. No loop needed at all!.

Message Edited by altenbach on 03-17-2007 07:29 PM
03-17-2007 09:37 PM
03-17-2007 10:39 PM
03-17-2007 11:10 PM
03-17-2007 11:28 PM
03-18-2007 02:53 PM
Altenbach or anyone else, something more
is it possible to get adjacent arrays and break them down to a mean pitch period of them instead of taking each array and segmenting it alone according to its period?
i mean if i have lets say 4 adjacent arrays of 256 samples each and they have a mean period of 64 samples, is it possible to break these 4 arrays to pieces of 64 samples each?
03-19-2007 01:14 AM
@madgreek wrote:
i mean if i have lets say 4 adjacent arrays of 256 samples each and they have a mean period of 64 samples, is it possible to break these 4 arrays to pieces of 64 samples each?
hi madgreek,
It IS possible to break these 4 arrays to pieces of 64 samples each.
Try using Decimate Array function from the Array palette & see if it fits Ur requirement.
Else, use the Index Array function & wire four indices as 0, 63, 125, 189 to split it into 4 pieces of 64 elements each.
03-19-2007 01:34 AM