Lines Matching refs:COMP

101     COMP  prev_tx_symbols[NC+1];
102 COMP tx_filter_memory[NC+1][NSYM];
103 COMP phase_tx[NC+1];
104 COMP freq[NC+1];
109 COMP pilot_lut[NPILOT_LUT];
116 COMP pilot_baseband1[NPILOTBASEBAND];
117 COMP pilot_baseband2[NPILOTBASEBAND];
118 COMP pilot_lpf1[NPILOTLPF];
119 COMP pilot_lpf2[NPILOTLPF];
120 COMP S1[MPILOTFFT];
121 COMP S2[MPILOTFFT];
125 COMP fbb_rect;
127 COMP fbb_phase_tx;
128 COMP fbb_phase_rx;
133 COMP foff_phase_rect;
138 COMP rxdec_lpf_mem[NRXDECMEM];
139 COMP rx_fdm_mem[NRX_FDM_MEM];
140 COMP phase_rx[NC+1];
141 COMP rx_filter_mem_timing[NC+1][NT*P];
143 COMP phase_difference[NC+1];
144 COMP prev_rx_symbols[NC+1];
169 void bits_to_dqpsk_symbols(COMP tx_symbols[], int Nc, COMP prev_tx_symbols[], int tx_bits[], int *p…
170 void tx_filter(COMP tx_baseband[NC+1][M_FAC], int Nc, COMP tx_symbols[], COMP tx_filter_memory[NC+1…
171 void fdm_upconvert(COMP tx_fdm[], int Nc, COMP tx_baseband[NC+1][M_FAC], COMP phase_tx[], COMP freq…
172 COMP *fbb_phase, COMP fbb_rect);
173 void tx_filter_and_upconvert(COMP tx_fdm[], int Nc, COMP tx_symbols[],
174 COMP tx_filter_memory[NC+1][NSYM],
175 COMP phase_tx[], COMP freq[], COMP *fbb_phase, COMP fbb_rect);
176 void generate_pilot_fdm(COMP *pilot_fdm, int *bit, float *symbol, float *filter_mem, COMP *phase, C…
177 void generate_pilot_lut(COMP pilot_lut[], COMP *pilot_freq);
178 float rx_est_freq_offset(struct FDMDV *f, COMP rx_fdm[], int nin, int do_fft);
179 …lpf_peak_pick(float *foff, float *max, COMP pilot_baseband[], COMP pilot_lpf[], codec2_fft_cfg fft…
180 void fdm_downconvert(COMP rx_baseband[NC+1][M_FAC+M_FAC/P], int Nc, COMP rx_fdm[], COMP phase_rx[],…
181 void rxdec_filter(COMP rx_fdm_filter[], COMP rx_fdm[], COMP rxdec_lpf_mem[], int nin);
182 void rx_filter(COMP rx_filt[][P+1], int Nc, COMP rx_baseband[][M_FAC+M_FAC/P], COMP rx_filter_memor…
183 void down_convert_and_rx_filter(COMP rx_filt[NC+1][P+1], int Nc, COMP rx_fdm[],
184 COMP rx_fdm_mem[], COMP phase_rx[], COMP freq[],
186 float rx_est_timing(COMP rx_symbols[], int Nc,
187 COMP rx_filt[][P+1],
188 COMP rx_filter_mem_timing[][NT*P],
192 …psk_to_bits(int rx_bits[], int *sync_bit, int Nc, COMP phase_difference[], COMP prev_rx_symbols[],…
193 void snr_update(float sig_est[], float noise_est[], int Nc, COMP phase_difference[]);