文件名称:雷达波形设计matlab代码-SFND_Radar_Generation_and_Detection:SFND_Radar_Generatio
文件大小:836KB
文件格式:ZIP
更新时间:2024-06-15 09:44:12
系统开源
雷达波形设计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
【文件预览】:
SFND_Radar_Generation_and_Detection-main
----images()
--------CUT.png(200KB)
--------radar_signal_fft2.png(339KB)
--------radar_doppler_filtered.png(44KB)
--------flowchart.png(215KB)
--------radar_signal_fft1.png(15KB)
--------radar_signal_formula.png(85KB)
----README.md(7KB)
----Radar_Target_Generation_and_Detection.m(7KB)