ATMLModelLibrary.model.signal.basic.LowPass.LowPass C# (CSharp) Method

LowPass() public method

public LowPass ( ) : System
return System
        public LowPass()
        {
            this._cutoff = "0Hz";
            this._gain = "0 dB";
            this._rollOff = "0";
            this._passBandRipple = "0 dB";
            this._stopBandRipple = "0 dB";
        }