ATMLModelLibrary.model.signal.basic.BandPass.BandPass C# (CSharp) 메소드

BandPass() 공개 메소드

public BandPass ( ) : System
리턴 System
        public BandPass()
        {
            this._centerFrequency = "0";
            this._frequencyBand = "0";
            this._gain = "0 dB";
            this._rollOff = "0";
            this._passBandRipple = "0 dB";
            this._stopBandRipple = "0 dB";
        }