|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPanelPrincipal.ExtCaracteristicas
public class ExtCaracteristicas
Contiene algoritmos para procesar senales de audio contenidos en archivos wav.
Constructor Summary | |
---|---|
ExtCaracteristicas(double[] dxVoz,
int ancho)
Constructor principal, crea un objeto con los datos entregados |
Method Summary | |
---|---|
double[] |
obtenerH(int fm0,
int fm,
int fm1)
Obtiene el vector H[k] |
double[][] |
obtenerMFCC(double[] dxVoz,
int longVent,
int desp)
Obtiene los coeficioentes del cepstrum de las mel-frecuencias |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtCaracteristicas(double[] dxVoz, int ancho)
dxVoz
- Datos de la muestra de audioancho
- Largo del vector de datosMethod Detail |
---|
public double[] obtenerH(int fm0, int fm, int fm1)
fm0
- desdefm
- a compararfm1
- hasta
public double[][] obtenerMFCC(double[] dxVoz, int longVent, int desp)
dxVoz
- Datos de la vozlongVent
- Largo ventana de oservaciondesp
- Desplazamiento de la ventana
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |