|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_spectral_invert | ( | DataType & | input, |
| uint32_t | window_size = 1024, |
||
| uint32_t | hop_size = 256 |
||
| ) |
Spectral inversion (phase inversion in frequency domain) using C++20 ranges (IN-PLACE)
| DataType | OperationReadyData type |
| input | Input data - WILL BE MODIFIED |
| window_size | FFT window size |
| hop_size | Hop size for overlap-add |
Definition at line 362 of file SpectralHelper.hpp.
References MayaFlux::Yantra::OperationHelper::extract_structured_double(), and process_spectral_windows().
Here is the call graph for this function: