public class CepstrumSpeechAnalyser extends Object
Constructor and Description |
---|
CepstrumSpeechAnalyser() |
Modifier and Type | Method and Description |
---|---|
static double[] |
cepstralSmoothedSpectrumInNeper(double[] x,
int fs) |
static double[] |
cepstralSmoothedSpectrumInNeper(double[] x,
int fftSize,
int lifterOrder) |
static ComplexArray |
complexCepstrum(double[] frame,
int fftSize) |
static double[] |
filterLowPass(double[] realCepstrum,
int cutoffIndex) |
static ComplexArray |
minimumPhaseResponse(double[] systemAmpsInNeper) |
static double[] |
minimumPhaseResponseInRadians(double[] systemAmpsInNeper) |
static double[] |
realCepstrum(double[] frame) |
static double[] |
realCepstrum(double[] frame,
int fftSize) |
static double[] |
systemPhaseResponse(double[] x,
int fs) |
static double[] |
systemPhaseResponse(double[] x,
int fftSize,
int lifterOrder) |
public static double[] realCepstrum(double[] frame)
public static double[] realCepstrum(double[] frame, int fftSize)
public static ComplexArray complexCepstrum(double[] frame, int fftSize)
public static double[] filterLowPass(double[] realCepstrum, int cutoffIndex)
public static double[] systemPhaseResponse(double[] x, int fftSize, int lifterOrder)
public static double[] systemPhaseResponse(double[] x, int fs)
public static double[] minimumPhaseResponseInRadians(double[] systemAmpsInNeper)
public static ComplexArray minimumPhaseResponse(double[] systemAmpsInNeper)
public static double[] cepstralSmoothedSpectrumInNeper(double[] x, int fs)
public static double[] cepstralSmoothedSpectrumInNeper(double[] x, int fftSize, int lifterOrder)
Copyright © 2000–2016 DFKI GmbH. All rights reserved.