Public Member Functions | |
| def | __init__ |
| Narrow Band FM Receiver. | |
Public Attributes | |
| quad_demod | |
| deemph | |
| audio_filter | |
| def gnuradio::blksimpl::nbfm_rx::nbfm_rx::__init__ | ( | self, | ||
| fg, | ||||
| audio_rate, | ||||
| quad_rate, | ||||
tau = 75e-6, |
||||
max_dev = 5e3 | ||||
| ) |
Narrow Band FM Receiver.
Takes a single complex baseband input stream and produces a single float output stream of audio sample in the range [-1, +1].
| fg,: | flow graph | |
| audio_rate,: | sample rate of audio stream, >= 16k audio_rate: integer | |
| quad_rate,: | sample rate of output stream quad_rate: integer | |
| tau,: | preemphasis time constant (default 75e-6) tau: float | |
| max_dev,: | maximum deviation in Hz (default 5e3) max_dev: float |
Exported sub-blocks (attributes): squelch quad_demod deemph audio_filter
1.5.8