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

Notch() public method

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