声振论坛

 找回密码
 我要加入

QQ登录

只需一步,快速开始

查看: 895|回复: 0

[其他] 如何求矩阵的自相关矩阵

[复制链接]
发表于 2014-4-8 10:19 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?我要加入

x
网上能够找到求序列自相关矩阵的方法,Rxx
1)% implementation with xcorr and toeplitz
m= ;%define the time lag m+1, and m+1<=n;
n=length(x);%location of rxx(0);
rx=xcorr(x);%length of rx is 2*n-1;
Rxx=toeplitz(rx(n:n+m))/n;
2)%implementation with corrmtx
m= ;%defined the time lag m+1,and m+1<=n
rx=corrmtx(x,m);
Rxx=rx'*rx;
但这种方法好像不适用于矩阵自相关矩阵的求解,谁知道如何求矩阵的自相关矩阵??&#8203;
回复
分享到:

使用道具 举报

您需要登录后才可以回帖 登录 | 我要加入

本版积分规则

QQ|小黑屋|Archiver|手机版|联系我们|声振论坛

GMT+8, 2024-5-6 12:09 , Processed in 0.152076 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表