WBFM Receive PLL

From GNU Radio
Revision as of 20:03, 15 July 2020 by Duggabe (talk | contribs) (add example flowgraph)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Hierarchical block for demodulating a broadcast FM signal.

The input is the downconverted complex baseband signal (gr_complex).

The output is the demodulated audio (float)

Compared to WBFM Receive, this one does a full stereo demodulation.

Parameters

Quadrature Rate
Input sample rate of complex baseband input. (float)
Audio Decimation
How much to decimate quad_rate to get to audio. (integer)

Example Flowgraph

This flowgraph shows the stereo version of the WBFM receiver. The flowgraph file can be found in https://github.com/duggabe/gnuradio/blob/issue3593/gr-analog/examples/USRP_FM_stereo.grc

USRP FM stereo pll.png

Source Files

Python files
[1]
Block definition
[2]