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

WindowBase() protected method

Constructs a new Window.
protected WindowBase ( double duration, int sampleRate ) : AForge.Math
duration double
sampleRate int
return AForge.Math
        protected WindowBase(double duration, int sampleRate)
            : this((int)duration * sampleRate, sampleRate)
        {

        }

Same methods

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