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

Tx ph.2: UpChannelizer: interpolator (1) draft

This commit is contained in:
f4exb
2016-10-28 18:39:45 +02:00
parent 1f58b6ece7
commit e9f0bb0d45
3 changed files with 91 additions and 14 deletions
+1 -1
View File
@@ -327,7 +327,7 @@ void FileSinkGui::tick()
}
}
unsigned int FileSinkSampleRates::m_rates[] = {32, 36, 48, 64, 72};
unsigned int FileSinkSampleRates::m_rates[] = {32, 48, 64, 72, 128};
unsigned int FileSinkSampleRates::m_nb_rates = 5;
unsigned int FileSinkSampleRates::getRate(unsigned int rate_index)