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

Method ModemFSK

src/modules/modem/digital/ModemFSK.cpp:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <iomanip>
6
7ModemFSK::ModemFSK() : ModemDigital() {
8 // DMR defaults?
9 bps = 1;
10 sps = 9600;
11 bw = 0.45f;
12 outStream << std::hex;
13}
14
15ModemBase *ModemFSK::factory() {
16 return new ModemFSK;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected