02-14-2009 06:18 PM - edited 02-14-2009 06:19 PM
Can the pt by pt derivative disregard initial points? The attached vi shows a spike in the beginning. I don't know how to eliminate this.
Solved! Go to Solution.
02-14-2009 09:00 PM - edited 02-14-2009 09:01 PM
The derivative of the first point is actually undefined. How do you want it to show up? As a zero or not at all?
What you can do is have a case structure or select statement where if the the iteration value i = 0 then feed a zero or an NaN to the waveform chart instead of the result of the derivative function.