3GPPFDD_TFCIComb
Description: Combine TFIs into TFCI
Library: 3GPPFDD, TrCH Multiplexers & Coders
Class: SDF3GPPFDD_TFCIComb
Derived From: 3GPPFDD_CCTrCHBase
Parameters
Name |
Description |
Default |
Unit |
Type |
Range |
---|---|---|---|---|---|
SpecVersion |
version of specifications: Version_03_00, Version_12_00, Version_03_02 |
Version_12_00 |
|
enum |
|
TrCHNum |
number of Transport Channels |
1 |
|
int |
[1:32] |
Pin Inputs
Pin |
Name |
Description |
Signal Type |
---|---|---|---|
1 |
TFI |
Transport format indicator |
multiple int |
2 |
TFSetSize |
Number of TF(s) in a TF set |
multiple int |
Pin Outputs
Pin |
Name |
Description |
Signal Type |
---|---|---|---|
3 |
TFSetSizeOut |
Output TFSetSize in sequence |
int |
4 |
TFCI |
Mapped TFCI |
int |
Notes/Equations
- This model is used for TFCI combining. The TFCI combination model combine TFIs of TrCHs that are multiplexed into a CCTrCH. The algorithm of TFCI combination is described in [1].
- TFSetSize and TFI are multi-port input. Each TrCH consists of a group of TFSetSize and TFI. TrCHNum determines the number of groups connected to the model.
- The TFSetSizeOut pin outputs TFSetSize serially.
The calculated TFCI cannot exceed 1023.
For example:- TrCH1: TFSetSize = 3, TFI = 2
- TrCH2: TFSetSize = 4, TFI = 3
The TFCI output will be (0 × 3 + 2) × 4 + 3 = 11; the TFSetSizeOut output will be "3 4".
References
- 3GPP Technical Specification TS 25.331 V3.2.0, "RRC Protocol Specification" Release 1999.