I have a noisy signal but underneath the data is a reasonable curve. I'm new to digital filtering and was hoping for a hand on which filter to use and what components I need to download.
The chart required is the rate of change of speed of a drum. Its a dynomometer. Speed goes roughly from 45-65 kph and it is sampled at 30 hz over a 3-4 second run. The problem is that the speed change between samples is small hence the "noise."
Attached is the plot of speed (top) and rate of change of speed (bottom)
Any suggestions on how to go forward.
Delphi 6.
Thanks Wallace.
Filtering noise
Re: Filtering noise
Without knowing any details it's hard to give an advice. However, in order to get a smoothed first derivative of the speed I would try to use a Savitzky-Golay smoothed derivative. See the procedure FirstDeriv for Details. You have to experiment with the WindowSize parameter.
Regards,
Hans
Regards,
Hans
---
Hans Lohninger
Epina GmbH
Retz, Austria
Hans Lohninger
Epina GmbH
Retz, Austria