LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Calculate velocity!

Solved!
Go to solution

There is a Derivative function in LabVIEW in the Control Design and Simulation Toolkit. You can read more about it in the link below.  

 

http://zone.ni.com/reference/en-XX/help/371894F-01/lvsim/sim_derivative/

Regards,

Eric L.
Applications Engineering Specialist
National Instruments
Message 11 of 14
(1,196 Views)

You can also use the Savitzky-Golay coefficients VI with a convolution VI to calculate derivatives using multiple points.

Message 12 of 14
(1,182 Views)

Hi,

 

I have measured velocity the same way as you are saying but I would like to add a filter to that how can I do that. I tried  Butterworth Filter.vi, and Butterworth Filter PtByPt.vi but the filtered value that I get is "NaN". please help me with this.

0 Kudos
Message 13 of 14
(1,108 Views)

0862194672 wrote:

I have measured velocity the same way as you are saying but I would like to add a filter to that how can I do that. I tried  Butterworth Filter.vi, and Butterworth Filter PtByPt.vi but the filtered value that I get is "NaN". please help me with this.


Show us your code.  We can't magically debug your code without seeing it.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 14 of 14
(1,096 Views)