-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem about output #129
Comments
Hello @Remain123, the signal you show on your last figure look pretty much like the real part of a LoRa chirp. |
I'm not surprised that the spectrogram can't show the chirps after synchronization (as the signal is not oversampled anymore, so your FFT is longer than the chirp duration.) |
Thank you for your response. I used your suggestions and plotted the time-frequency spectrogram with the following code. According to formula , I can calculate that the chirp is BW 125k. My SF=7. This is the shape of the image I plotted for the first 128 points, and it can be seen that the frequency increases linearly. However, there is a gap in the middle. Could this be due to the fact that this might be a combination of parts from two preambles? Plotting 128 points starting from the first point, but the image is not complete. This image seems to be half of the first preamble combined with half of another preamble. I would like to know whether the output after synchronization includes the complete preamble. |
Hi, I’m a student currently using your library for some experiments. I’ve fully installed it on my Raspberry Pi, which is connected to my USRP B210. I used a Seeeduino LoRaWAN as the signal transmitter. I successfully received the “hello world” message that I sent. I then placed File Sink blocks after the USRP Source and after the Frame Sync, respectively, and saved the resulting data to “output.bin.” After converting that file to a text format and plotting it in MATLAB, I noticed that the waveform is clearly different from a correct LoRa signal. I need the proper signal for further work. Could you please point out what might be going wrong? I’ve attached my GNU Radio flowgraph, along with the plots of the data captured after the USRP Source and after the Frame Sync, respectively.
Thanks!
The text was updated successfully, but these errors were encountered: