Accord.Tests.Audio.SignalTest.RectangularWindowTest C# (CSharp) Метод

RectangularWindowTest() приватный Метод

private RectangularWindowTest ( ) : void
Результат void
        public void RectangularWindowTest()
        {
            int length = 3;
            testWindow(length, RaisedCosineWindow.Rectangular(length));

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