Chirp |
public class ChirpFFT
The ChirpFFT type exposes the following members.
Name | Description | |
---|---|---|
CyclicConvolution | Performs a cyclic convolution of splitted complex data of arbitrary length. | |
CyclicCorrelation(Double, Double, Double, Int32) | Performs a cyclic correlation of splitted complex data of arbitrary length. | |
CyclicCorrelation(Double, Double, Double, Double, Double, Double, Int32) | Performs a cyclic correlation of splitted complex data of arbitrary length. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
FFT(Double, Double, FourierDirection) | Performs an FFT of arbitrary length by the chirp method. Use this method only if no other FFT is applicable. | |
FFT(Double, Double, FourierDirection, Object) | Performs an FFT of arbitrary length by the chirp method. Use this method only if no other FFT is applicable. | |
FFT(Double, Double, UInt32, FourierDirection) | Performs an FFT of arbitrary length by the chirp method. Use this method only if no other FFT is applicable. | |
FFT(Double, Double, UInt32, FourierDirection, Object) | Performs an FFT of arbitrary length by the chirp method. Use this method only if no other FFT is applicable. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
FourierTransformation2D | Performs an two dimensional FFT of arbitrary length by the chirp method. Use this method only if no other FFT is applicable. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetNecessaryConvolutionSize | Returns the neccessary size for a chirp convolution of length n. | |
GetNecessaryCorrelationSize | Returns the neccessary size of the padding arrays for a cyclic correlation of length n. | |
GetNecessaryTransformationSize | Returns the neccessary transformation size for a chirp transformation of length n. | |
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) |