FastFourierTransformF Methods |
The FastFourierTransformF type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
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 a hash function for a particular type. (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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Transform1D(Vector2F, Boolean) |
Performs a Fast Fourier Transform in 1 dimension using the Radix-2 Cooley-Tukey algorithm.
| |
Transform1D(Vector2F, Int32, Boolean) |
Performs a Fast Fourier Transform using the Radix-2 Cooley-Tukey algorithm.
| |
Transform2D |
Performs a Fast Fourier Transform in 2 dimensions.
|