Namespaces

Types in MathNet.Numerics.IntegralTransforms

Type Hartley

Namespace MathNet.Numerics.IntegralTransforms

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

Static Functions

Public Static Functions

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

Naive forward DHT, useful e.g. to verify faster algorithms.
Parameters
Double[] timeSpace

Time-space sample vector.

HartleyOptions options

Hartley Transform Convention Options.

Return
Double[]

Corresponding frequency-space vector.

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

Naive inverse DHT, useful e.g. to verify faster algorithms.
Parameters
Double[] frequencySpace

Frequency-space sample vector.

HartleyOptions options

Hartley Transform Convention Options.

Return
Double[]

Corresponding time-space vector.