Building a Radar Datacube

版本 1.0.0.1 (7.0 KB) 作者: Mike Donovan
Creating a radar datacube for single or multiple targets
1.8K 次下载
更新时间 2016/9/1

查看许可证

This program creates a radar datacube using functions from the Phased
Array System Toolbox. This program shows 2 examples:
1- A radar datacube with a single target, an 8 element uniform linear
array, 1000 samples per radar pulse, and 32 pulses
2- A radar datacube with 20 targets, a 121 element array mounted on the
surface of a sphere, 20k samples per pulse and 32 pulses
In both cases the program is divided up into 2 sections. Section 1
defines and initializes the objects needed to build the radar data cube,
and Section 2 runs the simulation loop to generate the pulses, move the
target(s), reflect the pulses off the target and back to the radar,
collect the received signals and build the datacube.

引用格式

Mike Donovan (2024). Building a Radar Datacube (https://www.mathworks.com/matlabcentral/fileexchange/50407-building-a-radar-datacube), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Detection, Range and Doppler Estimation 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.1

Updated license

1.0.0.0

Minor updates to code to match mathworks.com technical article.