tpp
Interface Filter1D


public interface Filter1D

A filter for smoothing a 1D array of numbers.


Method Summary
 double[] filter(double[] a)
           
 

Method Detail

filter

double[] filter(double[] a)