class Blackman : public Window Generalized Blackman window class
Generalized Blackman window class. The generalized Blackman window function is Wb(x) = (0.5 - Beta) - 0.5*cos(Xj) + Beta*cos(2Xj), where Xj=2*pi*j/(N-1). The classic Blackman window is given by Beta=0.08. A slight change in the parameters of the Blackman window (Beta=0.125) give a 30-dB/octave rolloff. The 30dB window can be implemented using the alternate constructor
explicit Blackman(int len, double Beta=0.08)
~Blackman()
double WinFc(double x)
alphabetic index hierarchy of classes
generated by doc++