02-23-2003 05:06 PM
02-24-2003 04:55 AM
02-24-2003 10:57 AM
08-14-2005 03:52 AM
08-14-2005 05:49 AM
Use the multiply node from the numeric pallette. If you wire a scalar constant to the second input it multiplies an n-dimensional array elementwise with that constant. See attached example.
@Dr.Berns wrote:
Hello:
I have ECG recordings that last from few minutes to hours all of them are digitized in some binary format each data point in corresponding time of acquisition (msec). Now, if I read them into an array from a binary file reader VI they span several hundred columns (a row vector) of data points each is like in the 10e9 magnitude (from direct reading) now I would like to rescale them back to mV level by multiplying each of the data points by some constant factor. I know that I have to create an equivalent order vector to have a point by point multiplication I would like to ask for suggestion on how to efficiently handle this?
Thanks,
Berns B.
08-14-2005 09:17 AM