public class SpectralDistanceMeasures extends Object
Modifier and Type | Field and Description |
---|---|
static double |
MAX_SPECTRAL_DISTANCE |
Constructor and Description |
---|
SpectralDistanceMeasures() |
Modifier and Type | Method and Description |
---|---|
static double |
coshDist(double[] speechFrame1,
double[] speechFrame2,
int fftSize,
int lpOrder) |
static double[] |
getInverseHarmonicLSFWeights(double[] lsfs) |
static double |
getLsfDist(double[] lsfs1,
double[] lsfs2,
int samplingRate) |
static double |
getLsfDist(double[] lsfs1,
double[] lsfs2,
int samplingRate,
double[] lsfWgt) |
static double |
itakuraSaitoDist(double[] speechFrame1,
double[] speechFrame2,
int fftSize,
int lpOrder) |
static double |
itakuraSaitoDistSymmetric(double[] speechFrame1,
double[] speechFrame2,
int fftSize,
int lpOrder) |
static double |
kullbackLeiblerSpectralDist(double[] speechFrame1,
double[] speechFrame2,
int fftSize,
int lpOrder) |
static double |
kullbackLeiblerSymmetricSpectralDist(double[] speechFrame1,
double[] speechFrame2,
int fftSize,
int lpOrder) |
static double |
lsfDist(double[] speechFrame1,
double[] speechFrame2,
int samplingRate) |
static double |
lsfDist(double[] speechFrame1,
double[] speechFrame2,
int samplingRate,
int lpOrder) |
static void |
main(String[] args) |
static double |
rmsLogSpectralDist(double[] speechFrame1,
double[] speechFrame2,
int fftSize,
int lpOrder) |
public static double lsfDist(double[] speechFrame1, double[] speechFrame2, int samplingRate)
public static double lsfDist(double[] speechFrame1, double[] speechFrame2, int samplingRate, int lpOrder)
public static double getLsfDist(double[] lsfs1, double[] lsfs2, int samplingRate)
public static double getLsfDist(double[] lsfs1, double[] lsfs2, int samplingRate, double[] lsfWgt)
public static double[] getInverseHarmonicLSFWeights(double[] lsfs)
public static double rmsLogSpectralDist(double[] speechFrame1, double[] speechFrame2, int fftSize, int lpOrder)
public static double kullbackLeiblerSpectralDist(double[] speechFrame1, double[] speechFrame2, int fftSize, int lpOrder)
public static double kullbackLeiblerSymmetricSpectralDist(double[] speechFrame1, double[] speechFrame2, int fftSize, int lpOrder)
public static double itakuraSaitoDistSymmetric(double[] speechFrame1, double[] speechFrame2, int fftSize, int lpOrder)
public static double itakuraSaitoDist(double[] speechFrame1, double[] speechFrame2, int fftSize, int lpOrder)
public static double coshDist(double[] speechFrame1, double[] speechFrame2, int fftSize, int lpOrder)
public static void main(String[] args)
Copyright © 2000–2016 DFKI GmbH. All rights reserved.