Binary Detection in Gaussian Noise

Click For Summary
SUMMARY

This discussion focuses on binary detection in the presence of Gaussian noise, specifically determining whether a signal consists solely of Gaussian noise or includes an additional non-noise term. The user seeks methods to estimate the probability of the presence of a signal based on discrete observations. Key techniques mentioned include Kalman filters, which utilize a noise model to filter out noise and extract the underlying signal. Non-linear variants of these filters are also relevant for more complex scenarios.

PREREQUISITES
  • Understanding of Gaussian noise characteristics
  • Knowledge of discrete signal processing
  • Familiarity with Kalman filter algorithms
  • Basic concepts of probability and statistical estimation
NEXT STEPS
  • Research Kalman filter implementation in Python using libraries like NumPy and SciPy
  • Explore non-linear filtering techniques and their applications
  • Study the principles of signal detection theory
  • Learn about the impact of noise models on signal estimation
USEFUL FOR

This discussion is beneficial for signal processing engineers, data scientists, and researchers working on noise reduction and signal detection in various applications.

weetabixharry
Messages
111
Reaction score
0
I have a vector signal, \underline{x}(t), which is afflicted with Gaussian noise \underline{n}(t). I take a finite number, L, of discrete observations and (based on those observations) want to determine whether:

(1) Only Gaussian noise is present, \left[\text{i.e. } \underline{x}(t) = \underline{n}(t)\right]
(2) Gaussian noise plus a "non-noise" term, \underline{a}m(t), are both present. \left[\text{i.e. } \underline{x}(t) = \underline{a}m(t) + \underline{n}(t)\right]

The scalar, m(t), is zero-mean and has unknown power (variance). The elements of \underline{x}(t) are independent of each other and also independent of m(t).

Given my observations, how can I estimate the probability that the signal is present?

Many thanks for any help!
 
Physics news on Phys.org
Hey weetabixharry.

I'm not an expert, but I do recall the subject of Kalman filters:

http://en.wikipedia.org/wiki/Kalman_filter

Basically you should check out these kind of things where you prefix a structure for your information that assumes some noise model (like White Gaussian) and then uses a filter to not only detect noise, but also the actual non-noisy information.

There are also non-linear variants of the filter.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
4
Views
3K
  • · Replies 0 ·
Replies
0
Views
2K