当前位置:网站首页>[digital signal processing] correlation function (power signal | cross correlation function of power signal | autocorrelation function of power signal)

[digital signal processing] correlation function (power signal | cross correlation function of power signal | autocorrelation function of power signal)

2022-06-12 02:34:00 Hanshuliang

Signal basis " energy " Can be divided into " Energy signal " and " Power signal " ;

  • Signal energy definition : The energy on the whole axis is squared first , And then integral ; If energy Less than infinite , Then the signal yes Energy signal ; A signal in a finite interval is called an energy signal ;

  • Signal power definition : In one signal cycle , Perform integral summation operation ; If power Less than infinite , Then the signal yes Power signal ; Periodic signal , Random signals Power signal ;

In this blog Cross correlation function and Autocorrelation function , All are " Power signal " Of Correlation function ;

A power signal is a signal with infinite energy , The energy value cannot be calculated , Here we only calculate the energy value in one cycle ;





One 、 Cross correlation function of power signal



Power signal Cross correlation function It means Two different signals The correlation between ;

x ( n ) x(n) x(n) And y ( n ) y(n) y(n) Of " Cross correlation function " as follows ,

r x y ( m ) = lim ⁡ N → ∞ 1 2 N + 1 ∑ n = − N + N x ∗ ( n ) y ( n + m ) r_{xy}(m) = \lim\limits_{N \rightarrow \infty} \cfrac{1}{2N + 1} \sum_{n=-N}^{+N} x^*(n) y(n + m) rxy(m)=Nlim2N+11n=N+Nx(n)y(n+m)

Take the sequence elements in a cycle , seek Correlation function value , Then take the average ;

among y ( n ) y(n) y(n) Shifted , Moved left m m m Company ,

The " Cross correlation function " What I'm looking for is y ( n ) y(n) y(n) displacement m m m The sequence after And x ( n ) x(n) x(n) The relationship between sequences ;

Notice the n n n It means the moment , m m m It represents the interval of signal movement ;


The " Cross correlation function " It means x ( n ) x(n) x(n) The signal , And Separated m m m After time y ( n ) y(n) y(n) The relationship between signals ;

this 2 2 2 A signal ( Sequence ) Between " Relationship " It's a function , The argument to the function is m m m interval , No n n n ;





Two 、 Autocorrelation function of power signal



Power signal Autocorrelation function ( Autocorrelation Function ) :

r x ( m ) = lim ⁡ N → ∞ 1 2 N + 1 ∑ n = − N + N x ∗ ( n ) x ( n + m ) r_{x}(m) = \lim\limits_{N \rightarrow \infty} \cfrac{1}{2N + 1} \sum_{n=-N}^{+N} x^*(n) x(n + m) rx(m)=Nlim2N+11n=N+Nx(n)x(n+m)

Take the sequence elements in a cycle , seek Correlation function value , Then take the average ;

" Autocorrelation function " yes " Own signal " And " After a period of time Own signal " Between The correlation ;


If m = 0 m = 0 m=0 when , " Own signal " And " After a while m m m Your own signal after " Completely equal , The value is The energy of the signal ;

r x ( 0 ) = ∑ n = − ∞ + ∞ ∣ x ( n ) ∣ 2 = E r_{x}(0) = \sum_{n=-\infty}^{+\infty} |x(n)|^2= E rx(0)=n=+x(n)2=E



原网站

版权声明
本文为[Hanshuliang]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/03/202203011132015876.html