1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

New sample rates for BladeRF

This commit is contained in:
f4exb
2015-10-05 08:24:09 +02:00
parent d8827985e2
commit 453e53541b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -351,8 +351,8 @@ unsigned int BladerfGui::getXb200Index(bool xb_200, bladerf_xb200_path xb200Path
}
}
unsigned int BladerfSampleRates::m_rates[] = {1536, 2304, 3072, 4608, 6144, 7680, 9216, 10752, 12288, 18432, 24576, 30720, 36864, 39936};
unsigned int BladerfSampleRates::m_nb_rates = 14;
unsigned int BladerfSampleRates::m_rates[] = {1536, 2304, 2400, 3072, 3200, 4608, 4800, 6144, 7680, 9216, 9600, 10752, 12288, 18432, 19200, 24576, 30720, 36864, 39936};
unsigned int BladerfSampleRates::m_nb_rates = 19;
unsigned int BladerfSampleRates::getRate(unsigned int rate_index)
{