LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Acceleration measurement

Solved!
Go to solution

Dear All

 

I'm a new labview user

 

How to measure acceleration and deceleration of a vehicle?

 

I mount an accelerometer to the cowl panel firewall in a car, but instead of mesuring the vehicle acceleration, the sensor measure the vibration of the firewall panel. What is the correct method to get the vehicle acceleration?

 

I used IEPE accelerometer with g range up to 500g, frequency range 3-18kHz.

 

Please advice

 

Thank you so much

0 Kudos
Message 1 of 4
(3,004 Views)

hello hkm. accelerometers are very noisy sensors. you could start by adding a low pass filter. probably one with a cut off frequency at 2hz and see if that's good enough. You could use even lower frequencies.

Check if you have a filter block in your labview package. if not you can program a very simple one and that should be enough.

 

0 Kudos
Message 2 of 4
(2,993 Views)

hi Nihil

 

Thanks for your feedback. I did use low pass filter, but with higher cut off frequency. I'll try as your suggestion at 2Hz once i work with the test again.

0 Kudos
Message 3 of 4
(2,980 Views)
Solution
Accepted by topic author hkm

i worked with accelereometers once, we used an accel and a gyro to determinie the roll axis of a platform. we used complementary filters (a lowpass for the accel and a high pass for the gyro) and the cut-off frequency we ended up using was 0.5hz.

good luck. 

 

0 Kudos
Message 4 of 4
(2,978 Views)