04-07-2008 09:32 PM
04-08-2008 11:28 AM - edited 04-08-2008 11:30 AM
Dancer,
DIAdem uses the trapezoid rule to compute integrals. Here's a few things you can check.
1) Are you sure your acceleration have the correct unit? Your accelerometer probably produces a signal in the mini volts range, you need to convert that to m/s^2 or others that suit your application.
2) You might want to check the x values for your integration. DIAdem uses the differences between x values as dt. If your x values are just 1,2,3,4..., your integration results are not going to be correct.
04-08-2008 11:37 AM
Hi Dancer,
Also note that when you integrate you will also need to add a constant value equal to the starting velocity of the first time interval. This information is not contained in the acceleration data. If you know that your starting velocity is zero, then you can ignore this step.
Brad Turpin
DIAdem Product Support Engineer
National Instruments
04-08-2008 11:45 AM
the sound and vibration measurement suite provides integration functions specifically designed for integrating acceleration to velocity and displacement. These measures handle all the conversion from voltage to g to in/sec, to mil etc. Further, the use a high pass filter in front of the integration part to remove the DC offset, which if there is any, your integration will tend towards infinity.
You might consider using a LabVIEW step with the tools from our Sound and Vibration toolkit. But do insure there is a high pass filter in front of your integration step and that all of your units are flowing thru the equations appropriately.
04-08-2008 12:03 PM
Hi
Thanks to all. These are all great suggestions for me to try.
Will let the forum know of my progress.
Thanks!
Dancer
11-09-2011 10:05 PM - edited 11-09-2011 10:06 PM
Hi all,
I want to double integrate the acceleration to displacement. I do all the procedure you discussed here, but the results that I get dont look right. I do the high pass filtering to remove very low frequencies and etc. Is there any other thing I might miss?
Moreover, I see in some references discussing the direct integration in time domain to get velocity and displacement doesn't give accurate results. Alternatively they suggest doing FFT and then doing the integration. I dont know how I should go with this method. wondering if anyone has an experience with this ?
Thanks