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

Runtime optimization #18

Open
wbarnha opened this issue Feb 24, 2020 · 5 comments
Open

Runtime optimization #18

wbarnha opened this issue Feb 24, 2020 · 5 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@wbarnha
Copy link
Owner

wbarnha commented Feb 24, 2020

Some of the blocks which are written in Python are slowing the program down

@jamilkallas - Redevelop SNR selector in C++
@wbarnha - Redevelop Square Root function for complex variables in C++

@wbarnha wbarnha added the enhancement New feature or request label Feb 24, 2020
@wbarnha
Copy link
Owner Author

wbarnha commented Feb 24, 2020

Roll back to previous commit if necessary, there seems to be a broken swig file.

@wbarnha wbarnha added the bug Something isn't working label Feb 24, 2020
@wbarnha
Copy link
Owner Author

wbarnha commented Feb 24, 2020

I was able to get volk_32fc_s32f_power_32fc(out, in, 0.5, noutput_items); working at some point, but then I was never able to get anything else working ever again.

@wbarnha wbarnha added the wontfix This will not be worked on label Feb 24, 2020
@wbarnha
Copy link
Owner Author

wbarnha commented Feb 24, 2020

Seems to be out of our control at the moment.

@wbarnha wbarnha removed the bug Something isn't working label Feb 25, 2020
@wbarnha wbarnha mentioned this issue Feb 25, 2020
@wbarnha wbarnha added the help wanted Extra attention is needed label Mar 2, 2020
@wbarnha wbarnha removed the wontfix This will not be worked on label Mar 18, 2020
@wbarnha
Copy link
Owner Author

wbarnha commented Mar 19, 2020

I was able to get it working, it turns out my development environment issues. However, this introduces an undesired phase shift and the only way to force it back to an ideal position for BPSK is to multiply it back by its own complex conjugate.

@wbarnha
Copy link
Owner Author

wbarnha commented Mar 20, 2020

Some reason it works well with the RTL SDR from gr-soapy but the LimeSDR block from gr-limesdr has issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants