Namespaces

Types

Type ComplexFourierTransformation

Namespace MathNet.Numerics.Transformations

Methods

Properties

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

Double[] GenerateFrequencyScale(double sampleRate, int numberOfSamplePairs)

Generate the expected sample points in frequency space.
Parameters
return Double[]
double sampleRate The sampling rate of the time-space data.
int numberOfSamplePairs The real & complex numbers count together as only one sample.

Double[] GenerateTimeScale(double sampleRate, int numberOfSamplePairs)

Generate the expected sample points in time space.
Parameters
return Double[]
double sampleRate The sampling rate of the time-space data.
int numberOfSamplePairs The real & complex numbers count together as only one sample.

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

void TransformBackward(Double[] samplePairs, Int32[] dimensionLengths)

Parameters
Double[] samplePairs
Int32[] dimensionLengths

void TransformBackward(Complex[] samples, Int32[] dimensionLengths)

Parameters
Complex[] samples
Int32[] dimensionLengths

void TransformBackward(Double[] samplePairs)

Parameters
Double[] samplePairs

void TransformBackward(Complex[] samples)

Parameters
Complex[] samples

void TransformForward(Double[] samplePairs)

Parameters
Double[] samplePairs

void TransformForward(Double[] samplePairs, Int32[] dimensionLengths)

Parameters
Double[] samplePairs
Int32[] dimensionLengths

void TransformForward(Complex[] samples, Int32[] dimensionLengths)

Parameters
Complex[] samples
Int32[] dimensionLengths

void TransformForward(Complex[] samples)

Parameters
Complex[] samples

Public properties

TransformationConvention Convention get; set;

Fourier Transformation Convention
return TransformationConvention