MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / ~ModemUSB

Method ~ModemUSB

src/modules/modem/analog/ModemUSB.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23ModemUSB::~ModemUSB() {
24 iirfilt_crcf_destroy(ssbFilt);
25 nco_crcf_destroy(ssbShift);
26 firhilbf_destroy(c2rFilt);
27}
28
29int ModemUSB::checkSampleRate(long long sampleRate, int /* audioSampleRate */) {
30 if (sampleRate < MIN_BANDWIDTH) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected