info
Characteristic information of GPU-based Viterbi decoder
Description
returns characteristic information of the specified graphics processing unit (GPU) based
Viterbi decoder.infostruct
= info(gpuVitDec
)
Examples
Get Characteristic Information of GPU-based Viterbi Decoder
Create a GPU-based Viterbi decoder System object™ that accepts an input vector of hard decision values, which are zeros or ones.
gpuVitDec = comm.gpu.ViterbiDecoder('InputFormat','Hard');
Get the characteristic information of the GPU-based Viterbi decoder.
infostruct = info(gpuVitDec)
infostruct = struct with fields:
AcquisitionDepth: 70
Input Arguments
gpuVitDec
— GPU-based Viterbi decoder
comm.gpu.ViterbiDecoder
System object™
GPU-based Viterbi decoder, specified as a comm.gpu.ViterbiDecoder
System object.
Output Arguments
infostruct
— Characteristic information
structure
Characteristic information of the input GPU-based Viterbi decoder, returned as a structure that contains this field.
AcquisitionDepth
— Acquisition depth used in GPU implementation
integer
Acquisition depth used in the GPU implementation, returned as an integer.
The acquisition depth is the number of depunctured codewords that are used to
overlap subsequences of the received data in the GPU implementation of the Viterbi
decoder. For unpunctured codes, AcquisitionDepth
is the greater
of ten times the constraint length or two times the
TracebackDepth
property of the decoder. For punctured
codes, AcquisitionDepth
is scaled by a multiple of the number
of codewords in the puncture pattern vector.
Version History
Introduced in R2012a
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)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)