jkadbear / LoRaPHY

Complete LoRa physical layer (LoRa PHY) implementation in MATLAB.
MIT License
107 stars 25 forks source link

Support for Spreading Factor 5 and 6 #2

Open alphapats opened 11 months ago

alphapats commented 11 months ago

The LoRaPHY code supports SF from 7 to 12( 7,8,9,10,11,12) but does not support SF 5 and 6. Can you assist to decode SF5 and 6 please?

jkadbear commented 11 months ago

The repo https://github.com/tapparelj/gr-lora_sdr supports SF 5 and 6 decoding, you can refer to its implementation.