vec_math
Class LinearSmoothing.File
java.lang.Object
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.
|
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 |
LinearSmoothing.File
public LinearSmoothing.File()
main
public static void main(String[] arg)
- Ascii file name followed by window width.