Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

pp::Generators::BlackmanWindow Class Template Reference

Blackman(x,r) = { 0.42 + 0.5*cos(PI*x/r)+ 0.08*cos(2*PI*x/r) } |x| < r { 0 } else. More...

#include <Generators.h>

Inheritance diagram for pp::Generators::BlackmanWindow

Inheritance graph
[legend]
Collaboration diagram for pp::Generators::BlackmanWindow:

Collaboration graph
[legend]
List of all members.

Public Methods

 BlackmanWindow (long limit=1000)
 BlackmanWindow (long limit, float scale)
operator() ()
const char* GetName () const

Detailed Description

template<typename T = short> template class pp::Generators::BlackmanWindow

Blackman(x,r) = { 0.42 + 0.5*cos(PI*x/r)+ 0.08*cos(2*PI*x/r) } |x| < r { 0 } else.


The documentation for this class was generated from the following file:
Generated at Mon Nov 27 01:46:39 2000 for LibPenguinPlay by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000