Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 3 of 3) sorted by relevance

/liblc3-latest/python/tools/
Dspecgram.py62 s = signal.chirp(t, f0=10, f1=fs/2, t1=t[-1], phi=-90, method='linear')
/liblc3-latest/src/
Dltpf.c594 int t1 = argmax_weighted(r, nr, -.5f/(nr-1), &rm1); in detect_pitch() local
597 const int16_t *x1 = x - (r0 + t1); in detect_pitch()
607 ltpf->tc = (t1sel ? t1 : t2); in detect_pitch()
/liblc3-latest/test/
Dltpf.py519 s = signal.chirp(t, f0=10, f1=2500, t1=t[-1], method='logarithmic')