#include <fsk.h>
Public Attributes | |
| const char * | name |
| int | freq_zero |
| int | freq_one |
| int | tx_level |
| int | min_level |
| int | baud_rate |
| const char* fsk_spec_t::name |
Short text name for the modem.
The frequency of the zero bit state, in Hz
Referenced by fsk_rx_init(), and fsk_tx_init().
The frequency of the one bit state, in Hz
Referenced by fsk_rx_init(), and fsk_tx_init().
The transmit power level, in dBm0
Referenced by fsk_tx_init().
The minimum acceptable receive power level, in dBm0
Referenced by fsk_rx_init().
The bit rate of the modem, in units of 1/100th bps
Referenced by fsk_rx_init(), and fsk_tx_init().
1.5.6