|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmarytts.signalproc.window.Window
marytts.signalproc.window.BartlettWindow
public class BartlettWindow
| Field Summary |
|---|
| Fields inherited from class marytts.signalproc.window.Window |
|---|
BARTLETT, BLACKMAN, evenLength, FLATTOP, GAUSS, HAMMING, HANNING, prescalingFactor, RECT, window |
| Constructor Summary | |
|---|---|
BartlettWindow(int length)
|
|
BartlettWindow(int length,
double prescalingFactor)
|
|
| Method Summary | |
|---|---|
protected void |
initialise()
The initialisation of the window array with multiplication factors corresponding to the specific windowing function. |
static void |
main(java.lang.String[] args)
|
java.lang.String |
toString()
|
| Methods inherited from class marytts.signalproc.window.Window |
|---|
apply, apply, apply, apply, apply, applyInline, applyInline, applyInline, get, get, getAvailableTypes, getCoeffs, getCoeffsLeftHalf, getCoeffsRightHalf, getLength, getTypeByName, getTypeName, normalize, normalize, normalizePeakValue, normalizeRange, normalizeSquaredSum, type, value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BartlettWindow(int length)
public BartlettWindow(int length,
double prescalingFactor)
| Method Detail |
|---|
protected void initialise()
Window
initialise in class Windowpublic java.lang.String toString()
toString in class java.lang.Objectpublic static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||