| Package | Description |
|---|---|
| edu.gtts.sautrela.sp |
Provides modules for Signal Processing
|
| Modifier and Type | Field and Description |
|---|---|
static Windowing.Function |
Windowing.DEFAULT_FUNCTION
default window function == Hamming
|
| Modifier and Type | Method and Description |
|---|---|
Windowing.Function |
Windowing.getFunction()
Gets the function of the window
|
static Windowing.Function |
Windowing.Function.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Windowing.Function[] |
Windowing.Function.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Windowing.setFunction(Windowing.Function function)
Sets the function of the window.
|