Class HighPassTransform


  • public final class HighPassTransform
    extends java.lang.Object
    Transforms from an analogue low-pass filter to a digital high-pass filter
    • Method Summary

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

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