Accurate GPIO Clock

2020-03-01 Thread Till Hülder
Hello,   i want to build a accurate GPIO Clock . I wrote a wait function :    void sleepus(int n)   {    clock_t end=clock()+n*CLOCKS_PER_SEC/100;    while(clock() < end) continue;    } And wait until the value of the bits change .I recognized that the time of these wait

Aw: Re: PSK-Demodulation

2020-02-16 Thread Till Hülder
uot; or "O"s on your console. Other than that, not quite sure what you mean with "the change phaseshifter alternately hange"; could you elaborate? Also, the "PSK Demod" is in the Deprecated category for a reason: it randomly breaks. Don't use it, can't help you if you do :

AttributeError: OOT Modul

2020-02-12 Thread Till Hülder
Hello,   i build a OOT Module and after installing i get this error when i run the program .     File "/home/iheamira/Dokumente/BA_Huelder/gnu-radio/top_block.py", line 219, in     main()   File "/home/iheamira/Dokumente/BA_Huelder/gnu-radio/top_block.py", line 207, in main     tb =