登录
首页 » matlab » LFM_ISAR

LFM_ISAR

于 2018-12-23 发布 文件大小:1KB
0 221
下载积分: 1 下载次数: 9

代码说明:

  实现对点目标的ISAR成像,代码简单易操作,采用距离多普勒成像方式(Achieve ISAR imaging of point targets)

文件列表:

LFM_ISAR.m, 3853 , 2018-12-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • You need to download the general purpose toolbox and the signal toolbox. Y...
    You need to download the general purpose toolbox and the signal toolbox. You need to unzip these toolboxes in your working directory, so that you have toolbox_general/ and toolbox_signal/ in your directory. -You need to download the general purpose toolbox and the signal toolbox. You need to unzip these toolboxes in your working directory, so that you have toolbox_general/ and toolbox_signal/ in your directory.
    2022-10-23 05:15:03下载
    积分:1
  • 本源程序提供在AWGN信道下的bpsk调制方式的仿真,并与理论曲线作比较,得到了理想的结果...
    本源程序提供在AWGN信道下的bpsk调制方式的仿真,并与理论曲线作比较,得到了理想的结果-This source provides bpsk under the AWGN channel modulation of the simulation, and compared with the theoretical curve obtained satisfactory results
    2022-09-30 04:15:03下载
    积分:1
  • [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路...
    [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点 [存储结构] 图采用邻接矩阵的方式存储。 [算法的基本思想] 采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达B点的路径,一定是边数最少的路径。实现时采用队列记录被访问过的顶点。每次访问与队头顶点相邻接的顶点,然后将队头顶点从队列中删去。若队空,则说明到不存在通路。在访问顶点过程中,每次把当前顶点的序号作为与其邻接的未访问的顶点的前驱顶点记录下来,以便输出时回溯。 #include int number //队列类型 typedef struct{ int q[20] -[imported] map of the number of vertices N, Vertex map of the relationship between the starting point and end point A and B [output] if A to B without path then exporting "There is no path" Otherwise output A to B on the path vertices [storage structure] plan adopted adjacency matrix of storage. [Algorithm for the basic idea] BFS way from the vertex A, A visit followed with adjacent vertices VA1, VA2 ,..., VAK, visiting times, if not visit B, continue to visit with the VA1 adjacent vertices VA11, VA12 ,..., VA1M. VA2 and then
    2022-01-25 22:50:29下载
    积分:1
  • 数值分析.Timothy+Sauer.part2
    说明:  这是分割后的第二部分。本书的内容包括求解方程组、插值、微分方程及一系列。每章都有实例以帮助读者了解相关应用领域。并有一些matlab的代码,和题目的参考答案。(This is the second part after the split.The content of this book includes solving equations, interpolation, differential equations, and a series. Each chapter has examples to help readers understand the relevant application areas. And there are some matlab codes, and reference answers to the questions.)
    2020-02-18 14:40:06下载
    积分:1
  • 一个有很多错误的问题,希望哪位高手可以帮我解决一下啊,记住要是高手啊,一般的手就不要下了.自食力....
    一个有很多错误的问题,希望哪位高手可以帮我解决一下啊,记住要是高手啊,一般的手就不要下了.自食其力.-a lot of mistakes in the hope that any expert can help solve what I ah, remember if master ah, general hand had not. Self-reliance.
    2022-05-10 16:05:25下载
    积分:1
  • DS18B20
    利用18B20测温 并用LCD1602进行显示(18B20 temperature and use LCD1602 display)
    2009-07-11 09:00:18下载
    积分:1
  • 2
    题目:从键盘输入一些字符,逐个把它们送到磁盘上去,直到输入一个#为止。(Title: enter some characters from the keyboard, and one by one they go to the disk until the input a#.)
    2013-05-06 12:04:31下载
    积分:1
  • 1.推导由7*7元半波振子天线构成的平面阵的方向图计算公式。(2) (上机作业)用Matlab编程画出该天线阵的立体方向图。(Directional pattern of planar array consisting of 7*7 element half wave dipole antenna)
    2020-11-09 16:39:47下载
    积分:1
  • 图像加密代码
    说明:  DNA编码,以及利用混沌系统对数字图像进行加密。(DNA coding and digital image encryption using chaotic system.)
    2021-04-22 16:48:49下载
    积分:1
  • 期望最大化算法
    期望最大化算法。假设数据服从高斯分布时,用于寻找全局最优解。(Expectation-Maximization algorithm)
    2019-07-11 17:35:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载