Class BandStopTransform


  • public final class BandStopTransform
    extends java.lang.Object
    Transforms from an analogue lowpass filter to a digital bandstop 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)