configureAntennas
Syntax
Description
configureAntennas(
configures the transmit and receive sensors of the transc,pol,sensor)radarTransceiver
System object™
transc. pol is the sensor polarization.
sensor can be either an antenna element object or a sensor array
object in the Phased Array System Toolbox™. The function changes the Polarization properties of the
underlying sensor element or sensor array specified by the
TransmitAntenna or ReceiveAntenna property to
the value of pol. An example of an element is the phased.ShortDipoleAntennaElement
System object. An example of an array is the phased.ULA
System object. This syntax assumes that the same sensor is used for both transmission and
reception. This method can only be used prior to locking of the
This method can only be used prior to locking of the object. If the object is locked, first call the release().
also outputs the reconfigured radar transceiver transc = configureAntennas(___)transc.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023b