info
Display information about RBDS waveform generator
Description
returns a structure containing information for the rbdsInfo = info(rbdsWaveGen)comm.RBDSWaveformGenerator
System object™.
Examples
Review a encoding implementation for the open data application (ODA) by using the info method of the comm.RBDSWaveformGenerator System object™. Set the ODA ID to 'CD46', which is the ID for the traffic message channel. The allocated group type is 8A.
rbds = comm.RBDSWaveformGenerator(); odaID = 'CD46'; allocatedGroupType = '8A'; s = info(rbds)
s = struct with fields:
ODAMap: [1×1 struct]
SamplesPerFrame: 1040
s.ODAMap
ans = struct with fields:
ID: '4BD7'
GroupType: '11A'
FunctionMain: @comm.internal.RadioTextPlusEncodingMain
Function3A: @comm.internal.RadioTextPlusEncoding3A
Input Arguments
RBDS waveform generator, specified as a comm.RBDSWaveformGenerator
System object.
Output Arguments
RBDS waveform generator information, returned as a structure containing these
fields. The RBDS waveform generator object is specified by the input
rbdsWaveGen.
Open data application map, returned as a structure of vector of structures containing these fields.
Application identification number (AID), returned as a hexadecimal scalar representing a 16-bit value.
Open format group type, returned as character vector containing one of
these alphanumeric codes: '3B', '4B',
'5A', '5B', '6A',
'6B', '7A', '7B',
'8A', '8B', '9A',
'9B', '10B',
'11A', '11B',
'12A', '12B',
'13A', or '13B'.
Pointer to the main function, returned as a function handle. By default
the function handle returned is
@comm.internal.RadioTextPlusEncodingMain. To register a
custom function handle use the registerODA object
function.
The main function pointed to by the function handle generates four
16-bit words when the received group type has the value
GroupType in this ODA map.
Pointer to the 3A function, returned as a function handle. By default
the function handle returned is
@comm.internal.RadioTextPlusEncoding3A. To register a
custom function handle use the registerODA object
function.
The 3A function is the function handle that generates the third 16-bit
information word when the received group type value, GroupType='3A' in this ODA map.
The number of samples per frame, returned as a positive scalar. The number of
samples per frames equals (rbdsWaveGen.GroupsPerFrame×104×rbdsWaveGen.SamplesPerSymbol)
Version History
Introduced in R2017a
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)