09-08-2011 06:00 AM
Hi everyone,
I have 16 arrays which I want to build into waveforms with same sampling time.
Is there a way to manage it with one action or a block, besides doing it seperately? If it is possible, how can I do that?
Regards,
OZGUR
09-08-2011 08:15 AM
Do it for one array. Then build all 16 arrays to a an array (it will be 2-D array now), then create a for loop, index each element and then implement that code that you created for that one array.
09-08-2011 08:19 AM - edited 09-08-2011 08:20 AM
I've found "Copy Waveform dt" block, i guess it does exactly what i wanted, i merged the signals and used that block and splitted it later. It seems working properly.
Thanks for your reply,
ozgur