Public Member Functions | |
def | __init__ |
This block demodulates a band-limited, complex down-converted AM channel into the the original baseband signal, applying low pass filtering to the audio output. It produces a float stream in the range [-1.0, +1.0].
fg,: | flowgraph | |
channel_rate,: | incoming sample rate of the AM baseband sample_rate: integer | |
audio_decim,: | input to output decimation rate audio_decim: integer | |
audio_pass,: | audio low pass filter passband frequency audio_pass: float | |
audio_stop,: | audio low pass filter stop frequency audio_stop: float |
def gnuradio::blksimpl::am_demod::am_demod_cf::__init__ | ( | self, | ||
fg, | ||||
channel_rate, | ||||
audio_decim, | ||||
audio_pass, | ||||
audio_stop | ||||
) |