Class SlidingWindow
- java.lang.Object
-
- com.actelion.research.calc.filter.SlidingWindow
-
public class SlidingWindow extends java.lang.Object
SlidingWindowCopyright: Actelion Pharmaceuticals Ltd., Inc. All Rights Reserved This software is the proprietary information of Actelion Pharmaceuticals, Ltd. Use is subject to license terms.
Created by korffmo1 on 01.03.16.
-
-
Constructor Summary
Constructors Constructor Description SlidingWindow(double[] arrFilter)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
filter(byte[] a)
double[]
filter(double[] a)
int[]
filter(int[] a)
static void
main(java.lang.String[] args)
-