discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] FFT block's use of sampling rate


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] FFT block's use of sampling rate
Date: Sun, 18 Apr 2010 17:23:40 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Thunderbird/3.0.4

On 04/18/2010 05:16 PM, David Barton wrote:
Hi,

In GRC I hooked up a signal source with a 100kHz sampling rate directly to a FFT sink. I accidentally listed the FFT sampling frequency as 200kHz. I noticed that it did not complain and all it did was shift the actual signal source frequency by a factor of 2. So my guess would be that the FFT block is not actually using the sampling rate parameter in the FFT calculations except to just scale the frequency axis. Is that accurate?

Thanks,
Dave

To a first approximation, yes.

The other thing I think the FFT graphical sink uses the sample rate for is to calculate the
  required "keep-one-in-N" for maintaining the desired screen update rate.

But the FFT itself onlys knows about a vector of samples, what they mean, in a temporal sense
  is rather outside the scope of the FFT calculation.


-- 
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org

reply via email to

[Prev in Thread] Current Thread [Next in Thread]