mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-30 08:19:14 +02:00
change pll settings
This commit is contained in:
+1
-1
@@ -26,5 +26,5 @@ typedef struct {
|
||||
int sample_rate;
|
||||
int quadrature_mode;
|
||||
} PLL;
|
||||
void init_pll(PLL *pll, float freq, float loop_filter_bandwidth, int quadrature_mode, int sample_rate);
|
||||
void init_pll(PLL *pll, float freq, float loop_filter_bandwidth, float damping, int quadrature_mode, int sample_rate);
|
||||
float apply_pll(PLL *pll, float ref_sample);
|
||||
Reference in New Issue
Block a user