com.rapidminer.tools.math.function.window
Class BlackmanHarrisWindowFunction

java.lang.Object
  extended by com.rapidminer.tools.math.function.window.WindowFunction
      extended by com.rapidminer.tools.math.function.window.BlackmanHarrisWindowFunction

public class BlackmanHarrisWindowFunction
extends WindowFunction

A Blackman-Harris window function.

Author:
Tobias Malbrecht, Ingo Mierswa

Field Summary
 
Fields inherited from class com.rapidminer.tools.math.function.window.WindowFunction
BARTLETT, BLACKMAN, BLACKMAN_HARRIS, FUNCTION_NAMES, FUNCTIONS, GAUSSIAN, HAMMING, HANN, JUSTIFY_CENTER, JUSTIFY_LEFT, JUSTIFY_RIGHT, RECTANGULAR, TRIANGULAR
 
Constructor Summary
BlackmanHarrisWindowFunction(java.lang.Integer width)
           
BlackmanHarrisWindowFunction(java.lang.Integer width, java.lang.Integer justification)
           
 
Method Summary
protected  double getValue(int width, int n)
           
 
Methods inherited from class com.rapidminer.tools.math.function.window.WindowFunction
createWindowFunction, createWindowFunction, createWindowFunction, createWindowFunction, getValue, getWeights
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlackmanHarrisWindowFunction

public BlackmanHarrisWindowFunction(java.lang.Integer width)

BlackmanHarrisWindowFunction

public BlackmanHarrisWindowFunction(java.lang.Integer width,
                                    java.lang.Integer justification)
Method Detail

getValue

protected double getValue(int width,
                          int n)
Specified by:
getValue in class WindowFunction


Copyright © 2001-2009 by Rapid-I