Re: frequency spacing



ilter <x@xxxxxxxx> wrote in news:1146582612618-359556@xxxxxxxxxxxxxxx:

Dear All,
I am acquiring analog signal and I am using 'filtering' , 'tone
measurements' , 'fft' express vi's.I realized that fft found a peak
frequency of a value which is 1000 times lower than the actual
frequency. In my vi sampling rate is 1000 Hz, number of samples to be
acquired is 1000. Looking at&nbsp;the
attached&nbsp;example&nbsp;&nbsp;I figured out that I need the
frequency spacing information. Using 'build cluster' I merged FFT
output with sampling rate and resulting plot looked correct.But this
does not solve my problem, since I need to have the dynamic data
stream to be 'correct'. I need to find the frequency of a different
signal using 'tone measurements' express vi which currently is giving
a 1000 times lower value . I also want to use filtering vi, which does
work properly under this condition. Any suggestion will be more than
appreciated. Regards,
ilter


fft.JPG:
http://forums.ni.com/attachments/ni/170/182552/1/fft.JPG



Since you sample rate is 1K, and you're getting a max at a frequency 1000X
less than you would think, you must be getting a max at .3Hz or less, I
would imagine.

Subtract the mean from your signal before taking the fft. Better yet, fit
the whole data set to a line, and then subtract out that line, and take the
fft.
--
Scott
Reverse name to reply
.



Relevant Pages

  • Re: Lowest power tune detector.
    ... One way is to attach my laptop to my keyring, run a FFT over the output ... Your're pretty much looking at a multi tone telemetry system. ...
    (sci.electronics.design)
  • Re: Magnitudes drop when adding more
    ... > I'm using FFTW which I think is absolutely amazingly good! ... > I was playing around with FFT a few years back and I think I ... If I have a single tone, ... This COULD have to do with the .wav format. ...
    (comp.dsp)
  • Re: About FFT bins
    ... I apply the FFT of 512 points and i read 16 K-values of FFT, ... My question is if it is possible syncronize the frecuency only computing a ... Do you have a single tone or mutiple tones present at the same time? ...
    (comp.dsp)
  • Re: About FFT bins
    ... I apply the FFT of 512 points and i read 16 K-values of FFT, ... Then, with 15.625Hz of tone separations, i can tolerate an offset of 1 or ... Hz, but an offset of 4 Hz, for example, will degrade my estimation too ... My question is if it is possible syncronize the frecuency only computing a ...
    (comp.dsp)
  • Frequency spacing needs to be embedded in data stream
    ... I am acquiring analog signal and I am using 'filtering', 'tone ... I realized that fft found a peak frequency of a value which is 1000 ... different signal using 'tone measurements' express vi which currently ...
    (comp.lang.labview)