Some tests with PLL
This commit is contained in:
parent
8f2a63004f
commit
23971dd5e3
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue