|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Window | |
---|---|
framed |
Uses of Window in framed |
---|
Subclasses of Window in framed | |
---|---|
class |
HammingWindow
Hamming window: windowed_signal = signal * (0.54 - 0.46*Math.cos(2. |
class |
HannWindow
Hanning window: windowed_signal = signal * (0.5 - 0.5*Math.cos(2. |
class |
RectangularWindow
Rectangular window. |
Methods in framed that return Window | |
---|---|
static Window |
Window.create(AudioSource source,
java.lang.String parameterString)
Generate a new Window object using the parameter string and AudioSource |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |