Class BandPassTransform


  • public final class BandPassTransform
    extends java.lang.Object
    Transforms from an analogue bandpass filter to a digital band-stop filter
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void transform​(double fc, double fw, LayoutBase digital, LayoutBase analog)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • transform

        public static void transform​(double fc,
                                     double fw,
                                     LayoutBase digital,
                                     LayoutBase analog)