|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| std::vector< double > MayaFlux::Kinesis::Discrete::spectral_invert | ( | std::span< const double > | src, |
| uint32_t | window_size = 1024, |
||
| uint32_t | hop_size = 256 |
||
| ) |
Spectral phase inversion (conjugate all bins)
| src | Input samples |
| window_size | FFT frame size |
| hop_size | Analysis hop |
Definition at line 143 of file Spectral.cpp.
References apply_spectral().
Here is the call graph for this function: