Circular Cross Covariance

バージョン 1.0.0.0 (1.69 KB) 作成者: G. Levin
Circular Cross Covariance function estimate.
ダウンロード: 2.8K
更新 2004/8/17

ライセンスの表示

CXCOV Circular Cross Covariance function estimates.
CXCOV(a,b), where a and b represent samples taken over time interval T, which is assumed to be a common period of two corresponding periodic signals.

a and b are supposed to be length M row vectors, either real or complex.

[x,c]=CXCOV(a,b) returns the length M-1 circular cross covariance sequence c with corresponding lags x.

The circular cross covariance is the normalized circular cross correlation function of two vectors with their means removed:
c(k) = sum[a(n)-mean(a))*conj(b(n+k)-mean(b))]/[norm(a-mean(a))*norm(b-mean(b))];
where vector b is shifted CIRCULARLY by k samples.

The function doesn't check the format of input vectors a and b!

For circular correlation between a and b look for CXCORR(a,b) in
http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectType=author&objectId=1093734

Reference:
A. V. Oppenheim, R. W. Schafer and J. R. Buck, Discrete-Time Signal Processing, Upper Saddler River, NJ : Prentice Hall, 1999.

Author: G. Levin, April 2004.

引用

G. Levin (2026). Circular Cross Covariance (https://jp.mathworks.com/matlabcentral/fileexchange/4811-circular-cross-covariance), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R13
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCorrelation and Convolution についてさらに検索
謝辞

ヒントを与えたファイル: Fast Circular Cross Covariance

バージョン 公開済み リリース ノート
1.0.0.0

Misspell correction.
Add help.
Minor change in link.