Reduce SampleRate to allow more frequency setting

This commit is contained in:
F5OEO
2018-03-22 10:09:21 +00:00
parent d04057bae3
commit deece515f4

View File

@@ -69,7 +69,7 @@ int main(int argc, char* argv[])
sigaction(i, &sa, NULL);
}
int SR=200000;
int SR=100000;
int FifoSize=4096;
ngfmdmasync ngfmtest(Frequency,SR,14,FifoSize);