Namespaces

Types

Type DiscreteHartleyTransform

Namespace MathNet.Numerics.IntegralTransforms.Algorithms

Fast (FHT) Implementation of the Discrete Hartley Transform (DHT).

Methods

Public instance methods

Double[] NaiveForward(Double[] timeSpace, HartleyOptions options)

Naive forward DHT, useful e.g. to verify faster algorithms.
Parameters
return Double[] Corresponding frequency-space vector.
Double[] timeSpace Time-space sample vector.
HartleyOptions options Hartley Transform Convention Options.

Double[] NaiveInverse(Double[] frequencySpace, HartleyOptions options)

Naive inverse DHT, useful e.g. to verify faster algorithms.
Parameters
return Double[] Corresponding time-space vector.
Double[] frequencySpace Frequency-space sample vector.
HartleyOptions options Hartley Transform Convention Options.