Home
last modified time | relevance | path

Searched refs:PSK48_TXF_NUMSAMPLES (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/hamradio/soundmodem/
Dgentbl.c344 #define PSK48_TXF_NUMSAMPLES 16 macro
405 PSK48_TXF_OVERSAMPLING, PSK48_TXF_NUMSAMPLES, PSK48_RXF_LEN); in gentbl_psk4800()
407 for (j = 0; j < PSK48_TXF_NUMSAMPLES; j++) { in gentbl_psk4800()
419 if (k != 7 || j != PSK48_TXF_NUMSAMPLES-1 || in gentbl_psk4800()
Dsm_psk4800.c84 unsigned char txbits[PSK48_TXF_NUMSAMPLES];
120 for (j = si = sq = 0; j < PSK48_TXF_NUMSAMPLES; j++, st->tbl += 16) { in modulator_4800_u8()
157 for (j = si = sq = 0; j < PSK48_TXF_NUMSAMPLES; j++, st->tbl += 16) { in modulator_4800_s16()