MATLAB interface for radar simulation
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.
| Name | Default |
|---|---|
type_ |
“point”; % Type of the target |
location_ |
|
rcs_ |
|
speed_ |
|
phase_ |
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