#include <fskmodem_float.h>
Data Fields | |
int | bw |
float | cola_demod [NCOLA] |
float | cola_filter [NCOLA] |
float | cola_in [NCOLA] |
float | cont |
filter_struct | demod_filter |
int | f_mark_idx |
int | f_space_idx |
int | flp |
double | flxv [8] |
double | flyv [8] |
int | fmp |
double | fmxv [8] |
double | fmyv [8] |
int | fsp |
double | fsxv [8] |
double | fsyv [8] |
int | hdlc |
int | icont |
int | instop |
int | ispb |
filter_struct | mark_filter |
int | nbit |
float | nstop |
int | parity |
int | pcola |
int | pllids |
int | pllispb |
int | pllispb2 |
filter_struct | space_filter |
float | spb |
int | state |
float | x0 |
float | x1 |
float | x2 |
int | xi0 |
int | xi1 |
int | xi2 |
Definition at line 34 of file fskmodem_float.h.
int bw |
Bandwidth
Definition at line 44 of file fskmodem_float.h.
Referenced by filterL(), filterM(), filterS(), and fskmodem_init().
float cola_demod[NCOLA] |
Queue of demodulated samples
Definition at line 57 of file fskmodem_float.h.
Referenced by demodulator().
float cola_filter[NCOLA] |
Queue of samples after filters
Definition at line 56 of file fskmodem_float.h.
Referenced by demodulator().
float cola_in[NCOLA] |
float cont |
struct filter_struct demod_filter |
int f_mark_idx |
Mark frequency index (f_M-500)/5
Definition at line 51 of file fskmodem_float.h.
Referenced by filterM(), and fskmodem_init().
int f_space_idx |
Space frequency index (f_S-500)/5
Definition at line 52 of file fskmodem_float.h.
Referenced by filterS(), and fskmodem_init().
int flp |
double flxv[8] |
double flyv[8] |
int fmp |
double fmxv[8] |
double fmyv[8] |
int fsp |
double fsxv[8] |
double fsyv[8] |
int hdlc |
Modo Packet
Definition at line 39 of file fskmodem_float.h.
int icont |
Definition at line 53 of file fskmodem_int.h.
int instop |
Number of Stop Bits
Definition at line 46 of file fskmodem_int.h.
int ispb |
struct filter_struct mark_filter |
int nbit |
Number of Data Bits (5,7,8)
Definition at line 36 of file fskmodem_float.h.
Referenced by fsk_serial().
float nstop |
Number of Stop Bits 1,1.5,2
Definition at line 37 of file fskmodem_float.h.
int parity |
Parity 0=none 1=even 2=odd
Definition at line 38 of file fskmodem_float.h.
int pcola |
int pllids |
Definition at line 60 of file fskmodem_int.h.
int pllispb |
Pll autosense
Definition at line 59 of file fskmodem_int.h.
int pllispb2 |
Definition at line 61 of file fskmodem_int.h.
struct filter_struct space_filter |
float spb |
Samples / Bit
Definition at line 35 of file fskmodem_float.h.
Referenced by fsk_serial(), and get_bit_raw().
int state |
float x0 |
float x1 |
float x2 |
int xi0 |
Definition at line 48 of file fskmodem_int.h.
int xi1 |
int xi2 |