Jamoma API  0.6.0.a19
TTBlackmanWindow.cpp File Reference

Blackman Window Function Unit for Jamoma DSP. More...

#include "TTBlackmanWindow.h"
+ Include dependency graph for TTBlackmanWindow.cpp:

Go to the source code of this file.

Detailed Description

Blackman Window Function Unit for Jamoma DSP.

Implemented according to:
http://en.wikipedia.org/wiki/File:Window_function_(blackman).png
w = 0.42 - 0.5*cos(2*pi*k/(N-1)) + 0.08*cos(4*pi*k/(N-1));

Authors
Tim Place, Nathan Wolek, Trond Lossius

Definition in file TTBlackmanWindow.cpp.