discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] LoRa implementation


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] LoRa implementation
Date: Sat, 24 Oct 2015 13:43:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Hi Alberto,

I think that sounds like a fun project. The LoRaWan website is a little
vague till you find the specs [1], and even they do not cite a full PHY
document, but a quick patent search helped me find out that it's a Chirp
spread spectrum modulation, which led me to Semtech's Application Note
1200.22 .
Basically, take your symbol-to-be-transmitted, spread it by transforming
it to a series of up- or downchirps, for the LoRa modulation (there's
also a GFSK option for some bands as per the LoRaWan spec
So: First approach would probably be to take a good-SNR RX signal,
filter it to the channel BW; apply "quadrature demod"; a positive value
of phase difference would mean "up-chirp", a negative "down-chirp".
Slice as appropriate.
Altenratively: Apply correlation with chirp, detect whether same
"direction" or reversed (maybe something like: signal->FFT (lenght=chirp
duration*f_sample)->multiply_const (const = conj(dft(ideal chirp)),
vlen=fftlen) ->sum of vector->slicer))

Cheers,
Marcus

[1]
https://www.lora-alliance.org/portals/0/specs/LoRaWAN%20Specification%201R0.pdf
On 24.10.2015 12:35, Alberto Trentadue wrote:
> Hello
>
> I would like to know if anybody has attempted implementing a LoRa
> modulatiion using GNURadio.
>
> Thanks in advance for any indication.
>
> Best Regards
> Alberto Trentadue
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

[Prev in Thread] Current Thread [Next in Thread]