Add SSB demodulator.

This commit is contained in:
Jared Boone 2016-01-29 22:27:18 -08:00
parent 2fd8b1c4d4
commit 220b7b0a6a
2 changed files with 25 additions and 0 deletions

View file

@ -35,6 +35,14 @@ public:
);
};
class SSB {
public:
buffer_f32_t execute(
const buffer_c16_t& src,
const buffer_f32_t& dst
);
};
class FM {
public:
buffer_f32_t execute(