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.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の 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)