discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: How to print a list of the frequencies that are in the spectrum?


From: Marcus Müller
Subject: Re: How to print a list of the frequencies that are in the spectrum?
Date: Tue, 17 May 2022 18:14:03 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0

Hi Dor,

just a quick reminder: you're still using WX gui, which has been deprecated for roughly a decade, and GNU Radio 3.7, which is end of life. This could be relatively easily be solved using a Python block of your own design. Sadly, GNU Radio 3.7's support for these is relatively limited. It would be, on very many levels, be a good idea to use a more modern version of GNU Radio (e.g., 3.10).

Best regards,
Marcus

On 16/05/2022 09.11, Dor Ratz wrote:
Hey,

How can I print a list of the maximal frequencies that are in the spectrum?

For example, I connect this signal source with frequency of 1KHz, so I want to print 1KHz:

image.png
There is the input_items[0], but if I try to print (max.input_items[0]) I get the power of incoming signal and not the frequency, so I'm not how to do it.


Thanks,

Dor

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

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