mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-13 17:05:37 -04:00
Audio FIR filter for CW
This commit is contained in:
parent
c626d83c3b
commit
3559e37a76
3 changed files with 28 additions and 1 deletions
|
@ -38,10 +38,11 @@ using namespace portapack;
|
|||
|
||||
namespace {
|
||||
|
||||
static constexpr std::array<baseband::AMConfig, 3> am_configs { {
|
||||
static constexpr std::array<baseband::AMConfig, 4> am_configs { {
|
||||
{ taps_6k0_dsb_channel, AMConfigureMessage::Modulation::DSB },
|
||||
{ taps_2k8_usb_channel, AMConfigureMessage::Modulation::SSB },
|
||||
{ taps_2k8_lsb_channel, AMConfigureMessage::Modulation::SSB },
|
||||
{ taps_0k7_usb_channel, AMConfigureMessage::Modulation::SSB },
|
||||
} };
|
||||
|
||||
static constexpr std::array<baseband::NBFMConfig, 3> nbfm_configs { {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue