Skip to content
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

Deprecated numpy function and consistent IQ data #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

30hours
Copy link

@30hours 30hours commented Jun 2, 2024

The first commit removes the numpy tostring() function deprecated in 1.19.0 (currently at 1.26.4 on PyPi). The replacement is tobytes().

The second commit adds a seed when generating random phases. This is so any image produces identical IQ data when the program is re-run. My application is in a capture the flag where having consistent IQ data is important.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant