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.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
- América Latina (Español)
- Canada (English)
- United States (English)
欧洲
- 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)