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

Method FftWindowChoiceAdapter

shared/FftWindowChoiceAdapter.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "FftWindowChoiceAdapter.h"
12
13FftWindowChoiceAdapter::FftWindowChoiceAdapter()
14: m_shouldChangeFftWindow(false),
15 m_currentWindow(FftWindowType::HANN),
16 m_parameter(nullptr)
17{
18}
19
20FftWindowType FftWindowChoiceAdapter::fftWindow()
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected