登录
首页 » matlab » LFMCW

LFMCW

于 2020-03-30 发布
0 291
下载积分: 1 下载次数: 17

代码说明:

说明:  仿真伪相位编码连续波雷达的信号处理。设码频为 5MHz,伪码周期内码长为511,雷达载频为 10GHz,输入噪声为高斯白噪声,视频输入信噪比为 -15dB,相干 积累总时宽不大于0ms,给出回波视频表达式,脉压和FFT后的表达式;仿真给 出脉压和FFT 后的输出图形;通过仿真说明各级处理的增益,与各级时宽和带宽的关系;仿真说明脉压时多卜勒敏感现象和多卜勒容限及其性能损失(脉压主旁比与多卜勒的曲线)(Simulation of pseudo phase coded CW radar signal processing. Suppose the code frequency is 5MHz, the code length in the pseudo code period is 511, the radar carrier frequency is 10GHz, the input noise is Gaussian white noise, the video input signal-to-noise ratio is - 15dB, the total coherent accumulation time width is not more than 0ms, the echo video expression, the expression after pulse pressure and FFT are given; the pulse pressure and FFT are given by simulation After that, the output graph; the relationship between the gain of each level of processing and the time width and bandwidth of each level through simulation; the phenomenon of Doppler sensitivity, Doppler tolerance and its performance loss during pulse compression (the curve of the ratio of main to side of pulse pressure and Doppler))

文件列表:

LFMCW511.m, 1837 , 2020-03-30
mf.m, 870 , 2020-03-30
随机信号上机作业1.pdf, 944965 , 2019-06-25

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

发表评论

0 个回复

  • shangjiao6.m为主程序;pcode.m为产生伪码的子程序;bu.m为进行补0的子程序(为了使得进行FFT和IFFT的点数满足2的N次方个) c_b.m...
    shangjiao6.m为主程序;pcode.m为产生伪码的子程序;bu.m为进行补0的子程序(为了使得进行FFT和IFFT的点数满足2的N次方个) c_b.m为数据进行串并转换的子程序。-shangjiao6.m-based procedures pcode.m for producing pseudo-code subroutine bu.m for fill 0 Subroutine (carried out in order to make the point FFT and IFFT of the N-th power to meet the 2 months) c_b.m for data for string and conversion subroutine.
    2022-05-20 09:20:20下载
    积分:1
  • point cooriDATION FUNCTION
    point cooriDATION FUNCTION
    2022-12-09 07:35:02下载
    积分:1
  • VB户籍管理系统源码
    VB户籍管理系统源码,登陆系统时可以使用管理员:用户名admin,密码admin,或使用普通用户:用户名user1,密码user1。区别:管理员有系统管理功能,普通用户没有此功能。   系统包含两种用户,管理员和普通用户,管理员的默认用户名为admin,密码为admin。管理员和普通用户的区别是管理员具有系统管理功能,普通用户不具有系统管理功能。管理员不能被删除、修改密码、添加。普通用户可以被删除、修改密码、添加。
    2022-07-11 23:39:19下载
    积分:1
  • Linux登录器全套
    特别好用的征途登录器,几乎是什么功能都有,注册,找回,加点,等等一些功能!(1. Upload zt_login to / home directory with WinSCP 2. Do the following in Secure CRT: Cd/home Chmod a+x zt_login_ex / zt_login 192.168.1.76 8000 unify 00 ZT game 123456 192.168.1.76 8000 ZT ZT game 123456 100000 8003&)
    2020-06-19 03:00:01下载
    积分:1
  • Python神经网络编程高清版
    说明:  这是一本学习神经网络的书籍,本书用讲故事的方式娓娓道来,浅显易懂,适合小白。(This is a book on learning neural networks. It tells stories in a way that is easy to understand and suitable for Xiaobai.)
    2019-09-30 17:21:49下载
    积分:1
  • 学生宿舍管理系统(含源代码) 使用SQL Server 2000的企业管理器
    学生宿舍管理系统(含源代码) 使用SQL Server 2000的企业管理器-Student hostel management system (including source code) to use SQL Server 2000" s Enterprise Manager
    2022-06-03 13:47:04下载
    积分:1
  • Flask Web开发:基于Python的Web应用开发实战源码
    考虫网的爬虫,可以通过编写url的方式自动将数据爬取到本地(The crawler of the web and automatically writes to excel)
    2020-06-23 15:00:01下载
    积分:1
  • xian2
    通过键盘创建有若干个元素(可以是整型数值)的单链表,实现对单链表的初始化,对已建立的顺序表插入操作、删除操作、查找操作、遍历输出单链表。 要求各个操作均以函数的形式实现,并且在主函数中调用各个函数实现以下操作: ( 1 )键盘输入单链表 x 、 x 、 x 、 x 、 x 、 x ,并输出显示,其中 x 为任意整数。 ( 2 )在单链表的第 4 个位置插入 67 ,并输出单链表中的各元素值。 ( 3 )删除单链表中的第 2 个数据元素,并输出单链表中的各元素值。 ( 4 )查找单链表中的第 5 个元素并输出该元素的值。(A single linked list with several elements (which can be integer values) is created by keyboard to initialize the single linked list, insert operation, delete operation, search operation and traverse the output single linked list. Each operation is required to be implemented in the form of a function, and each function is called in the main function to implement the following operations: (1) Keyboard input single linked list x, x, x, x, x, x, and output display, where x is an arbitrary integer. (2) Insert 67 at the fourth position of the single-linked list and output the values of each element in the single-linked list. (3) Delete the second data element in the single-linked list and output the values of each element in the single-linked list. (4) Find the fifth element in the single list and output its value.)
    2019-04-18 20:15:36下载
    积分:1
  • 手机版推箱子游戏,运行于展讯平台,测试通过。
    手机版推箱子游戏,运行于展讯平台,测试通过。-Sokoban Games Mobile, running on Spreadtrum platform for the test.
    2022-01-29 01:33:07下载
    积分:1
  • QEKF1
    说明:  加速度计、陀螺仪、磁力计的扩展卡尔曼滤波融合程序,里面附有数据,可直接运行。(Accelerometer, gyroscope, magnetometer extended kalman filter fusion program, with data, can be directly run.)
    2019-06-25 16:29:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载