雷达波形设计matlab代码雷达生成检测
在MATLAB中实现RADAR目标生成和检测
雷达项目
1.FMCW波形设计
R
=
110
;
%
initial
distance
of
the
target
v
=
-
20
;
%
speed
of
the
target
fc
=
77e9
;
%
Frequency
of
operation
R_max
=
200
;
%
Max
Range
resolution
=
1
;
%
Range
Resolution
c
=
3e8
;
%
Speed
of
Light
v_max
=
100
;
%
Max
Velocity
%%
FMCW
Waveform
Generation
%
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
requirem
2022-04-04 19:14:24
512KB
系统开源
1