3GPPFDD_ULPhyCHMap
Description: Uplink physical channel mapping
Library: 3GPPFDD, TrCH Multiplexers & Coders
Class: SDF3GPPFDD_ULPhyCHMap
Derived From: 3GPPFDD_ULCCTrCHBase
Parameters
Name |
Description |
Default |
Unit |
Type |
Range |
---|---|---|---|---|---|
SpecVersion |
version of specifications: Version_03_00, Version_12_00, Version_03_02 |
Version_12_00 |
|
enum |
|
TrCHType |
transport channel type: RACH_Type, DCH_Type |
DCH_Type |
|
enum |
|
Pin Inputs
Pin |
Name |
Description |
Signal Type |
---|---|---|---|
1 |
PCNin |
physical channel number |
int |
2 |
SltFin |
slot format |
int |
3 |
DataIn |
input data |
multiple int |
Pin Outputs
Pin |
Name |
Description |
Signal Type |
---|---|---|---|
4 |
PCNout |
physical channel number |
int |
5 |
SltFout |
slot format |
int |
6 |
DataOut |
output data |
multiple int |
Notes/Equations
- This model is used to implement uplink physical channel mapping. The PhCH for both uplink and downlink is defined in [2]. The bits input to the physical channel mapping are denoted by vp 1, vp 2, ..., vpU, where p is the PhCH number and U is the number of bits in one radio frame for one PhCH. The bits vpk are mapped to the PhCHs so that the bits for each PhCH are transmitted over the air in ascending order with respect to k.
In uplink, the PhCHs used during a radio frame are either completely filled with bits that are transmitted over the air or not used at all. The only exception is when the UE is in compressed mode. The transmission can then be turned off during consecutive slots of the radio frame. - This model fires once per radio frame. Each firing, this model receives data blocks of all physical channels at multiple input pin DataIn, and receives slot format and physical channel number at pins SltFin and PCNin. This model then maps those data blocks onto each physical channel.
- DataOut will output data of one radio frame; the next model will input data blocks of one slot. This means the next model will fire 15 times when this model fires once. PCNout and SltFout will output 15 repeated data to avoid mismatching.
References
- 3GPP Technical Specification TS 25.212 V3.9.0, Multiplexing and Channel Coding (FDD) 2002-03, Release 1999.
http://www.3gpp.org/ftp/Specs/2002-03/R1999/25_series/25212-390.zip
- 3GPP Technical Specification TS 25.211 V3.10.0, Physical channels and mapping of transport channels onto physical channels (FDD), March 2003, Release 1999.
http://www.3gpp.org/ftp/Specs/2002-03/R1999/25_series/25211-3a0.zip