MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ SpectralTransformer()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
MayaFlux::Yantra::SpectralTransformer< InputType, OutputType >::SpectralTransformer ( SpectralOperation  op = SpectralOperation::FREQUENCY_SHIFT)
inlineexplicit

Constructs a SpectralTransformer with specified operation.

Parameters
opThe spectral operation to perform (default: FREQUENCY_SHIFT)

Definition at line 40 of file SpectralTransformer.hpp.

41 : m_operation(op)
42 {
44 }
SpectralOperation m_operation
Current spectral operation.
void set_default_parameters()
Sets default parameter values for all spectral operations.