Some tests with PLL

This commit is contained in:
F5OEO 2018-08-06 09:29:26 +00:00
parent 8f2a63004f
commit 23971dd5e3

View file

@ -115,7 +115,7 @@ void SimpleTestDMA(uint64_t Freq)
{ {
int SR=1000; int SR=200000;
int FifoSize=4096; int FifoSize=4096;
ngfmdmasync ngfmtest(Freq,SR,14,FifoSize); ngfmdmasync ngfmtest(Freq,SR,14,FifoSize);
for(int i=0;running;) for(int i=0;running;)
@ -407,10 +407,10 @@ int main(int argc, char* argv[])
sigaction(i, &sa, NULL); sigaction(i, &sa, NULL);
} }
SimpleTest(Freq); //SimpleTest(Freq);
//SimpleTestbpsk(Freq); //SimpleTestbpsk(Freq);
//SimpleTestFileIQ(Freq); //SimpleTestFileIQ(Freq);
//SimpleTestDMA(Freq); SimpleTestDMA(Freq);
//SimpleTestAm(Freq); //SimpleTestAm(Freq);
//SimpleTestOOK(Freq); //SimpleTestOOK(Freq);
//SimpleTestBurstFsk(Freq); //SimpleTestBurstFsk(Freq);