02-17-2010 09:18 AM
02-17-2010 10:04 AM
You have extracted them - it's the y array and to perform the analysis, place that code inside the loop. This would perform continuous analysis.
p.s. The outer while loop is not needed.
02-18-2010 07:06 AM
Thanks for taking the time to look at my problem, I have tried connecting y directly but that wont work because: The type of the source is 1-D array of
double [64-bit real (~15 digit precision)].
The type of the sink is double [64-bit real (~15 digit precision)].
I have to some how take each value from the array and repeat the operation for every single element of the waveform. but I cannot connect the two.
02-18-2010 07:07 AM
02-18-2010 08:51 AM
02-22-2010 07:06 AM
02-22-2010 11:28 AM
02-22-2010 03:31 PM