|
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, | ||
| std::vector< std::vector< double > > & | working_buffer | ||
| ) |
Windowing transformation using C++20 ranges (OUT-OF-PLACE)
| DataType | OperationReadyData type |
| input | Input data - will NOT be modified |
| window_type | Type of window to apply |
| window_size | Size of window (0 = full data size) |
| working_buffer | Buffer for operations (will be resized if needed) |
Definition at line 138 of file SpectralHelper.hpp.
References MayaFlux::Nodes::Generator::generate_window(), MayaFlux::Yantra::OperationHelper::setup_operation_buffer(), and smallest_size().
Here is the call graph for this function: