|
Public Attributes |
|
int | baud_rate |
|
int | sync_mode |
|
put_bit_func_t | put_bit |
|
void * | user_data |
|
int32_t | carrier_on_power |
|
int32_t | carrier_off_power |
|
power_meter_t | power |
|
int16_t | last_sample |
| | The value of the last signal sample, using the a simple HPF for signal power estimation.
|
|
int | signal_present |
| | >0 if a signal above the minimum is present. It may or may not be a V.29 signal.
|
|
int32_t | phase_rate [2] |
|
uint32_t | phase_acc [2] |
|
int | correlation_span |
|
int32_t | window_i [2][FSK_MAX_WINDOW_LEN] |
|
int32_t | window_q [2][FSK_MAX_WINDOW_LEN] |
|
int32_t | dot_i [2] |
|
int32_t | dot_q [2] |
|
int | buf_ptr |
|
int | baud_inc |
|
int | baud_pll |
|
int | lastbit |
|
int | scaling_shift |