Click or drag to resize

RealFFTResultWrapper Methods

The RealFFTResultWrapper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAddSpectra Addition of two spectra that where created as the result of two real fourier transformations.
Public methodCircularFrequenciesFromXIncrement Given a value for the xincrement (x interval between two points before the Fourier transformation), the vector of circular frequencies is returned.
Public methodCircularFrequenciesFromXRate Given a value for the xrate (inverse of x interval between two points before the Fourier transformation), the vector of circular frequencies is returned.
Public methodStatic memberDivideSpectra Divides two spectra that where created as the result of two real fourier transformations.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFrequenciesFromXIncrement Given a value for the xincrement (x interval between two points before the Fourier transformation), the vector of frequencies is returned.
Public methodFrequenciesFromXRate Given a value for the xrate (inverse of x interval between two points before the Fourier transformation), the vector of frequencies is returned.
Public methodStatic memberFromRepresentationCompactComplexToReal(IROComplexDoubleVector, IVectorDouble) Transforms from a compact complex representation (nyquist frequency value put in imaginary part of first element) to real representation.
Public methodStatic memberFromRepresentationCompactComplexToReal(IReadOnlyListDouble, IReadOnlyListDouble, IVectorDouble) Transforms from a compact complex representation (nyquist frequency value put in imaginary part of first element) to real representation.
Public methodStatic memberFromRepresentationRealToCompactComplex(IReadOnlyListDouble, IComplexDoubleVector) Transforms from the real representation of a spectrum to the compact complex representation (nyquist frequency value put in imaginary part of first element).
Public methodStatic memberFromRepresentationRealToCompactComplex(IReadOnlyListDouble, IVectorDouble, IVectorDouble) Transforms from the real representation of a spectrum to the compact complex representation (nyquist frequency value put in imaginary part of first element).
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also