Class LowPassTransform


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