R/dsp_detection.R
morie_dsp_complex_cepstrum.Rd
IFFT(log|X| + j * unwrap(angle(X))). Returns cepstrum and quefrency indices.
IFFT(log|X| + j * unwrap(angle(X)))
morie_dsp_complex_cepstrum(x)
Numeric vector.
List with cepstrum and quefrency.
cepstrum
quefrency
Rangayyan & Krishnan (2015), Ch. 4, sec. 4.10; Oppenheim & Schafer (2010).