Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' of github.com:NaoPross/Fading | Nao Pross | 2021-12-04 | 43 | -1484/+1675 | |
|\ \ | |/ | ||||||
| * | Update net.py to decode UDP data stream | Nao Pross | 2021-12-04 | 4 | -110/+71 | |
| | | ||||||
| * | GNUR Radio Test Sockets | sara | 2021-12-04 | 2 | -0/+279 | |
| | | ||||||
| * | Fix network sink block (again) | sara | 2021-12-04 | 2 | -4/+13 | |
| | | ||||||
| * | Fix correlation peak detector and add frame_start tags | Nao Pross | 2021-12-03 | 3 | -394/+157 | |
| | | ||||||
| * | Fix network sink block | Nao Pross | 2021-12-03 | 2 | -20/+38 | |
| | | | | | | | | | | The block can be tested with: $ netcat -l4kuv localhost 31415 | hexdump -C | |||||
| * | Merge remote-tracking branch 'origin/master' | Nao Pross | 2021-12-03 | 12 | -179/+257 | |
| |\ | ||||||
| | * | BER Block Fertig gestellt | sara | 2021-12-03 | 12 | -179/+257 | |
| | | | ||||||
| * | | Replace DearPyGui Sink with Network Sink | Nao Pross | 2021-12-03 | 7 | -53/+108 | |
| | | | ||||||
| * | | Remove frequency LPF and clean up | Nao Pross | 2021-12-03 | 2 | -76/+58 | |
| | | | ||||||
| * | | Fix bug that makes jump estimated frequency to unreasonably high values | Nao Pross | 2021-12-03 | 4 | -178/+191 | |
| |/ | ||||||
| * | Improve frequency LPF | Nao Pross | 2021-12-03 | 3 | -56/+93 | |
| | | ||||||
| * | Add a LPF on the frequency | Nao Pross | 2021-12-03 | 3 | -29/+51 | |
| | | ||||||
| * | Fix bug when tag is aligned with inp block | Nao Pross | 2021-12-03 | 3 | -9/+9 | |
| | | ||||||
| * | Refractor frequency correction | Nao Pross | 2021-12-03 | 2 | -111/+95 | |
| | | ||||||
| * | Remove custom blocks from correlator test | Nao Pross | 2021-12-02 | 2 | -23/+3 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' | Nao Pross | 2021-12-02 | 12 | -7/+577 | |
| |\ | ||||||
| | * | BER Block erstellt, läuft noch nichtwie gewünscht | sara | 2021-12-02 | 12 | -7/+578 | |
| | | | ||||||
| * | | Begin frequency correction (incomplete) | Nao Pross | 2021-12-02 | 3 | -51/+92 | |
| |/ | ||||||
| * | Delete XOR Correlator (replaced with by phase correction) | Nao Pross | 2021-12-02 | 6 | -255/+1 | |
| | | ||||||
| * | Delete ZMQ tests | Nao Pross | 2021-12-02 | 4 | -201/+0 | |
| | | ||||||
| * | Implement phase correction in test file with embedded python block | Nao Pross | 2021-12-02 | 3 | -539/+234 | |
| | | ||||||
| * | Update .gitignore | Nao Pross | 2021-12-02 | 1 | -0/+3 | |
| | | ||||||
| * | Fading Block erweitert | sara | 2021-12-01 | 5 | -11/+111 | |
| | | ||||||
| * | Theory mit fractional delay erweitert | SARA | 2021-11-30 | 6 | -56/+110 | |
| | | ||||||
* | | Update documentation | Nao Pross | 2021-12-04 | 4 | -16/+439363 | |
|/ | ||||||
* | Merge remote-tracking branch 'origin/master' | SARA | 2021-11-29 | 9 | -235/+118 | |
|\ | ||||||
| * | FIR Block verbessert | sara | 2021-11-29 | 9 | -235/+118 | |
| | | ||||||
* | | Doku änderung | SARA | 2021-11-29 | 1 | -1/+2 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' | SARA | 2021-11-29 | 19 | -766/+2509 | |
|\ \ | |/ | ||||||
| * | Merge remote-tracking branch 'origin/master' | sara | 2021-11-29 | 9 | -515/+1991 | |
| |\ | ||||||
| | * | Working access code correlation | Nao Pross | 2021-11-28 | 3 | -142/+1157 | |
| | | | ||||||
| | * | Delete acgen stuff, it was all wrong | Nao Pross | 2021-11-28 | 4 | -411/+0 | |
| | | | ||||||
| | * | Move GUI files into their dir | Nao Pross | 2021-11-28 | 2 | -0/+0 | |
| | | | ||||||
| | * | Start access code cross correlation | Nao Pross | 2021-11-27 | 6 | -150/+1007 | |
| | | | ||||||
| * | | FIR Filter Block in GNU Radio ink. fload variabeln möglichkeit erstellt | sara | 2021-11-27 | 5 | -51/+144 | |
| |/ | ||||||
| * | Notebook aufgereumt | sara | 2021-11-27 | 6 | -226/+400 | |
| | | ||||||
* | | überprüfung Delay | SARA | 2021-11-29 | 1 | -0/+38 | |
|/ | ||||||
* | Merge remote-tracking branch 'origin/master' | sara | 2021-11-27 | 11 | -90/+137 | |
|\ | ||||||
| * | Very small rewording | Nao Pross | 2021-11-27 | 1 | -2/+2 | |
| | | ||||||
| * | Update access code processing | Nao Pross | 2021-11-27 | 6 | -47/+77 | |
| | | | | | | | | Fixed: FIR filter samples need to be complex conj | |||||
| * | Move network code and update nix files | Nao Pross | 2021-11-27 | 4 | -41/+58 | |
| | | ||||||
* | | Test FIR filter implemenatation / eigener FIR Block Gnur radio | sara | 2021-11-27 | 11 | -382/+387 | |
| | | ||||||
* | | Fix import issue in xor sync block | sara | 2021-11-27 | 1 | -1/+1 | |
|/ | ||||||
* | Test interpolation angefangen | sara | 2021-11-25 | 4 | -168/+401 | |
| | ||||||
* | Create test files for correlator | Nao Pross | 2021-11-25 | 6 | -0/+1159 | |
| | ||||||
* | Discussion | Nao Pross | 2021-11-24 | 6 | -182/+256 | |
| | ||||||
* | Fir ganzalig implementiert, interpoliert versuch | sara | 2021-11-23 | 7 | -81/+952 | |
| | ||||||
* | Bugs in xor sync | Nao Pross | 2021-11-23 | 2 | -21/+30 | |
| | ||||||
* | Eignere Block FIR Filer | sara | 2021-11-22 | 6 | -69/+1058 | |
| |