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

Tx ph.2: use a specialized interpolator similar to the decimator derived from the ancient interpolator

This commit is contained in:
f4exb
2016-10-28 03:18:24 +02:00
parent 9540a99ac4
commit 4d273d8a13
4 changed files with 33 additions and 23 deletions
+2 -2
View File
@@ -327,8 +327,8 @@ void FileSinkGui::tick()
}
}
unsigned int FileSinkSampleRates::m_rates[] = {48, 60, 64, 80};
unsigned int FileSinkSampleRates::m_nb_rates = 4;
unsigned int FileSinkSampleRates::m_rates[] = {48, 60, 60, 64, 72};
unsigned int FileSinkSampleRates::m_nb_rates = 5;
unsigned int FileSinkSampleRates::getRate(unsigned int rate_index)
{