Merge pull request #145 from strijar/audio-cw

Audio FIR filter for CW
This commit is contained in:
Erwin Ried
2020-08-20 20:57:01 +02:00
committed by GitHub
3 changed files with 28 additions and 1 deletions
@@ -58,6 +58,7 @@ private:
{ "DSB ", 0 },
{ "USB ", 0 },
{ "LSB ", 0 },
{ "CW ", 0 },
}
};
};