|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API void MayaFlux::apply_window | ( | std::vector< double > & | data, |
| const std::string & | window_type = "hann" |
||
| ) |
Apply window function to single-channel data (in-place)
| data | Input data (modified in-place) |
| window_type | "hann", "hamming", "blackman", "rectangular" (default: "hann") |
Definition at line 864 of file Yantra.cpp.
References MayaFlux::Nodes::Generator::BLACKMAN, MayaFlux::Nodes::Generator::generate_window(), MayaFlux::Nodes::Generator::HAMMING, MayaFlux::Nodes::Generator::HANNING, and MayaFlux::Nodes::Generator::RECTANGULAR.
Referenced by apply_window(), and apply_window_channels().
Here is the call graph for this function:
Here is the caller graph for this function: