Searched defs:cepstrum (Results 1 – 9 of 9) sorted by relevance
40 autoSound cepstrum = Spectrum_to_Sound (dBspectrum.get()); in Spectrum_to_PowerCepstrum() local60 autoSound cepstrum = Spectrum_to_Sound (dBspectrum.get()); in Spectrum_to_Cepstrum() local71 autoCepstrum cepstrum = Data_copy (me); in Cepstrum_to_Spectrum() local
134 std::array<float, kNumBands> cepstrum; in CheckSilenceComputeFeatures() local
135 std::array<float, kNumBands> cepstrum; in CheckSilenceComputeFeatures() local
57 std::vector<std::complex<double>> cepstrum(fft.Size()); in FIR_MinPhase() local
348 autoSound cepstrum = Spectrum_to_Sound (dBspectrum.get()); in Spectrum_cepstralSmoothing() local
415 ALL_IMPL_AUTO_TEST_CASE(cepstrum) in ALL_IMPL_AUTO_TEST_CASE() argument