Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help Required Regarding Velocity Estimation

Status
Not open for further replies.

fatima_farrukh

Newbie level 2
Joined
Feb 7, 2013
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,300
Hi every one,

I m using VG440 series Inertial Measurement Unit(IMU). This IMU is 6DOF ,3-axis Accelerometer, 3-axis Gyroscopes and no magnatometer. iI have logged a file by placing it in CG(Central Gravity) point of land vehicle. It gives measurements of accelerometer in "g" ,gyroscope in "radians/sec" and angles in degrees.

I want to estimate velocity from this data. I have taken gravity vector as [0 0 -1]. I calculated rotation matrix from "angle2dcm" function in Matlab and multiplied it with gravity vector. I have named this product as "Gravity_component". Then i have found the true vehicle acceleration by subtracting the "Gravity_comp" from measured accelerometer data. Then I multiplied the result with 9.8 to convert it into m/sec2. Next I have integrated this true acceleration like this:
vel_x(i) = vel_x(i-1) + dt * a_true(i);

Is any step missing in finding velocity? My results are not upto expectation. Velocity amplitude rise to 200 in amplitude that is not true if I consider it m/sec2.

Very Urgent help is required and thanks in anticipation.
 

Can you post your script?

Also have you examined the raw data, do the values look realistic? I've done this kind of measurement with inexpensive accelerometer and gyro and without filtering of the raw data I could never get any sensible results (ie. speed, distance and direction).
 

I couldn't post my script because it is on different computer that is not attached with internet.

My values are quite in range for accelerometer. In down direction these are around -1 g and in other two directions these are between +-0.2 g.

You suggested that i should filter my raw accelerometer data to get corrected value for velocity.

If you have any idea please share it.
Regards
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top