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

Noise floor level (enhancement) #84

Open
jaymot123 opened this issue May 3, 2022 · 0 comments
Open

Noise floor level (enhancement) #84

jaymot123 opened this issue May 3, 2022 · 0 comments

Comments

@jaymot123
Copy link

acarsdec shows the signal level of messages. If it could also show the noise floor level this would be very helpful in adjusting the SDR's gain value to yield the best signal-to-noise ratio for a user's antenna and location.

@jaymot123 jaymot123 changed the title Noise floor level Noise floor level (enhancement) May 3, 2022
f00b4r0 added a commit to f00b4r0/acarsdec that referenced this issue Sep 5, 2024
This introduces a basic, low cpu-cost NF estimator which works by using
an exponential moving average over the magnitude of the received signal
updated only outside of ACARS message processing.

The computational overhead of this extra estimator is virtually nil, as
the signal power estimator has been reworked to use the same input as
the noise floor estimator.

Fixes: TLeconte#84
f00b4r0 added a commit to f00b4r0/acarsdec that referenced this issue Sep 9, 2024
This introduces a basic, low cpu-cost NF estimator which works by using
an exponential moving average over the magnitude of the received signal
updated only outside of ACARS message processing.

The computational overhead of this extra estimator is virtually nil, as
the signal power estimator has been reworked to use the same input as
the noise floor estimator.

Fixes: TLeconte#84
f00b4r0 added a commit to f00b4r0/acarsdec that referenced this issue Sep 9, 2024
This introduces a basic, low cpu-cost NF estimator which works by using
an exponential moving average over the magnitude of the received signal
updated only outside of ACARS message processing.

The computational overhead of this extra estimator is virtually nil, as
the signal power estimator has been reworked to use the same input as
the noise floor estimator.

Fixes: TLeconte#84
f00b4r0 added a commit to f00b4r0/acarsdec that referenced this issue Sep 11, 2024
This introduces a basic, low cpu-cost NF estimator which works by using
an exponential moving average over the magnitude of the received signal
updated only outside of ACARS message processing.

The computational overhead of this extra estimator is virtually nil, as
the signal power estimator has been reworked to use the same input as
the noise floor estimator.

Fixes: TLeconte#84
f00b4r0 added a commit to f00b4r0/acarsdec that referenced this issue Sep 11, 2024
This introduces a basic, low cpu-cost NF estimator which works by using
an exponential moving average over the magnitude of the received signal
updated only outside of ACARS message processing.

The computational overhead of this extra estimator is virtually nil, as
the signal power estimator has been reworked to use the same input as
the noise floor estimator.

Fixes: TLeconte#84
f00b4r0 added a commit to f00b4r0/acarsdec that referenced this issue Sep 11, 2024
This introduces a basic, low cpu-cost NF estimator which works by using
an exponential moving average over the magnitude of the received signal
updated only outside of ACARS message processing.

The computational overhead of this extra estimator is virtually nil, as
the signal power estimator has been reworked to use the same input as
the noise floor estimator.

Fixes: TLeconte#84
f00b4r0 added a commit to f00b4r0/acarsdec that referenced this issue Sep 26, 2024
This introduces a basic, low cpu-cost NF estimator which works by using
an exponential moving average over the magnitude of the received signal
updated only outside of ACARS message processing.

The computational overhead of this extra estimator is virtually nil, as
the signal power estimator has been reworked to use the same input as
the noise floor estimator.

Fixes: TLeconte#84
f00b4r0 added a commit to f00b4r0/acarsdec that referenced this issue Sep 26, 2024
This introduces a basic, low cpu-cost NF estimator which works by using
an exponential moving average over the magnitude of the received signal
updated only outside of ACARS message processing.

The computational overhead of this extra estimator is virtually nil, as
the signal power estimator has been reworked to use the same input as
the noise floor estimator.

Fixes: TLeconte#84
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

No branches or pull requests

1 participant