Class ZTransform

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static double EPSILON  
    • Constructor Summary

      Constructors 
      Constructor Description
      ZTransform()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double[] transform​(double[] input)  
      • Methods inherited from class java.lang.Object

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

      • ZTransform

        public ZTransform()
    • Method Detail

      • transform

        public double[] transform​(double[] input)
        Specified by:
        transform in interface ITransformation<double[]>