mirror of
https://github.com/cnlohr/lolra.git
synced 2026-06-17 00:09:31 +00:00
Initial Commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# LoRasoft tools
|
||||
|
||||
testloradec.grc uses https://github.com/tapparelj/gr-lora_sdr
|
||||
|
||||
and is currently configured for an airspy.
|
||||
|
||||
But you can configure it for whatever.
|
||||
|
||||
If you do a run, it also records a file to /tmp/samplelog.dat
|
||||
|
||||
Which if you only record for about 1 second, you can convert into an image with `magsink_to_image.c` which outputs `image.png` so you can examine the stream.
|
||||
|
||||
If you want to compromise the signal, making it wider to get better granularity at the cost of temporal resolution, you can change FFTSIZE (in grc) to a different power of two. Then you can update the `int width = 512;` in `magsink_to_image.c` to convert it to the right width for examination.
|
||||
|
||||
Reference in New Issue
Block a user