C# Class Accord.Tests.Math.FourierTransformTest

Show file Open project: accord-net/framework

Private Methods

Method Description
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