Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Gaussianity of Signals (Read 15463 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Gaussianity of Signals

Reply #25
Quote
Quote
Not quite the same. correlation matrix == covariance matrix only if you have a zero-mean process.
[a href="index.php?act=findpost&pid=371475"][{POST_SNAPBACK}][/a]


Yeah I know, but I find the zero-mean thing as being trivial when we refer to correlation matrices as covariance matrices.  It only becomes important when we want to start calling covariance matrices as correlation matrices.
[a href="index.php?act=findpost&pid=371476"][{POST_SNAPBACK}][/a]


I read that in signal estimation theory, it is very important that the input signal is of zero mean.. For example, in the case of Levinson-Durbin calculation, if the mean isn't zero, the correlation matrice would show a common DC offset in all the elements of the matrice which could cause the LD algorithm to wrongly estimate them as tones ?

In fact, the most important preprocessing step needed to be taken is to subtract the mean from the signal itself before any estimation process.

In a more general case, the term covariance matrices is more accurate.

Gaussianity of Signals

Reply #26
Quote
I read that in signal estimation theory, it is very important that the input signal is of zero mean.. For example, in the case of Levinson-Durbin calculation, if the mean isn't zero, the correlation matrice would show a common DC offset in all the elements of the matrice which could cause the LD algorithm to wrongly estimate them as tones ?
[a href="index.php?act=findpost&pid=371635"][{POST_SNAPBACK}][/a]


Well, a DC component *is* a tone, of frequency 0. The reason we remove it is that in audio, we're just never interested in it.

Gaussianity of Signals

Reply #27
Quote
Quote
I read that in signal estimation theory, it is very important that the input signal is of zero mean.. For example, in the case of Levinson-Durbin calculation, if the mean isn't zero, the correlation matrice would show a common DC offset in all the elements of the matrice which could cause the LD algorithm to wrongly estimate them as tones ?
[a href="index.php?act=findpost&pid=371635"][{POST_SNAPBACK}][/a]


Well, a DC component *is* a tone, of frequency 0. The reason we remove it is that in audio, we're just never interested in it.
[a href="index.php?act=findpost&pid=372117"][{POST_SNAPBACK}][/a]


What I meant was, what will happened if the input process isn't a zero mean process? Will this cause a bias in the spectrum estimation of the process ? 

Gaussianity of Signals

Reply #28
Quote
What I meant was, what will happened if the input process isn't a zero mean process? Will this cause a bias in the spectrum estimation of the process ? 
[a href="index.php?act=findpost&pid=372240"][{POST_SNAPBACK}][/a]


Well, it's not a bias, but it is information that the ear doesn't much care about, so removing it will change the autocorrelation coef's, such that the DC component is not, for instance, coded so accurately.

But it's not a "bias" it is an accurate representation of part of the signal, just not perhaps a part that's remotely relevant?
-----
J. D. (jj) Johnston

Gaussianity of Signals

Reply #29
Quote
Quote
What I meant was, what will happened if the input process isn't a zero mean process? Will this cause a bias in the spectrum estimation of the process ? 
[a href="index.php?act=findpost&pid=372240"][{POST_SNAPBACK}][/a]


Well, it's not a bias, but it is information that the ear doesn't much care about, so removing it will change the autocorrelation coef's, such that the DC component is not, for instance, coded so accurately.

But it's not a "bias" it is an accurate representation of part of the signal, just not perhaps a part that's remotely relevant?
[a href="index.php?act=findpost&pid=373066"][{POST_SNAPBACK}][/a]


I think bias will cause distortions to the low frequency components of the spectrum.
It is not as simple as just the DC component. 

Gaussianity of Signals

Reply #30
Quote
Quote
Quote
What I meant was, what will happened if the input process isn't a zero mean process? Will this cause a bias in the spectrum estimation of the process ? 
[a href="index.php?act=findpost&pid=372240"][{POST_SNAPBACK}][/a]


Well, it's not a bias, but it is information that the ear doesn't much care about, so removing it will change the autocorrelation coef's, such that the DC component is not, for instance, coded so accurately.

But it's not a "bias" it is an accurate representation of part of the signal, just not perhaps a part that's remotely relevant?
[a href="index.php?act=findpost&pid=373066"][{POST_SNAPBACK}][/a]


I think bias will cause distortions to the low frequency components of the spectrum.
It is not as simple as just the DC component. 
[a href="index.php?act=findpost&pid=378547"][{POST_SNAPBACK}][/a]



Of course, you always have to consider your aperture size and your window. Well, I do, I work in finite time.
-----
J. D. (jj) Johnston

 

Gaussianity of Signals

Reply #31
Quote
Quote
Quote
What I meant was, what will happened if the input process isn't a zero mean process? Will this cause a bias in the spectrum estimation of the process ? 
[a href="index.php?act=findpost&pid=372240"][{POST_SNAPBACK}][/a]


Well, it's not a bias, but it is information that the ear doesn't much care about, so removing it will change the autocorrelation coef's, such that the DC component is not, for instance, coded so accurately.

But it's not a "bias" it is an accurate representation of part of the signal, just not perhaps a part that's remotely relevant?
[a href="index.php?act=findpost&pid=373066"][{POST_SNAPBACK}][/a]


I think bias will cause distortions to the low frequency components of the spectrum.
It is not as simple as just the DC component. 
[a href="index.php?act=findpost&pid=378547"][{POST_SNAPBACK}][/a]



Of course, you always have to consider your aperture size and your window. Well, I do, I work in finite time.


I thought so too. Windowing the data will introduce a DC bias to the data segment that needed to be corrected. Otherwise, the low frequency region of the calculated spectrum will be distorted.