基于麦克风阵列信号的MUSIC算法信号DOA估计我要分享

DOA estimation of music algorithm signal based on microphone array signal

关注次数: 281

下载次数: 1

文件大小: 1.73 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:将任意阵列输出数据的协方差矩阵进行特征分解,从而得到与信号分量相对应的信号子空间和信号分量相正交的噪声空间,然后利用这两个子空间的正交性来估计信号的参数,理想状况下,数据子空间与噪声子空间是正相交的。本代码中所用的阵列阵元数量12个,阵元间距0.5米,信噪比40,两个信源信号,用MUSIC算法恢复出信号。


English Description:

The covariance matrix of the output data of any array is eigendecomposed to obtain the signal subspace corresponding to the signal component and the noise subspace orthogonal to the signal component. Then, the orthogonality of the two subspaces is used to estimate the parameters of the signal. Ideally, the data subspace and the noise subspace are orthogonal. The number of array elements used in this code is 12, the distance between elements is 0.5m, the signal-to-noise ratio is 40, two source signals are recovered by music algorithm.


代码预览

相关推荐