C# 클래스 Accord.Tests.Math.FourierTransformTest

파일 보기 프로젝트 열기: accord-net/framework

비공개 메소드들

메소드 설명
FFTTest ( ) : void
log10RmsErr ( double xreal, double ximag, double yreal, double yimag ) : double
naiveConvolve ( double xreal, double ximag, double yreal, double yimag, double outreal, double outimag ) : void
naiveDft ( double inreal, double inimag, double outreal, double outimag, bool inverse ) : void
randomReals ( int size ) : double[]
testConvolution ( int size ) : void
testFft ( int size ) : void