vec_math
Class LinearSmoothing.Average

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

private static class LinearSmoothing.Average
extends LinearSmoothing


Nested Class Summary
 
Nested classes/interfaces inherited from class vec_math.LinearSmoothing
LinearSmoothing.File
 
Field Summary
 
Fields inherited from class vec_math.LinearSmoothing
cn, dn, FIR, IIR, nj, nk, type
 
Constructor Summary
private LinearSmoothing.Average(int w)
           
 
Method Summary
protected  void setType()
          Sets the type of this filter.
 
Methods inherited from class vec_math.LinearSmoothing
getM, getN, getNj, getNk, getType, isValid, movingAverage, smoothAll, smoothAll, smoothAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinearSmoothing.Average

private LinearSmoothing.Average(int w)
Method Detail

setType

protected void setType()
Description copied from class: LinearSmoothing
Sets the type of this filter. Is generic to each filter, so no arguments can be passed to this method. The method should be protected, because we do not want anybody to manipulate it from outside.

Specified by:
setType in class LinearSmoothing