|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvec_math.PowerSpectrum.BartlettWindow
public static class PowerSpectrum.BartlettWindow
The Bartlett window function.
| Field Summary | |
|---|---|
private double |
inverse
Inverse of the length. |
private double |
length
Length of window as a double. |
| Constructor Summary | |
|---|---|
PowerSpectrum.BartlettWindow(int m)
Constructs the Bartlett window function with a specified half-length. |
|
| Method Summary | |
|---|---|
double |
evaluate(double j)
Evaluates the Bartlett window function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private double length
private double inverse
| Constructor Detail |
|---|
public PowerSpectrum.BartlettWindow(int m)
| Method Detail |
|---|
public double evaluate(double j)
evaluate in interface Function
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||