C# 클래스 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.
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
DHT ( double data ) : void

Forward Hartley Transform.

비공개 메소드들

메소드 설명
cas ( double theta ) : double

메소드 상세

DHT() 공개 정적인 메소드

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