WCDMA3G_RadioFrameDelay
Description: Radio frame delay
Library: 3GPPFDD 10-99, Transport Channel Multiplex
Class: SDFWCDMA3G_RadioFrameDelay
Parameters
Name | Description | Default | Sym | Type | Range |
---|---|---|---|---|---|
LinkDir | link direction: Downlink, Uplink | Downlink | enum | ||
TTI | transmission time interval: TTI_10ms, TTI_20ms, TTI_40ms, TTI_80ms | TTI_10ms | enum | ||
PhyCHNum | number of physical channels that CCTrCH is mapped to | 1 | Np | int | [1, ∞) |
DL_PhyCHType | downlink physical channel type: DPCH_15kbps_TF0_T2_P4, DPCH_15kbps_TF2_T2_P4, DPCH_30kbps_TF0_T2_P2, DPCH_30kbps_TF2_T2_P2, DPCH_30kbps_TF0_T2_P4, DPCH_30kbps_TF2_T2_P4, DPCH_30kbps_TF0_T2_P8, DPCH_30kbps_TF2_T2_P8, DPCH_60kbps_TF0_T2_P4, DPCH_60kbps_TF2_T2_P4, DPCH_60kbps_TF0_T2_P8, DPCH_60kbps_TF2_T2_P8, DPCH_120kbps_TF8_T4_P8, DPCH_120kbps_TF0_T4_P8, DPCH_240kbps_TF8_T4_P8, DPCH_240kbps_TF0_T4_P8, DPCH_480kbps_TF8_T8_P16, DPCH_480kbps_TF0_T8_P16, DPCH_960kbps_TF8_T8_P16, DPCH_960kbps_TF0_T8_P16, DPCH_1920kbps_TF8_T8_P16, DPCH_1920kbps_TF0_T8_P16, PCCPCH | DPCH_30kbps_TF2_T2_P8 | enum | † | |
UL_DPDCHType | uplink dedicated physical data channel type: DPDCH_15kbps, DPDCH_30kbps, DPDCH_60kbps, DPDCH_120kbps, DPDCH_240kbps, DPDCH_480kbps, DPDCH_960kbps | DPDCH_30kbps | enum | ||
† where TF n = number of transmit format indicator bits T n = number of transmit power control bits P n = number of pilot bits F n = number of feedback indicator bits |
Pin Inputs
Pin |
Name |
Description |
Signal Type |
---|---|---|---|
1 |
in |
input data |
real |
2 |
inSize |
input data size |
int |
Pin Outputs
Pin |
Name |
Description |
Signal Type |
---|---|---|---|
3 |
out |
output data |
real |
4 |
outSize |
output data size |
int |
Notes/Equations
- This model is used to delay input data several frames for radio frame de-segmentation because output data from the Rake receiver has one frame delay.
Each firing, Mp × Np tokens of out and one token of outSize are produced when Mp × Np tokens of in and one token of inSize are consumed.
Mp × Np tokens of input data is one frame data of 10 ms. Because output data from the Rake receiver has one frame delay, this model delays input data (T − 1) frames (Mp × Np × (T − 1) tokens) and input data size (T − 1) tokens. In variable rate transmission, all data in one frame is not useful, only inSize tokens are valid. WCDMA3G_RadioFrameDeSeg concatenates T frames to one TTI data block. The first data block in TTI is delayed data, not useful.
Refer to the following tables for the values of T and Mp. - DL_PhyCHType is valid only when LinkDir = Downlink; UL_DPDCHType is valid only when LinkDir = Uplink.
T Values
TTI
Frame Number in TTI (T)
TTI_10 ms
1
TTI_20 ms
2
TTI_40 ms
4
TTI_80 ms
8
Mp Values
Physical Channel Type Bits per Frame (Mp) DL_PhyCHType DPCH_15kbps_TF0_T2_P4 60 DPCH_15kbps_TF2_T2_P4 30 DPCH_30kbps_TF0_T2_P2 240 DPCH_30kbps_TF2_T2_P2 210 DPCH_30kbps_TF0_T2_P4 210 DPCH_30kbps_TF2_T2_P4 180 DPCH_30kbps_TF0_T2_P8 150 DPCH_30kbps_TF2_T2_P8 120 DPCH_60kbps_TF0_T2_P4 510 DPCH_60kbps_TF2_T2_P4 480 DPCH_60kbps_TF0_T2_P8 450 DPCH_60kbps_TF2_T2_P8 420 DPCH_120kbps_TF8_T4_P8 900 DPCH_120kbps_TF0_T4_P8 900 DPCH_240kbps_TF8_T4_P8 2100 DPCH_240kbps_TF0_T4_P8 2100 DPCH_480kbps_TF8_T8_P16 4320 DPCH_480kbps_TF0_T8_P16 4320 DPCH_960kbps_TF8_T8_P16 9120 DPCH_960kbps_TF0_T8_P16 9120 DPCH_1920kbps_TF8_T8_P16 18720 DPCH_1920kbps_TF0_T8_P16 18720 PCCPCH 270 UL_DPDCHType DPDCH_15_kbps 150 DPDCH_30_kbps 300 DPDCH_60_kbps 600 DPDCH_120_kbps 1200 DPDCH_240_kbps 2400 DPDCH_480_kbps 4800 DPDCH_960_kbps 9600
References
- 3GPP Technical Specification TS 25.211 V3.0.0, "Physical channels and mapping of transport channels onto physical channels (FDD)," October 1999
- 3GPP Technical Specification TS 25.212 V3.0.0, "Multiplexing and channel coding (FDD)," October 1999.