This repository was archived by the owner on Jan 13, 2020. It is now read-only.
Support for receivers providing real signal#51
Open
tejeez wants to merge 9 commits intoha7ilm:masterfrom
Open
Conversation
Demodulation does not work correctly yet
…to_level_margin option to config_webrx
Contributor
Author
|
I added another small bug fix: sdrhu.py always read config_webrx.py even if a different config file was given on the command line. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OpenWebRX currently seems to support only receivers that provide a complex I/Q signal. This pull request adds support for receivers that output a real signal, such as those using a single ADC to directly sample an RF or IF signal.
Another small change: setting fft_voverlap_factor to zero no longer disables averaging, as I think zero or negative overlap is something one might want to do even with averaging still enabled. I added a separate fft_enable_average option to make it more clear.