mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 14:42:33 -04:00
Invest limit bw ssb to 3 k (#2188)
* Adding_TX_BW_user_selection_to_the_Mic_SSB_mode * TX_SSB_BW_adjustm_2k_3k_4k * init_value_correction * Comment_correction * Leaving_only_OK_txbw_SSB_2K_3K * Limti_SSB_TX_BW_2K_3K
This commit is contained in:
parent
b53b5c70d3
commit
032168234a
7 changed files with 73 additions and 18 deletions
|
@ -79,9 +79,12 @@ class SSB : public Modulator {
|
|||
SSB();
|
||||
|
||||
virtual void execute(const buffer_s16_t& audio, const buffer_c8_t& buffer, bool& configured_in, uint32_t& new_beep_index, uint32_t& new_beep_timer, TXProgressMessage& new_txprogress_message, AudioLevelReportMessage& new_level_message, uint32_t& new_power_acc_count, uint32_t& new_divider);
|
||||
void set_fs_div_factor(float new_bw_ssb);
|
||||
|
||||
private:
|
||||
dsp::HilbertTransform hilbert;
|
||||
float new_bw_ssb{3.0};
|
||||
int fs_div_factor{128};
|
||||
};
|
||||
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue