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

HighPass() public method

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