|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::vector< double > MayaFlux::Nodes::Generator::HannWindow | ( | size_t | length | ) |
Creates a Hann window function.
| length | Number of samples in the window |
The Hann window (sometimes called Hanning) is a bell-shaped window function that tapers smoothly to zero at both ends. It's commonly used for:
Mathematical formula: w(n) = 0.5 * (1 - cos(2π*n/(N-1)))
Definition at line 5 of file WindowGenerator.cpp.
Referenced by generate_window().
Here is the caller graph for this function: