C# Класс Accord.Tests.Math.FourierTransformTest

Показать файл Открыть проект

Приватные методы

Метод Описание
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