Method | Description | |
---|---|---|
Fourier ( int size ) : System |
Initializes a new instance of the Fourier transformer.
|
|
Fourier ( int size, FourierSign signConvention, FourierNormalization normalizationConvention ) : System |
Initializes a new instance of the Fourier transformer with the given sign and normalization conventions.
|
|
InverseTransform ( IList |
Computes the inverse Fourier transform of the given series.
|
|
Transform ( IList |
Computes the Fourier transform of the given series.
|
Method | Description | |
---|---|---|
FactorByPollardsRhoMethod ( List |
||
FactorByTrialDivision ( List |
||
Factors ( int n ) : List |
||
GetSign ( ) : int | ||
Normalize ( ScalarValue x, double f ) : void | ||
Transform ( ScalarValue &x, ScalarValue &y, int sign ) : void |
public Fourier ( int size ) : System | ||
size | int | The series length of the transformer, which must be positive. |
return | System |
public Fourier ( int size, FourierSign signConvention, FourierNormalization normalizationConvention ) : System | ||
size | int | The series length of the transformer, which must be positive. |
signConvention | FourierSign | The sign convention of the transformer. |
normalizationConvention | FourierNormalization | The normalization convention of the transformer. |
return | System |
public InverseTransform ( IList |
||
values | IList |
The series to invert. |
return | ScalarValue[] |
public Transform ( IList |
||
values | IList |
The series to transform. |
return | ScalarValue[] |