Open andreaskuster opened 3 years ago
Have you tried the dot11zynq branch?
@JiaoXianjun Assuming you are referring to the dot11zynq
branch from the opensdr
fork (here) , i can confirm that the error is present there as well.
Btw: Which is your actual development repo? Is it this (https://github.com/jhshi/openofdm) or the one in opensdr (https://github.com/open-sdr/openofdm) ? I am asking since I am porting this library to the Ettus B210 device and will eventually open a PR..
@JiaoXianjun Assuming you are referring to the
dot11zynq
branch from theopensdr
fork (here) , i can confirm that the error is present there as well.Btw: Which is your actual development repo? Is it this (https://github.com/jhshi/openofdm) or the one in opensdr (https://github.com/open-sdr/openofdm) ? I am asking since I am porting this library to the Ettus B210 device and will eventually open a PR..
have you ever solved this problem? I have faced the same trouble with you
@bby0616 Yes, I did. However, since there has been no activity here so far, I haven't PRd it back to this repo. I upgraded the script to python3 (including many additional adjustment. Feel free to have a look/fork it from here: https://github.com/andreaskuster/openofdm
@bby0616 Yes, I did. However, since there has been no activity here so far, I haven't PRd it back to this repo. I upgraded the script to python3 (including many additional adjustment. Feel free to have a look/fork it from here: https://github.com/andreaskuster/openofdm
Thanks bro, I am really appreciate your help
First, thanks a lot for this cool project!
During some initial tests with the code base, i run into the following issue, which seems to be a bug:
I run the
test.py
script with your sample fromhttps://openofdm.readthedocs.io/en/latest/_downloads/samples.dat
using the following command:python2 test.py samples.dat --no_sim
I am running the script on a
Ubuntu 20.04 LTS, x86_64
system and end up with an out of range error. Below, you can find the log: