07-05-2012 10:46 AM
Hi.
I am trying to convert the digital voltage (read from the analog pin on my arduino mega from an accelerometer) and perform FFT/Spectral analysis to convert it into a Magnitude vs. Frequency output waveform.
I am having some issues accomplishing this, with my output from the Arduino Read Pin Vi as a double 64-real 16 precision data, which I convert to a single waveform. The output from the FFT (RMS) from my spectral measurement via is a 1D cluster of 3 elements. When I wire this to a waveform graph it just changes the Y values (magnitude) but frequency is not updating the X axis at all.
Please help here is a screen shot of my setup so far:
I also attached the VI below.
07-05-2012 01:36 PM
tried some more revamping still no luck!
would appreciate some feedback!!! thanks so much!!
07-05-2012 09:57 PM
*bump* no help?
07-06-2012 05:46 PM
You are performing the FFT on a single data point in both your posts. In the second post, remove the build array function and then change the tunnel to auto indexing. This is one needed step but I'm not all that familiar with the FFT functions beyond that point.