mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-29 09:39:12 -04:00
Implement, use configuration for FM demod deviation.
This commit is contained in:
parent
fa275156ed
commit
3a96c04aa7
2 changed files with 6 additions and 1 deletions
|
@ -492,6 +492,7 @@ public:
|
|||
}
|
||||
|
||||
void configure(const FSKConfiguration new_configuration) {
|
||||
demod.configure(76800, 2 * new_configuration.symbol_rate);
|
||||
clock_recovery.configure(new_configuration.symbol_rate, 76800);
|
||||
access_code_correlator.configure(
|
||||
new_configuration.access_code,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue