Hello everyone, my name is Pablo. I'm a Mechanical Engineering student and I'm currently working on a University project.
I am analyzing data from a skid pad test, and to gain insight on the vehicle behaviour, i'm trying to create some math channels to study slips (CG slip, individual wheel slip). I'm doing it this way because so far I have no data from Slip Angle sensors. I'm mainly working with the following (at least for this part of the analysis):
- Linear Acelerometer @ 50 Hz
- Gyro sensor (yaw velocity) @ 200 Hz
- GPS @ 20 Hz
So, for example, if I try to obtain a plot of the longitudinal speed (Vx) by integrating the longitudinal acceleration, the results "drifts" away, or moves all over the place. In other words, the resulting channel diverges. The same happens when trying to obtain lateral speed (Vy), or any other parameter.
So far I have tried using a low pass filter on the channel before integration and a high pass filter on the channel resulting from integration. Drift can be eliminated by the high pass filter, but the cut off frecuency has a big effect on the actual magnitude of the result. In fact, the impact is so big that I'm nowhere near trusting the result.
As far as I'm concerned, the logged data is of quite good quality, and makes all the sense in the world. Having said that, my knowledge and experience in signal processing are almost non existent.
Is there any other technique that I can try to obtain a trustworthy integrated channel?