From 23971dd5e3fb70f23073dfe0d337f6cf4ed06c92 Mon Sep 17 00:00:00 2001 From: F5OEO Date: Mon, 6 Aug 2018 09:29:26 +0000 Subject: [PATCH] Some tests with PLL --- app/testrpitx.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/testrpitx.cpp b/app/testrpitx.cpp index d601846..4d4a5bd 100644 --- a/app/testrpitx.cpp +++ b/app/testrpitx.cpp @@ -115,7 +115,7 @@ void SimpleTestDMA(uint64_t Freq) { - int SR=1000; + int SR=200000; int FifoSize=4096; ngfmdmasync ngfmtest(Freq,SR,14,FifoSize); for(int i=0;running;) @@ -407,10 +407,10 @@ int main(int argc, char* argv[]) sigaction(i, &sa, NULL); } - SimpleTest(Freq); + //SimpleTest(Freq); //SimpleTestbpsk(Freq); //SimpleTestFileIQ(Freq); - //SimpleTestDMA(Freq); + SimpleTestDMA(Freq); //SimpleTestAm(Freq); //SimpleTestOOK(Freq); //SimpleTestBurstFsk(Freq);