|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_window | ( | DataType & | input, |
| Nodes::Generator::WindowType | window_type, | ||
| uint32_t | window_size = 0 |
||
| ) |
Windowing transformation using C++20 ranges (IN-PLACE)
| DataType | OperationReadyData type |
| input | Input data - WILL BE MODIFIED |
| window_type | Type of window to apply |
| window_size | Size of window (0 = full data size) |
Definition at line 101 of file SpectralHelper.hpp.
References MayaFlux::Yantra::OperationHelper::extract_structured_double(), MayaFlux::Nodes::Generator::generate_window(), and smallest_size().
Here is the call graph for this function: