#include <fskmodem.h>
Data Fields | |
| int | bw |
| float | cola_demod [NCOLA] |
| float | cola_filtro [NCOLA] |
| float | cola_in [NCOLA] |
| float | cont |
| 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 | nbit |
| float | nstop |
| int | paridad |
| int | pcola |
| float | spb |
| int | state |
| float | x0 |
| float | x1 |
| float | x2 |
Definition at line 35 of file fskmodem.h.
| int bw |
Ancho de Banda
Definition at line 45 of file fskmodem.h.
Referenced by callerid_new(), filtroL(), filtroM(), filtroS(), and tdd_new().
| float cola_demod[NCOLA] |
| float cola_filtro[NCOLA] |
Cola de muestras tras filtros
Definition at line 57 of file fskmodem.h.
Referenced by demodulador().
| float cola_in[NCOLA] |
| float cont |
| int f_mark_idx |
Indice de frecuencia de marca (f_M-500)/5
Definition at line 52 of file fskmodem.h.
Referenced by callerid_new(), filtroM(), and tdd_new().
| int f_space_idx |
Indice de frecuencia de espacio (f_S-500)/5
Definition at line 53 of file fskmodem.h.
Referenced by callerid_new(), filtroS(), and tdd_new().
| 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 nbit |
Number of Data Bits (5,7,8)
Definition at line 37 of file fskmodem.h.
Referenced by callerid_new(), fsk_serie(), and tdd_new().
| float nstop |
Number of Stop Bits 1,1.5,2
Definition at line 38 of file fskmodem.h.
Referenced by callerid_new(), fsk_serie(), and tdd_new().
| int paridad |
Parity 0=none 1=even 2=odd
Definition at line 39 of file fskmodem.h.
Referenced by fsk_serie(), and tdd_new().
| int pcola |
Puntero de las colas de datos
Definition at line 55 of file fskmodem.h.
Referenced by demodulador(), and tdd_new().
| float spb |
Samples / Bit
Definition at line 36 of file fskmodem.h.
Referenced by callerid_new(), fsk_serie(), get_bit_raw(), and tdd_new().
| int state |
| float x0 |
| float x1 |
| float x2 |
1.5.5