Accord.Tests.Audio.ComplexSignalTest.ComplexRectangularWindowTest C# (CSharp) Method

ComplexRectangularWindowTest() private method

private ComplexRectangularWindowTest ( ) : void
return void
        public void ComplexRectangularWindowTest()
        {
            int length = 2;
            testWindow(length, RaisedCosineWindow.Rectangular(length));

            testWindow(length, new RectangularWindow(length));
        }