lteNSSS
Generate NSSS symbols for subframe
Syntax
Description
Examples
Initialize cell-wide settings by specifying a narrowband operation mode, subframe number, frame number, and physical layer cell identity.
enb.OperationMode = 'Standalone'; % Narrowband operation mode enb.NSubframe = 9; % Subframe number enb.NFrame = 0; % Frame number enb.NNCellID = 1; % Physical layer cell identity
Generate the NSSS symbols.
sym = lteNSSS(enb);
Input Arguments
Cell-wide settings, specified as a structure containing these fields.
| Name | Required or Optional | Values | Description | Data Types |
|---|---|---|---|---|
OperationMode | Optional | 'Standalone' (default),
'Inband-SamePCI',
'Inband-DifferentPCI',
'Guardband' | NB-IoT operation mode, specified as one of these values:
| char,
string |
NNCellID | Required | Integer in the interval [0, 503] | Narrowband PCI | double |
NSubframe | Optional | 9 (default), integer | Subframe number. Because the NSSS is defined only for
subframe 9 in alternate frames, the function returns an
empty array for any value of this field other than
9. This behavior enables resource
grid indexing for any subframe number. | double |
NFrame | Optional | 0 (default), integer | Frame number. Because the NSSS is defined only for subframe 9 in alternate frames, the function returns an empty vector for odd values of this field. This behavior enables resource grid indexing for any subframe number and any frame number. | double |
NCellID | Required when you specify
OperationMode as
'Inband-SamePCI' or
'Inband-DifferentPCI' | Integer in the interval [0, 503] | PCI | double |
CellRefP | Required when you specify
OperationMode as
'Inband-SamePCI' or
'Inband-DifferentPCI' | 1, 2,
4 | Number of cell-specific antenna ports | double |
Note
To exclude cell reference signal (RS) locations, specify the
NCellID and CellRefP
fields. If you do not specify the NCellID and
CellRefP fields, the function assumes that
the cell RS is absent and generates NSSS values for all cell RS
locations.
Data Types: struct
Output Arguments
NSSS symbols for a subframe, returned as a complex-valued column vector.
If you specify the NSubframe field of the
enb input as any value other than
9 or the NFrame field as an odd
value, then the function returns this output as an empty array.
Version History
Introduced in R2019a
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)