-
SFND_Radar_Generation_and_Detection:设计雷达波形的MATLAB代码
资源介绍
雷达波形设计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