Searched refs:PSK48_RXF_LEN (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/soundmodem/
H A Dsm_tbl_psk4800.h15 #define PSK48_RXF_LEN 64 macro
182 static const short psk48_rx_coeff[PSK48_RXF_LEN] = {
H A Dsm_psk4800.c52 short infi[PSK48_RXF_LEN/2], infq[PSK48_RXF_LEN/2];
298 for (i = si = sq = 0, coeff = psk48_rx_coeff; i < (PSK48_RXF_LEN/2);
304 for (i = si = sq = 0, coeff = psk48_rx_coeff + 1; i < (PSK48_RXF_LEN/2);
331 for (i = si = sq = 0, coeff = psk48_rx_coeff; i < (PSK48_RXF_LEN/2);
337 for (i = si = sq = 0, coeff = psk48_rx_coeff + 1; i < (PSK48_RXF_LEN/2);
H A Dgentbl.c337 #define PSK48_RXF_LEN 64 macro
362 static const float psk48_rx_coeff[PSK48_RXF_LEN] = {
392 "#define PSK48_RXF_LEN %u\n"
397 PSK48_TXF_OVERSAMPLING, PSK48_TXF_NUMSAMPLES, PSK48_RXF_LEN);
419 fprintf(f, "static const short psk48_rx_coeff[PSK48_RXF_LEN] = {\n\t");
420 for (i = 0; i < PSK48_RXF_LEN; i++) {
422 if (i < PSK48_RXF_LEN-1)

Completed in 38 milliseconds