What I need to do is waveform integration from an acceleration vibration signal to a velocity or displacement signal.
To take the signal to velocity, I first filter the acceleration signal (HPFilter, 5Hz) to remove any offset and the perform the integration.
To probe the method, I use a signal composed by one sine WF with amplitude 1. The test consist in vary the frequency of the sine WF and evaluate the value obtained by the FFT of the integrated signal.
For a freq of 10 Hz, i obtained a value of 0,015931 which is nearly the expected 1/(2·pi·10)=0,015916
for a freq of 150 Hz, i obtained a value of 9,8130e-4 instead of the expected 1/(2·pi·150)=1,061e-3
for a freq of 450 Hz, i obtained a value of 7,91922e-5 instead of the expected 1/(2·pi·450)=3,537e-4
as you can see, higher the frequency, higher the deviation from the expected value. i am triyng to get this solve, but in this moment i don't know why this phenomenon occur.
any help will be well recibed.
CJMV