91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 2KB
    文件類型: .m
    金幣: 1
    下載: 0 次
    發布日期: 2021-06-13
  • 語言: Matlab
  • 標簽:

資源簡介

該程序采用水下探測方向的程序,該程序主要采用矢量水聽器來檢測聲源所在的方向,算法采用MUSIC的DOA估計,希望該程序能夠幫助到大家

資源截圖

代碼片段和文件信息

clear?all
close?all
derad?=?pi/180;????????
radeg?=?180/pi;
twpi?=?2*pi;
kelm?=?8;???????????????%?陣列數量
dd?=?0.5;???????????????%?陣元間距?
d=0:dd:(kelm-1)*dd;?????%?陣元位置
iwave?=?3;??????????????%?信源數
theta?=?[10?30?60];?????%?波達方向
snr?=?10;???????????????%??信噪比)
n?=?500;????????????????%??采樣點數
l=[111];
u=[l;cos(theta*derad);sin(theta*derad)];???%??加矢量水聽器



Ap1=exp(-j*twpi*d.‘*sin(theta(1)*derad));%%%%?聲壓陣列流行
Ap2=exp(-j*twpi*d.‘*sin(theta(2)*derad));
Ap3=exp(-j*twpi*d.‘*sin(theta(3)*derad));


A1=kron(Ap1u(:1));
A2=kron(Ap2u(:2));
A3=kron(Ap3u(:3));?%??直積得出矢量水聽器陣列流行
A=[A1A2A3];
S=randn(iwaven);?????????????%??構造隨機信號
X=A*S;
X1=awgn(Xsnr‘measured‘);????%??水聽器接收
Rxx=X1*X1‘/n;?????????????????%??協方差

評論

共有 條評論

相關資源