more work on the frequency manager and adder 2.4MS/s to rtl tcp

This commit is contained in:
Ryzerth
2021-07-03 00:08:01 +02:00
parent 4a2774367f
commit a19e47bd54
2 changed files with 153 additions and 13 deletions

View File

@ -28,6 +28,7 @@ const double sampleRates[] = {
1920000,
2048000,
2160000,
2400000,
2560000,
2880000,
3200000
@ -41,6 +42,7 @@ const char* sampleRatesTxt[] = {
"1.92MHz",
"2.048MHz",
"2.16MHz",
"2.4MHz",
"2.56MHz",
"2.88MHz",
"3.2MHz"