Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
std::vector<float> *ModemAnalog::getDemodOutputData() {
96
return &demodOutputData;
97
}
98
99
std::vector<float> *ModemAnalog::getResampledOutputData() {
100
return &resampledOutputData;
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected