|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API std::vector< double > MayaFlux::Kinesis::Discrete::deconvolve | ( | std::span< const double > | src, |
| std::span< const double > | ir, | ||
| double | regularization = 1e-6 |
||
| ) |
Frequency-domain deconvolution with Tikhonov regularisation.
| src | Input signal |
| ir | Impulse response to invert |
| regularization | Regularisation factor for numerical stability |
src Definition at line 124 of file Convolution.cpp.
References apply_convolution().
Referenced by MayaFlux::Yantra::ConvolutionTransformer< InputType, OutputType >::transform_implementation().
Here is the call graph for this function:
Here is the caller graph for this function: