Thursday, July 11, 2024

Re: Limiting X-axis Scale in GNU Radio QT GUI Frequency Sink Block

If you're willing to analyze offline, there's a nice spectrum display tool called inspectrum.

https://github.com/miek/inspectrum.git

Here's an example of OFDM pilots in an ATSC 3.0 signal.

Ron

On 7/11/24 19:00, Muhammad Anas wrote:

Thanks for the tip!


On Fri, Jul 12, 2024, 6:11 AM Steve Hageman <steve.hageman@outlook.com> wrote:
Hi Muhammad - Marcus had a straightforward solution, but there is
another solution - which may or may not work for you and your exact
flowgraph.

You can directly take a FFT of the signal.
https://wiki.gnuradio.org/index.php/FFT

Then display it in a QT GUI Vector Sink - In the Vector Sink you can
adjust the X and Y axes.
https://wiki.gnuradio.org/index.php/QT_GUI_Vector_Sink

Just an alternative - Hope this helps.

No comments:

Post a Comment