|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvec_math.Fourier.Series
public static class Fourier.Series
A Fourier series multidimensional is the representation of a
discrete Fouriere series up to a specified order M. In its
Multidimensional use, it calculates the square sum of the
measured values y to the model fit, specified by the parameters
given, which have the meaning according to:
y_f=ΣM a2k-1ċcos(2πkċa_0ċt)+a2kċsin(2πkċa_0ċt)
A concrete value of the fourier transformation is available with
solve(vec_math.VectorG, double) which provides a Vector of a's and a value of t.
| Field Summary | |
|---|---|
private Vector2D[] |
measures
The vector of measures y at times x. |
private int |
order
The order of the fourier series. |
| Constructor Summary | |
|---|---|
protected |
Fourier.Series(Vector2D[] ty,
int m)
Constructs a new Fourier series. |
| Method Summary | |
|---|---|
int |
dimension()
The number of parameters of this series is the principal frequency, plus two parameters for each order, thus 2*oreder+1. |
double |
evaluate(VectorG fanbn)
Evaluates a fourier series with the given set of coefficents and frequency. |
protected Vector2D[] |
getMeasures()
Returns the data array. |
protected static double |
solve(VectorG fanbn,
double t)
We evaluate a fourier series for a given set of amplitudes and a principal frequency for the given time t. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Vector2D[] measures
private int order
| Constructor Detail |
|---|
protected Fourier.Series(Vector2D[] ty,
int m)
| Method Detail |
|---|
public double evaluate(VectorG fanbn)
evaluate in interface Multidimensionalpublic int dimension()
dimension in interface Multidimensionalprotected Vector2D[] getMeasures()
protected static double solve(VectorG fanbn,
double t)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||