• 大小: 1KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-03
  • 语言: Matlab
  • 标签: matlab  宽带信号  

资源简介

统计信号处理中的宽带信号发生,用于DOA,波束形成等应用中的matlab仿真

资源截图

代码片段和文件信息

function a=alfa(Mfreqdazic)
%%%%%% M: the number of array element
%%%%%% freq: the central frequency of signal subband
%%%%%% d: the distance of array element
%%%%%% azi: the azimuth of signal
 
k=2*pi*d*freq/c;
a=zeros(M1);
for i=1:M
    a(i)=exp(-1*sqrt(-1)*(i-1)*k*sin(azi*pi/180));
end

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        306  2011-11-14 15:32  宽带信号产生\alfa.m

     文件        262  2011-11-14 15:32  宽带信号产生\output.m

     文件        354  2011-11-14 15:32  宽带信号产生\signal.m

     文件        417  2011-11-14 15:32  宽带信号产生\wideband_signal.m

     目录          0  2012-07-20 18:44  宽带信号产生

----------- ---------  ---------- -----  ----

                 1339                    5


评论

共有 条评论