• 大小: 702KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-16
  • 语言: Matlab
  • 标签:

资源简介

雷达系统建模与仿真的matlab程序,包括产生swerling杂波,以及产生回波,进行快速傅立叶变换,脉压,进行MTI,以及横虚警

资源截图

代码片段和文件信息

function [xy]=AD(z1z2)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%模数转换
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
m1=min(min(z1));
m2=min(min(z2));
Vmax=6;
N=12;
x=Vmax/(2^N)*floor((z1-m1)*2^N/Vmax);
y=Vmax/(2^N)*floor((z2-m2)*2^N/Vmax);
[MN]=size(z1);
for i=1:N
    x(1:Mi)=Vmax/(2^N)*floor((z1(1:Mi)-m1)*2^N/Vmax);
    y(1:Mi)=Vmax/(2^N)*floor((z2(1:Mi)-m2)*2^N/Vmax);
end
w1=x(:)‘;
w2=y(:)‘;
subplot(211);
plot(w1);
subplot(212);
plot(w2);

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

     文件     125440  2005-07-09 12:01  葛海军的系统建模与仿真\程序.doc

     文件     879104  2005-07-09 12:02  葛海军的系统建模与仿真\葛海军的系统建模与仿真报告.doc

     文件      36761  2005-07-09 10:27  葛海军的系统建模与仿真\输出图形\ad.jpg

     文件      15993  2005-07-09 10:51  葛海军的系统建模与仿真\输出图形\CFAR.jpg

     文件      31105  2005-07-09 10:05  葛海军的系统建模与仿真\输出图形\gaofang.jpg

     文件      38435  2005-07-09 10:01  葛海军的系统建模与仿真\输出图形\huibo.jpg

     文件      36421  2005-07-09 10:05  葛海军的系统建模与仿真\输出图形\hunpin.jpg

     文件      38097  2005-07-09 10:06  葛海军的系统建模与仿真\输出图形\jianbo.jpg

     文件      17326  2005-07-09 10:07  葛海军的系统建模与仿真\输出图形\jilei.jpg

     文件      43486  2005-07-09 10:07  葛海军的系统建模与仿真\输出图形\maiya.jpg

     文件      31215  2005-07-09 10:07  葛海军的系统建模与仿真\输出图形\MTI.jpg

     文件      35306  2005-07-09 10:07  葛海军的系统建模与仿真\输出图形\qumo.jpg

    ..A.SH.     38912  2007-05-09 23:28  葛海军的系统建模与仿真\输出图形\Thumbs.db

     文件      33209  2005-07-09 10:06  葛海军的系统建模与仿真\输出图形\zhongfang.jpg

     目录          0  2007-05-10 00:03  葛海军的系统建模与仿真\输出图形

     文件        456  2005-07-07 22:28  葛海军的系统建模与仿真\葛海军的程序\AD.m

     文件        215  2005-05-23 21:49  葛海军的系统建模与仿真\葛海军的程序\beitafenbu.m

     文件        111  2005-04-05 22:32  葛海军的系统建模与仿真\葛海军的程序\bernoulli.asv

     文件        218  2005-05-16 21:46  葛海军的系统建模与仿真\葛海军的程序\bernoulli.m

     文件        105  2005-05-19 21:45  葛海军的系统建模与仿真\葛海军的程序\canshu.m

     文件         92  2005-07-07 22:42  葛海军的系统建模与仿真\葛海军的程序\CFAR.asv

     文件        192  2005-07-09 10:50  葛海军的系统建模与仿真\葛海军的程序\CFAR.m

     文件        132  2005-05-20 22:20  葛海军的系统建模与仿真\葛海军的程序\correlation.m

     文件        874  2005-05-23 21:47  葛海军的系统建模与仿真\葛海军的程序\dajiama.m

     文件        186  2005-05-16 22:12  葛海军的系统建模与仿真\葛海军的程序\duishuzhengtai.m

     文件        382  2005-06-02 22:23  葛海军的系统建模与仿真\葛海军的程序\duishuzhengtaipu.asv

     文件        382  2005-06-02 22:26  葛海军的系统建模与仿真\葛海军的程序\duishuzhengtaipu.m

     文件       4824  2005-07-01 21:36  葛海军的系统建模与仿真\葛海军的程序\fangzhen.fig

     文件        192  2005-05-16 22:15  葛海军的系统建模与仿真\葛海军的程序\ffenbu.m

     文件        780  2005-06-24 21:22  葛海军的系统建模与仿真\葛海军的程序\gaofang.asv

............此处省略46个文件信息

评论

共有 条评论