RadarSimM Documentation

MATLAB interface for radar simulation

View the Project on GitHub radarsimx/radarsimm

RadarSim.PointTarget

← Back to index

PointTarget Class representing a point target in the radar simulation. This class defines the properties and methods for a point target, including its location, speed, radar cross section (RCS), and phase.

Properties

Name Default
type_ “point”; % Type of the target
location_  
rcs_  
speed_  
phase_  

Methods

obj = PointTarget(location, speed, rcs, kwargs)

Constructor for the PointTarget class. Initializes the location, speed, RCS, and phase of the target.

Parameters:


Copyright (C) 2023 - 2026 RadarSimX LLC