登录 注册
当前位置:主页 > 资源下载 > 9 > SFND_Radar_Generation_and_Detection:设计雷达波形的MATLAB代码

SFND_Radar_Generation_and_Detection:设计雷达波形的MATLAB代码

  • 更新:2024-11-03 12:11:08
  • 大小:836KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Matlab - 大数据
  • 格式:ZIP

资源介绍

雷达波形设计matlab代码SFND雷达的生成和检测 乔治五世·保罗 编写自述文件,概述以下内容: 2D CFAR流程的实现步骤。 选择训练,守卫单元和偏移量。 采取措施抑制边缘处的非阈值单元。 目标的范围和速度设置为100m和30m / sec。 FMCW波是根据本课中的公式生成的,如下所示。 % define the target's initial position and velocity. Note : Velocity % remains constant c = 3e8 ; target_pos = 100 ; target_vel = 30 ; %% FMCW Waveform Generation % *%TODO* : % Design the FMCW waveform by giving the specs of each of its parameters. % Calculate the Bandwidth (B), Chirp Time (Tchirp) and Slope (slope) of the FMCW % chirp using the req