|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPanelPrincipal.ProcesamientoSenhal
public class ProcesamientoSenhal
Clase que ofrece varias herramientas para el procesamiento de señhales
Constructor Summary | |
---|---|
ProcesamientoSenhal(double[] dxVoz,
int ancho)
Constructor |
Method Summary | |
---|---|
double[] |
obtenerFFT(double[] DxVoz)
Funcion que obtiene la transformada rapida de fourier de una muestra |
double[] |
ventanamiento(double[] ventana,
double factorAlfa)
Aplica adecuacion hanning a la ventana |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcesamientoSenhal(double[] dxVoz, int ancho)
dxVoz
- deñal a ser procesadaancho
- largo del arregloMethod Detail |
---|
public double[] obtenerFFT(double[] DxVoz)
DxVoz
- los datos a procesar
public double[] ventanamiento(double[] ventana, double factorAlfa)
ventana
- Datos de la ventanafactorAlfa
- factor de la modificacion
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |