discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] shift param in FFT block in GRC


From: John Shields
Subject: Re: [Discuss-gnuradio] shift param in FFT block in GRC
Date: Wed, 13 Jun 2012 18:10:52 +1200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

On 12/06/12 21:00, Martin Braun wrote:
On Tue, Jun 12, 2012 at 08:19:21PM +1200, John Shields wrote:
When I add a FFT block in the GRC (gr_fft_vxx if I understand things
correctly) I am offered a boolean parameter 'shift'. When I attempt
to discern the code, there is a comment:

   // apply a fft shift on the data  - for the fwd FFT and
   // apply an ifft shift on the data  - for reverse.

What does this parameter do?
It applies an FFT shift on the data for the forward FFT and an IFFT
shift on the data for reverse FFT.

Did that help?

If not, a quick Google search for 'fft shift' explains that this moves
the DC carrier to the centre of the spectrum (instead of the far left).

MB



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Thanks Martin,
                      Yes it does help. I had seen some 'funky stuff' in Marcus' Simple_RA and wondered why. Now  I think I know.

                                 Kind Regards,

                                           John

reply via email to

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