Home
last modified time | relevance | path

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

/dports/audio/codec2/codec2-1.0.3/src/
H A Dofdm.c672 complex float corr_st, corr_en; in est_timing() local
732 corr_en = 0.0f; in est_timing()
744 corr_en = re + im * I; in est_timing()
752 corr_en = re + im * I; in est_timing()
759 corr_en = corr_en + (rx[ind + ofdm->samplesperframe] * wvec_pilot[j]); in est_timing()
762 corr[i] = (cabsf(corr_st) + cabsf(corr_en)) * av_level; in est_timing()
823 complex float corr_en = 0.0f; in est_freq_offset_pilot_corr() local
835 corr_en += rx[est + ofdm->samplesperframe] * csam; in est_freq_offset_pilot_corr()
839 float Cabs = cabsf(corr_st) + cabsf(corr_en); in est_freq_offset_pilot_corr()
/dports/audio/codec2/codec2-1.0.3/octave/
H A Dofdm_lib.m547 corr_en = 0; variable
551 corr_en = rx2 * known_samples'; variable
553 corr(i) = (abs(corr_st) + abs(corr_en))/av_level;
592 corr_en = rx2 .* conj(known_samples); variable
603 C_en = corr_en * exp(j*w*(0:Npsam-1))';