gr-lora/lib
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
..
CMakeLists.txt Quick fix 2017-02-16 19:00:08 +01:00
dbugr.hpp Detection and Sync improvements 2017-03-17 16:51:40 +01:00
decoder_impl.cc Detection and Sync improvements 2017-03-17 16:51:40 +01:00
decoder_impl.h Detection and Sync improvements 2017-03-17 16:51:40 +01:00
message_file_sink_impl.cc Fix issue reported by pcm1702 2016-11-28 10:19:42 +01:00
message_file_sink_impl.h Squashed commit of the following: 2016-11-24 10:56:59 +01:00
message_socket_sink_impl.cc Detection and Sync improvements 2017-03-17 16:51:40 +01:00
message_socket_sink_impl.h Quick fix 2017-02-16 19:00:08 +01:00
qa_lora.cc Version 0.1 2016-06-22 21:43:15 +02:00
qa_lora.h Version 0.1 2016-06-22 21:43:15 +02:00
qa_message_socket_sink.cc Quick fix 2017-02-16 19:00:08 +01:00
qa_message_socket_sink.h Quick fix 2017-02-16 19:00:08 +01:00
tables.h Detection and Sync improvements 2017-03-17 16:51:40 +01:00
test_lora.cc Version 0.1 2016-06-22 21:43:15 +02:00
utilities.h Detection and Sync improvements 2017-03-17 16:51:40 +01:00