-
Notifications
You must be signed in to change notification settings - Fork 198
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
Out of range error in test.py with sample file #16
Comments
Have you tried the dot11zynq branch? |
@JiaoXianjun Assuming you are referring to the 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) ? |
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 |
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:The text was updated successfully, but these errors were encountered: