|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::vector< double > MayaFlux::Nodes::Generator::BlackmanWindow | ( | size_t | length | ) |
Creates a Blackman window function.
| length | Number of samples in the window |
The Blackman window provides better sidelobe suppression than Hamming or Hann windows, making it useful for:
Mathematical formula: w(n) = 0.42 - 0.5*cos(2π*n/(N-1)) + 0.08*cos(4π*n/(N-1))
Definition at line 29 of file WindowGenerator.cpp.
Referenced by generate_window().
Here is the caller graph for this function: