nrDLSCHInfo
ダウンリンク共有チャネル (DL-SCH) 情報の取得
説明
は、入力トランスポート ブロック サイズ info
= nrDLSCHInfo(tBlkLen
,targetCodeRate
)tBlkLen
およびターゲット符号化率 targetCodeRate
に対して、DL-SCH 情報が格納された構造体を返します。DL-SCH 情報には、巡回冗長検査 (CRC) 付加、コード ブロック セグメンテーション (CBS)、およびチャネル符号化が含まれます。
例
DL-SCH 情報の取得
長さ 8456 かつターゲット符号化率 517/1024 の入力トランスポート ブロックについて、レート マッチング前の DL-SCH 情報を表示します。表示される DL-SCH 情報は次のとおりです。
トランスポート ブロックには、コード ブロックごとに 312 個の <NULL> フィラー ビットがある。
CBS 後のコード ブロックごとのビット数は 4576。
低密度パリティチェック (LDPC) 符号化後のコード ブロックごとのビット数は 13,728。
tBlkLen = 8456; targetCodeRate = 517/1024; nrDLSCHInfo(tBlkLen,targetCodeRate)
ans = struct with fields:
CRC: '24A'
L: 24
BGN: 1
C: 2
Lcb: 24
F: 312
Zc: 208
K: 4576
N: 13728
入力引数
tBlkLen
— トランスポート ブロック サイズ
非負の整数
トランスポート ブロック サイズ。非負の整数として指定します。
データ型: double
targetCodeRate
— ターゲット符号化率
実数
ターゲット符号化率。範囲 (0, 1) の実数として指定します。
データ型: double
出力引数
info
— DL-SCH 情報
構造体
DL-SCH 情報。次のフィールドを含む構造体として返されます。
フィールド | 値 | 説明 |
---|---|---|
CRC |
| CRC 多項式の選択 |
L |
| CRC ビットの数 |
BGN |
| LDPC ベース グラフの選択 |
C | 正の整数 | コード ブロックの数 |
Lcb |
| コード ブロックごとのパリティ ビット数 |
F | 非負の整数 | コード ブロックごとの <NULL> フィラー ビット数 |
Zc | 正の整数 | リフティング サイズの選択 |
K | 非負の整数 | CBS 後のコード ブロックごとのビット数 |
N | 非負の整数 | LDPC 符号化後のコード ブロックごとのビット数 |
拡張機能
C/C++ コード生成
MATLAB® Coder™ を使用して C および C++ コードを生成します。
バージョン履歴
R2018b で導入
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
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)