Ejemplo n.º 1
0
		public object Clone()
		{
			Iir2 f = new Iir2(this.a1, this.a2, this.b1, this.b2);
			f.t1 = this.t1;
			f.t2 = this.t2;
			return f;
		}
Ejemplo n.º 2
0
        public object Clone()
        {
            Iir2 f = new Iir2(this.a1, this.a2, this.b1, this.b2);

            f.t1 = this.t1;
            f.t2 = this.t2;
            return(f);
        }
Ejemplo n.º 3
0
	SerialIirFilter(Iir2[] filters)
	{
	}