ATMLModelLibrary.model.signal.basic.LowPass.LowPass C# (CSharp) Méthode

LowPass() public méthode

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