Accord.Audio.Windows.RectangularWindow.RectangularWindow C# (CSharp) Method

RectangularWindow() public method

Constructs a new Rectangular Window.
public RectangularWindow ( int length ) : AForge.Math
length int
return AForge.Math
        public RectangularWindow(int length)
        {
            this.length = length;
        }

Same methods

RectangularWindow::RectangularWindow ( int length, int sampleRate ) : AForge.Math