Searched refs:M_pilot (Results 1 – 7 of 7) sorted by relevance
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/multichannel/src/ |
H A D | ofdmframesync.c | 176 if ( (q->M_pilot + q->M_data) == 0) { in ofdmframesync_create() 182 } else if (q->M_pilot < 2) { in ofdmframesync_create() 927 unsigned int N = _q->M_pilot + _q->M_data; in ofdmframesync_estimate_eqgain_poly() 1008 float x_phase[_q->M_pilot]; in ofdmframesync_rxsymbol() 1009 float y_phase[_q->M_pilot]; in ofdmframesync_rxsymbol() 1021 if (n == _q->M_pilot) { in ofdmframesync_rxsymbol() 1042 if (n != _q->M_pilot) { in ofdmframesync_rxsymbol() 1048 for (i=1; i<_q->M_pilot; i++) { in ofdmframesync_rxsymbol() 1109 for (i=0; i<_q->M_pilot; i++) in ofdmframesync_rxsymbol() 1171 fprintf(fid,"M_pilot = %u;\n", _q->M_pilot); in ofdmframesync_debug_print() [all …]
|
H A D | ofdmframegen.c | 55 unsigned int M_pilot; // number of pilot subcarriers member 121 ofdmframe_validate_sctype(q->p, q->M, &q->M_null, &q->M_pilot, &q->M_data); in ofdmframegen_create() 122 if ( (q->M_pilot + q->M_data) == 0) { in ofdmframegen_create() 128 } else if (q->M_pilot < 2) { in ofdmframegen_create() 165 q->g_data = 1.0f / sqrtf(q->M_pilot + q->M_data); in ofdmframegen_create() 206 printf(" - pilot : %-u\n", _q->M_pilot); in ofdmframegen_print()
|
H A D | ofdmframe.common.c | 286 unsigned int M_pilot = 0; in ofdmframe_validate_sctype() local 295 M_pilot++; in ofdmframe_validate_sctype() 306 *_M_pilot = M_pilot; in ofdmframe_validate_sctype()
|
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/sandbox/ |
H A D | ofdmframesync_cfo_test.c | 107 unsigned int M_pilot = 0; in main() local 109 ofdmframe_validate_sctype(p, M, &M_null, &M_pilot, &M_data); in main() 116 fprintf(fid,"# M_pilot = %u\n", M_pilot); in main()
|
H A D | ofdmframe_papr_test.c | 160 unsigned int M_pilot = 0; in main() local 162 ofdmframe_validate_sctype(p, M, &M_null, &M_pilot, &M_data); in main() 170 fprintf(fid,"M_pilot = %u;\n", M_pilot); in main()
|
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/framing/src/ |
H A D | ofdmflexframesync.c | 77 unsigned int M_pilot; // number of pilot subcarriers member 181 ofdmframe_validate_sctype(q->p, q->M, &q->M_null, &q->M_pilot, &q->M_data); in ofdmflexframesync_create() 249 printf(" * pilot : %-u\n", _q->M_pilot); in ofdmflexframesync_print()
|
H A D | ofdmflexframegen.c | 87 unsigned int M_pilot; // number of pilot subcarriers member 189 ofdmframe_validate_sctype(q->p, q->M, &q->M_null, &q->M_pilot, &q->M_data); in ofdmflexframegen_create() 278 printf(" * pilot : %-u\n", _q->M_pilot); in ofdmflexframegen_print()
|