|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uol.aig.fts.apodization.Apodization
public class Apodization
a collection of apodization functions.
Constructor Summary | |
---|---|
Apodization(double a,
double b,
int NPoints,
java.lang.String apf_name)
Constructor |
Method Summary | |
---|---|
void |
execute(double[] y)
perform the apodization |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Apodization(double a, double b, int NPoints, java.lang.String apf_name)
a
- the low bound of the data rangeb
- the upper bound of the data rangeNPoints
- the number of the total pointsapf_name
- the name of the apodization functionMethod Detail |
---|
public void execute(double[] y)
y
- the data to be apodized
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |