MCPcopy Create free account
hub / github.com/andrewreeman/SpectralSuite / spectral_process

Method spectral_process

PhaseLock/Source/PhaseLockFFTProcessor.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 {}
26
27void PhaseLockFFTProcessor::spectral_process(const PolarVector& in, PolarVector& out, int bins) {
28 doLock(bins, in, out);
29 doMorphTransition(out);
30}
31
32void PhaseLockFFTProcessor::doLock(int bins, const PolarVector &in, PolarVector &out) {
33 if (m_lockPhaseState.shouldTransitionToOn()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected