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

Incorrect rx frequency set in split mode after tx #88

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

sbeckman
Copy link
Contributor

In SPLIT VFO Mode, set the receiver frequency to VFO A instead of VFO B.

Fix for high CPU usage and audio dropouts. Includes a define to enable debugging messages.
Changed the level of rigor from FFTW_ESTIMATE to FFTW_MEASURE in order to resolve an issue where the FFTW library would sometime make a bad choice about the FFT algorithm to use.

Added support for Wisdom files so that the FFTW library does not have to spend time picking the algorithm.
Changed the level of rigor from FFTW_ESTIMATE to FFTW_MEASURE in order to resolve an issue where the FFTW library would sometimes make a bad choice about the FFT algorithm to use.

Added support for Wisdom files so that the FFTW library does not have to spend time picking the algorithm.
Further details about the problem and how to duplicate it are in issue report # 87.
In SPLIT VFO mode, the frequency in VFO B was being set as the receive frequency. The receiver should be set to the VFO A frequency.
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