Class Weighttab


  • final class Weighttab
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int i0  
      (package private) int i1  
      (package private) int[] weights  
    • Constructor Summary

      Constructors 
      Constructor Description
      Weighttab​(ParameterizedFilter pf, int weightOne, double center, int a0, int a1, boolean trimzeros)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • weights

        final int[] weights
      • i0

        final int i0
      • i1

        final int i1
    • Constructor Detail

      • Weighttab

        public Weighttab​(ParameterizedFilter pf,
                         int weightOne,
                         double center,
                         int a0,
                         int a1,
                         boolean trimzeros)