mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-22 04:07:43 +00: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:
@@ -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};
|
||||
};
|
||||
|
||||
///
|
||||
|
Reference in New Issue
Block a user