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 (2021). Building a Radar Datacube (https://www.mathworks.com/matlabcentral/fileexchange/50407-building-a-radar-datacube), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Amazing! I learn very much! But can you post the MATLAB code which processing a radar data cube ?Thank you very much!
getting error as
>> RadarCubePart1
Undefined function 'pattern' for input arguments of type 'phased.ULA'.
Error in RadarCubePart1 (line 24)
pattern(antenna,300e6,-180:180,0,...
Phased Array System Toolbox is not available now. How can i solve this problem??
Excelente artigo