I have an application trying to measure the period of an essentially sinusoidal oscillation. These are signals from a 3-axis accelerometer (I2C), although I could alternatively use a analog output accelerometer. The signal is very slow ranging from 0.1 to 0.6 Hz. I am using a teensy 3.1.
My question is it possible to use the functions in audiomaster to do this ? I was thinking of high-pass filter to get rid of steady signals, then maybe a low pass filter to get rid of fast vibration noise (>1Hz). Then process via the FFT to get the frequencies and voila the period. I could not find any documentation on audiomaster so I trying to work my way through the examples and stuff on the forum.
Any help or comments appreciated.
My question is it possible to use the functions in audiomaster to do this ? I was thinking of high-pass filter to get rid of steady signals, then maybe a low pass filter to get rid of fast vibration noise (>1Hz). Then process via the FFT to get the frequencies and voila the period. I could not find any documentation on audiomaster so I trying to work my way through the examples and stuff on the forum.
Any help or comments appreciated.