discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: Strange FFT AUDIO


From: Kevin Reid
Subject: Re: Strange FFT AUDIO
Date: Mon, 19 Apr 2021 12:03:06 -0700

On Mon, Apr 19, 2021 at 11:44 AM Alberto <alberto_gnuradio@libero.it> wrote:
To obtain a real FFT i can use Float to Complex block ?

Float to Complex will do the same thing you're seeing now — it just writes a zero imaginary component into the stream.

If you need a signal with an actually one-sided spectrum you can use the Hilbert block, which uses the Hilbert transform to generate a 90° phase shifted quadrature component. But that is just wasted compute cycles unless your next signal processing step actually needs that result. For viewing purposes, just ignore the other side of the spectrum. (It would be nice if the QT GUI Frequency Sink had an option to hide it when given float input, but as far as I know, it doesn't.)

reply via email to

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