How to extract noise amplitude from a signal?

21 Ansichten (letzte 30 Tage)
Mr M.
Mr M. am 11 Dez. 2016
Kommentiert: K G am 6 Jun. 2019
Suppose I have a signal with noise, but I dont know exacctly the waveform of the signal. However I know that the signal has low frequency components and the noise has higher frequency. I want to extract the variance of the noise. Which is the fastest way to do it with MATLAB?
  1 Kommentar
K G
K G am 6 Jun. 2019
Hey, i have the same Question did you get a good answer?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Jan
Jan am 12 Dez. 2016
To determine the variance of the noise, you have to remove the original signal at first. If the noise has a hight frequency, use a high pass filter. Adjust the parameters according to the nature of the noise, preferrably based on any knowledge about the physical source of the noise.
After the noise is separated from the signal, var computes the variance.

Kategorien

Mehr zu Signal Generation and Preprocessing finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by