Wykres commitów

20 Commity (dev)

Autor SHA1 Wiadomość Data
Pieter Robyns 4798533cb6 Fix indentation 2018-09-19 10:54:50 +02:00
Wilfried.Philips 9c3fe6d708 Fixes for implicit_header=on,reduced_rate=off case. 2018-09-19 00:02:19 +02:00
Wilfried.Philips 98425e9c0d Add dewhiteting sequence for code rates (4,5) and (4,6) 2018-09-17 20:53:29 +02:00
Pieter Robyns 2605fa1772 Minor whitening sequence update 2017-09-07 10:55:30 +02:00
Pieter Robyns 025f49f317 Removed separate whitening sequences for sf 11 and 12 2017-08-25 13:22:26 +02:00
Pieter Robyns 1bf5399f05 - Working clock drift correction
- Improved gradient decoding
2017-08-25 12:38:00 +02:00
Pieter Robyns bd0f873c85 Fine sync: accuracy improved further 2017-08-23 17:20:42 +02:00
Pieter Robyns fdcdc005c9 Improved accuracy 2017-08-10 14:01:10 +02:00
Pieter Robyns 8dfcc3df3a One whitening sequence and adhere to patent 2017-08-10 14:01:10 +02:00
Wosser1sProductions 75285fe944 Comments
+ Added comment for every function (needs review)
~ Solved nibble reverse after Hamming decode by switching the order or
ORing of the decoded data in Hamming itself
+ Added DBGR method to save timings to a file, a result for our setup
can be found in examples/lora-timings
+ Added Python script to transmit and receive random data live for
testing
2017-05-17 17:33:15 +02:00
Wosser1sProductions de82afa631 Default GRC threshold and freq_grad_idx improvement
+ Added threshold to GRC block ctor
+ Added default values for lora_receiver block
~ Moved whitening sequence selection to ctor
    to accomodate for SF6 incompatibility
~ Changed max_freq_gradient_idx with simpler falling edge detection
2017-03-31 16:49:22 +02:00
Wosser1sProductions 296081ba39 Quick improvements
+ Added generated whitining sequences (but not in actual code: needs
further testing)
- Removed log files, and added results to wiki
+ Added threshold parameter to the lora_receiver block
+ Added failsafe to stop demodulation when noise was reached after data
(packet length in HDR was wrong)
2017-03-29 13:04:04 +02:00
Wosser1sProductions 5f01ddeaf1 Detection and Sync improvements
+ Added header with debug macros
+ Added warning for SF 6: the samples are actually wrapped around to SF
12
~ Unwrapped some function calls to liquid-dsp::liquid_unwrap_phase
~ Simplified some more code
~ Rewrote sliding_norm_cross_correlate_upchirp: Now we detect a falling
edge
and do a correlation from there to test the sync rate.
Also added code that can perform a perfect overlay shift to the ideal
chirp
(but this leaves the falling edge inside the window)
~ Rewrote find_preamble_start_fast: Now detects the start of the
preamble
by looking for for absolute complex values above a threshold
~ Fixed ids in qa_BasicTest_Data.xml
~ qa_BasicTest.log contains test runs showing the improvements in
passing tests.
+ Added createWhiteningValues.py to generate a sample with zeros and
append
the whitening sequence to a file so it can be averaged (untested).
This uses lora-whitening-sequencer.
~ Added zero padding to whitening sequences in tables.h
2017-03-17 16:51:40 +01:00
Wosser1sProductions dbadd1aacb Starting decoder rework
~ Changed indentation layout
~ Replaced some functions from utilities.h with more performant ones
(tested in gr-lora-benchmarks)
+ Added message if spreading factor is set outside of compatible range
+ Added this keyword for class members
+ Added NDEBUG macro to be able to completely remove debugging (for
performance improvement)
~ Extracted multiplications from loops to a precalculation instead
~ Reworked flow of most of the functions
* TODO: Change find_preamble algorithm for better detection
* TODO: Change detect_downchirp algorithm for better sync
2017-02-23 21:12:40 +01:00
Pieter Robyns 90e7dfba5f Fixed bug related to different SF decoding 2016-09-29 17:19:21 +02:00
Pieter Robyns 7478644729 Add support for all SFs 2016-09-29 14:46:03 +02:00
Pieter Robyns 780a56a3b8 Add support for all coding rates (4/8,4/7,4/6,4/5) 2016-09-28 11:27:44 +02:00
Pieter Robyns 41e4d98bf9 Support CRs 1 and 3 2016-09-27 17:38:18 +02:00
Pieter Robyns 380be3e20d Some progress on different SFs and CRs 2016-09-16 17:07:28 +02:00
Pieter Robyns ad85c5e416 Version 0.2 2016-08-11 13:44:10 +02:00