faydr / QMesh

QMesh: a synchronized flooded mesh network for voice over LoRa
GNU General Public License v3.0
150 stars 14 forks source link

Get 1/6 convolutional code polynomials for r=7 and r=9 #21

Closed faydr closed 4 years ago

faydr commented 4 years ago

r=15 for convolutional codes is huge...and slow! Moreover, I'm not sure how useful it is to have 32768 states when a LoRa packet has a maximum of 2048 bits in it.

faydr commented 4 years ago

I think going further with the convolutional codes is a lost cause...better just to start doing LDPC.