Hi, I am doing a research study at university using Arduino Uno, LabVIEW and an accelerometer 352C33.
The idea is to attach the accelerometer to a structure and with a hammer make the structure vibrate and then make that signal analysis with a power spectrum in order to know the natural frequencies. I have some questions:
- The accelerometer needs at least 18V but with 5V the signal measuring is good for what I need but the spectral analysis is not. Does this have something to do or even with 5 Volts is should show some values?
- I have 2 options for measuring and both don’t show correct values for the spectral analysis (with the Fourier Transform). 1 Use a point by point filter and the Fourier for point by point. 2 Use a for loop to keep some values and create an array and then use a normal filter and Fourier to evaluate the signal.
I upload 2 Vi and some captures to show you that none of those solution works and I am stuck at this point. I am happy with the signal measuring cause is sufficiently precise but I can’t get the natural frequencies.
Any suggestion will help. Thanks in advance

