PINE LIBRARY

MathTransformsHartley

Library "MathTransformsHartley"
implementation of the Fast Discrete Hartley Transform(DHT).

naive(samples) Generic naive transform for the (DHT).
Parameters:
  • samples: float array, 1d data.

Returns: float array.

fdht(samples) Fast Discrete Hartley Transform (DHT).
Parameters:
  • samples: float array, data samples.

Returns: float array.

idht(samples, asymmetric_scaling) Inverse Discrete Hartley Transform (DHT).
Parameters:
  • samples: float array, data samples.
  • asymmetric_scaling: bool, default=true, scaling option.

Returns: float array.
MATHtransform

Pineライブラリ

TradingViewの精神に則り、作者はPineコードをオープンソースライブラリとして公開し、コミュニティの他のPineプログラマーが再利用できるようにしました。作者に敬意を表します!このライブラリを個人的に、または他のオープンソースの投稿で使用することができますが、このコードを投稿で再利用するには、ハウスルールに準拠する必要があります。

免責事項