Pfa |
public class Pfa235FFT
The Pfa235FFT type exposes the following members.
Name | Description | |
---|---|---|
Pfa235FFT | uninitialized setup | |
Pfa235FFT(Int32) | 1-dimensional setup | |
Pfa235FFT(Pfa235FFT) | Copy-Constructor | |
Pfa235FFT(Int32, Int32) | 2-dimensional setup | |
Pfa235FFT(Int32, Int32, Int32) | 3-dimensional setup |
Name | Description | |
---|---|---|
CanFactorized | Test if the number n can be factorized into powers of 2, 3 and 5. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Factorize | Factorize the number into powers of 2, 3, and 5 | |
FFT | Complex forward/backward FFT for 1/2/3 dimensions Interface with separate FLOAT vectors for real and imaginary part | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
RealFFT | Performs two FFTs of the two real values arrays and store the result in the arrays. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |