10-13-2012 03:48 PM
HI,
I'm trying to get the transient response of a thermocouple with USB 6008, I need to do the curve fit for the acquired signal. The curve fit is not working for me.The curve fitting block needs input for the location.how can I create and supply that. find the attached VI.
10-13-2012 04:05 PM
The "locations" are the x values for each data point. In principle, dynamic data has that built-in (x0, dx, etc), but I guess you would need to create an array of x-values yourself.
10-14-2012 04:14 AM
Hi Altenbech,
please explain me how can I create that array of X values?
Thanks In advance.
10-14-2012 10:41 AM
You could get the xo and dx from the dynamic data, the use a simple variation of this code. See how far you get.