mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 10:09:25 -04:00
Add SSB demodulator.
This commit is contained in:
parent
2fd8b1c4d4
commit
220b7b0a6a
2 changed files with 25 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue