C# Class Accord.Math.HartleyTransform

Hartley Transformation.
References: Wikipedia contributors, "Hartley transform," Wikipedia, The Free Encyclopedia, available at: http://en.wikipedia.org/w/index.php?title=Hartley_transform K. R. Castleman, Digital Image Processing. Chapter 13, p.289. Prentice. Hall, 1998. Poularikas A. D. “The Hartley Transform”. The Handbook of Formulas and Tables for Signal Processing. Ed. Alexander D. Poularikas, 1999.
ファイルを表示 Open project: accord-net/framework

Public Methods

Method Description
DHT ( double data ) : void

Forward Hartley Transform.

Private Methods

Method Description
cas ( double theta ) : double

Method Details

DHT() public static method

Forward Hartley Transform.
public static DHT ( double data ) : void
data double
return void