Method | Description | |
---|---|---|
BackwardFourierTransform ( this windows ) : void |
Applies backward fast Fourier transformation to a complex signal array.
|
|
BackwardHilbertTransform ( this windows ) : void |
Applies backward fast Hilbert transformation to a complex signal array.
|
|
ForwardFourierTransform ( this windows ) : void |
Applies forward fast Fourier transformation to a complex signal array.
|
|
ForwardHilbertTransform ( this windows ) : void |
Applies forward fast Hilbert transformation to a complex signal array.
|
|
Split ( this signal, IWindow window, int step ) : ComplexSignal[] |
Splits a signal using a window
|
|
Split ( this signal, int windowSize, int step ) : ComplexSignal[] |
Splits a signal using a window
|
|
Split ( this signal, IWindow window, int step ) : Signal[] |
Splits a signal using a window
|
|
Split ( this signal, int windowSize, int step ) : Signal[] |
Splits a signal using a window
|
public static BackwardFourierTransform ( this windows ) : void | ||
windows | this | |
return | void |
public static BackwardHilbertTransform ( this windows ) : void | ||
windows | this | |
return | void |
public static ForwardFourierTransform ( this windows ) : void | ||
windows | this | |
return | void |
public static ForwardHilbertTransform ( this windows ) : void | ||
windows | this | |
return | void |
public static Split ( this signal, IWindow window, int step ) : ComplexSignal[] | ||
signal | this | |
window | IWindow | |
step | int | |
return | ComplexSignal[] |
public static Split ( this signal, int windowSize, int step ) : ComplexSignal[] | ||
signal | this | |
windowSize | int | |
step | int | |
return | ComplexSignal[] |
public static Split ( this signal, IWindow window, int step ) : Signal[] | ||
signal | this | |
window | IWindow | |
step | int | |
return | Signal[] |
public static Split ( this signal, int windowSize, int step ) : Signal[] | ||
signal | this | |
windowSize | int | |
step | int | |
return | Signal[] |