|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_spectral_invert | ( | DataType & | input, |
| uint32_t | window_size, | ||
| uint32_t | hop_size, | ||
| std::vector< std::vector< double > > & | working_buffer | ||
| ) |
Spectral inversion (phase inversion in frequency domain) using C++20 ranges (OUT-OF-PLACE)
| DataType | OperationReadyData type |
| input | Input data - will NOT be modified |
| window_size | FFT window size |
| hop_size | Hop size for overlap-add |
| working_buffer | Buffer for operations (will be resized if needed) |
Definition at line 397 of file SpectralHelper.hpp.
References process_spectral_windows(), and MayaFlux::Yantra::OperationHelper::setup_operation_buffer().
Here is the call graph for this function: