adsbTransponder
Description
The adsbTransponder
System object™ models an Automatic Dependent Surveillance-Broadcast (ADS-B) transponder. You
can use the object to generate ADS-B messages and receive the messages using an adsbReceiver
System object.
To generate ADS-B messages:
Create the
adsbTransponder
object and set its properties.Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?
Creation
Description
creates an ADS-B transponder with a unique International Civil Aviation Organization
(ICAO) address that generates ADS-B messages. You must specify ICAO as a six-element
character vector or string scalar.transponder
= adsbTransponder(ICAO
)
sets properties for the transponder using one or more name-value pairs. For example,
transponder
= adsbTransponder(ICAO
,Name,Value
)adsbTransponder('ABC123','UpdateRate',10)
creates an ADS-B
transponder that has an ICAO address of ABC123
and an update rate of 10
Hz.
Properties
Usage
Description
Input Arguments
Output Arguments
Object Functions
To use an object function, specify the
System object as the first input argument. For
example, to release system resources of a System object named obj
, use
this syntax:
release(obj)
Examples
Extended Capabilities
Version History
Introduced in R2021a