vec_math
Class LinearSmoothing.File

java.lang.Object
  extended by vec_math.LinearSmoothing.File
Enclosing class:
LinearSmoothing

public static final class LinearSmoothing.File
extends Object

Reads the specified column of a data file and does a moving-average filtering. On output, we print zero for points where no smoothing is possible.


Constructor Summary
LinearSmoothing.File()
           
 
Method Summary
static void main(String[] arg)
          Ascii file name followed by window width.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinearSmoothing.File

public LinearSmoothing.File()
Method Detail

main

public static void main(String[] arg)
Ascii file name followed by window width.