Class AllpassInt


  • public class AllpassInt
    extends Object
    First-order allpass filter with transfer function: A + Z^(-1) H(z) = ------------ 1 + A*Z^(-1) Implemented using minimum multiplier filter design. Reference: http://www.univ.trieste.it/~ramponi/teaching/ DSP/materiale/Ch6(2).pdf
    Author:
    Dingxin Xu
    • Constructor Detail

      • AllpassInt

        public AllpassInt()