Search code examples
frequencygnuradiomeasurementusrpsoftware-defined-radio

Frequency Measurement on GNU Radio


I use an USRP on GNU Radio for AM and FM reception.

I can display the signal after demodulation thanks to QT GUI Time sink, therefore I can view the signal and know its frequency.

But I would like to measure automatically the frequency after demodulation. I want GNU Radio to give me the value of frequency signal. Is there a possibility to do that on GNU Radio?


Solution

  • Yes, it's possible.

    You need to use one of the existing frequency detectors – there's a PLL one right there in the library! Other than that, many method of frequency detection are possible to do – and all of them can be implemented in GNU Radio, to varying degrees of ease :)