gnuradio::blks2impl::wfm_tx::wfm_tx Class Reference
List of all members.
Member Function Documentation
def gnuradio::blks2impl::wfm_tx::wfm_tx::__init__ |
( |
|
self, |
|
|
|
audio_rate, |
|
|
|
quad_rate, |
|
|
|
tau = 75e-6 , |
|
|
|
max_dev = 75e3 | |
|
) |
| | |
Wide Band FM Transmitter.
Takes a single float input stream of audio samples in the range [-1,+1] and produces a single FM modulated complex baseband output.
- Parameters:
-
| 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 75e3) max_dev: float |
quad_rate must be an integer multiple of audio_rate.
Member Data Documentation
The documentation for this class was generated from the following file: