1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-01 16:38:06 -04:00

Corrected interpolator to alculate rational resampling for AM and WFM too. Revised and enhanced list of sampling rates. Change low tuning limit for XB200

This commit is contained in:
f4exb
2015-06-07 23:07:19 +02:00
parent 843997812b
commit 5904a6f926
5 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ public:
static unsigned int getRate(unsigned int rate_index);
static unsigned int getRateIndex(unsigned int rate);
private:
static unsigned int m_rates[10];
static unsigned int m_rates[14];
static unsigned int m_nb_rates;
};