|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::vector< double > MayaFlux::Nodes::Generator::HammingWindow | ( | size_t | length | ) |
Creates a Hamming window function.
| length | Number of samples in the window |
The Hamming window is similar to the Hann window but doesn't reach zero at the edges. It offers different spectral characteristics and is often used in:
Mathematical formula: w(n) = 0.54 - 0.46*cos(2π*n/(N-1))
Definition at line 17 of file WindowGenerator.cpp.
Referenced by generate_window().
Here is the caller graph for this function: