Home
last modified time | relevance | path

Searched refs:sample_rate_ppm (Results 1 – 4 of 4) sorted by relevance

/dports/audio/codec2/codec2-1.0.3/src/
H A Dcohpsk_internal.h122 int cohpsk_fs_offset(COMP out[], COMP in[], int n, float sample_rate_ppm);
H A Dcohpsk.c1235 int cohpsk_fs_offset(COMP out[], COMP in[], int n, float sample_rate_ppm) in cohpsk_fs_offset() argument
1239 double step = 1.0 + sample_rate_ppm/1E6; in cohpsk_fs_offset()
/dports/audio/codec2/codec2-1.0.3/unittest/
H A Dtofdm.c102 static int fs_offset(COMP out[], COMP in[], int n, float sample_rate_ppm) { in fs_offset() argument
105 double step = 1.0 + sample_rate_ppm/1E6; in fs_offset()
/dports/audio/codec2/codec2-1.0.3/octave/
H A Dtcohpsk.m91 sample_rate_ppm = -1500; variable
105 sample_rate_ppm = 0; variable
118 sample_rate_ppm = 0; variable
364 tin += 1+sample_rate_ppm/1E6;