Uses of Class
com.github.JianZhongBerkeley.exceptions.ArrayUtilException
Packages that use ArrayUtilException
-
Uses of ArrayUtilException in com.github.JianZhongBerkeley.arrayUtils
Methods in com.github.JianZhongBerkeley.arrayUtils that throw ArrayUtilExceptionModifier and TypeMethodDescriptiondouble[]
ArrayUtilGeneralFIRFilter.filter
(double[] src) double[]
ArrayUtilMovingAvg.movingAvg
(double[] src) void
ArrayUtilGeneralFIRFilter.setkernel
(double[] kernel) void
ArrayUtilMovingAvg.setWinSize
(int winSize)