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 | Performs an in-place complex forward or inverse FFT using separate real and imaginary arrays. | |
| 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 one-dimensional real FFTs by packing them into a single complex transform. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| dim | Stores the configured transform dimensions. | |
| id | Stores the leading dimension, the configured number of dimensions, and the size of the trigonometric lookup table. | |
| ndim | Stores the leading dimension, the configured number of dimensions, and the size of the trigonometric lookup table. | |
| row_order | Gets or sets a value indicating whether the transformed data is stored in row-major order. | |
| trigs | Stores the precomputed trigonometric lookup values used by the transform. | |
| trindex | Stores the starting indices of the trigonometric tables for each dimension. | |
| trisize | Stores the leading dimension, the configured number of dimensions, and the size of the trigonometric lookup table. |