-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add raw to dBFS at rtl_airband_stats.txt #23
Open
hypeARM
wants to merge
589
commits into
microtony:master
Choose a base branch
from
charlie-foxtrot:main
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Relying only on a length of <sqlevel samples is not enough, especially when the squelch level is set manually to a low (=close to noise floor level) value. In such cases, agclow often gets reset and the squelch is kept open, when it shouldn't.
… into clydebarrow-filters
When the global variable syslog_opened_squelch = true, writes an event to syslog with the frequency that the squelch opened on.
…LSDR-Airband into clam-i-am-open-squelch-syslog
Some FC0012-based dongles support negative gains.
AGC is turned on When no gain config setting is present.
Squashed commit of the following: commit 5973e20 Author: eshaz <ethanhalsall11@augustana.edu> Date: Wed Mar 11 21:40:33 2020 -0500 fix: correctly set target gain to lowest value commit 2e03b59 Author: eshaz <ethanhalsall11@augustana.edu> Date: Sun Mar 8 23:30:31 2020 -0500 fix: clean up comment wording commit ebed18a Author: eshaz <ethanhalsall11@augustana.edu> Date: Sun Mar 8 23:18:50 2020 -0500 fix: set gain to lowest value on init commit cd5f239 Author: eshaz <ethanhalsall11@augustana.edu> Date: Sun Mar 8 22:23:15 2020 -0500 style: remove extra line breaks commit 3533ebd Author: eshaz <ethanhalsall11@augustana.edu> Date: Sun Mar 8 22:21:12 2020 -0500 fix: initialize gain for Fitipower FC0012
…ot/RTLSDR-Airband into charlie-foxtrot-filters-for-mixers
* change scheduled build times * add vscode devcontainer
* add gtest and unit test stub
* add gtest and unit test stub
* pull NotchFilter and LowpassFilter out of rtl_airband.cpp to a new file filters.cpp * pull base logging functions out of rtl_airband.cpp and utils.cpp to a new file logging.cpp so things don't need to include rtl_airband.h * move the generated config.h out of src and into the build directory so multiple types of builds can be done from a single checkout * add Dockerfile for both ubuntu-20.04 and ubuntu-latest * add test_base_class.cpp that sets up unit tests * add generate_signal.cpp to build synthetic signals for unit tests * add unit tests * fix build warnings
* add volume_multiplier as a config parameter * rename to ampfactor to match mixer parameter * add negative check to ampfactor
* run all combinations of Debug / Release and with / without NFM
- CMake missing include directory for config.h - build warnings on unused variables and different signedness
* ci workflow changes: - add rpi3b worker - bump total run time - reorganize workers to get mac that take the longest jobs started sooner
* changes to support libshout v2.4.6 * fix finding libshout on mac * fix failure when SHOUT_LIBRARY_DIRS is empty string causing an extra '-L' in the link options
* make mixer count unlimited * add example with large mixer Co-authored-by: Conner Knox <connerknoxpublic@gmail.com>
Add `dated_subdirectories` config option to output files into subdirectories under `directory` so the output directory becomes `<directory>/YYYY/MM/DD`. --------- Co-authored-by: Marcin Osowski <marcin@osowski.info>
* tweaks to devcontainer * change workers in github workflow config * dont run brew update on macOS-11 (taking 45+min)
* return support for libshout v2.4.1 (last version in apt for Raspbian Buster) * add check to make sure old config.h does not exist
* Add environment logging to GitHub Action * Don't call `brew update` when running as a GitHub Action - assume OS image is up to date enough, and calling `brew update` will result in an additional `brew install` for any outdated packages that are dependencies
* build and publish docker containers * changes to supported `cmake` platforms: * depreciate `rpiv1`, `armv7-generic`, and `armv8-generic` and build platforms * change default build platform to `native` * rename `default` to `generic` * enable a series of compile warnings and cleanup code * remove `SSE` specific code - let the compiler "do the right thing" * remove some no longer supported windows `ifdef`'s * fix CTCSS bug that could miss a tone when multiple tones have the same power (happens with less accurate floating point operations, ie i386)
create a release on each tag, rename workflows
* get version from git tag rather than hard coded in cmake
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Hi Charlie,
Would it be possible to modify the output.cpp so that it generates the calculation in dBFS in the signals in the stats file?
This is important to put together with dashboard software like grafana and similar