MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / getDemodOutputData

Method getDemodOutputData

src/modules/modem/ModemAnalog.cpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95std::vector<float> *ModemAnalog::getDemodOutputData() {
96 return &demodOutputData;
97}
98
99std::vector<float> *ModemAnalog::getResampledOutputData() {
100 return &resampledOutputData;

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected