WCDMA3G_RadioFrameEqual
Description: Radio frame equalization
Library: 3GPPFDD 10-99, Transport Channel Multiplex
Class: SDFWCDMA3G_RadioFrameEqual
Parameters
Name |
Description |
Default |
Type |
---|---|---|---|
LinkDir |
link direction: Downlink, Uplink |
Uplink |
enum |
TrCHType |
transport channel type: DCH_8_kbps, DCH_16_kbps, DCH_32_kbps, DCH_64_kbps, DCH_128_kbps, DCH_256_kbps, DCH_512_kbps, DMCH_2_4_kbps, DMCH_12_2_kbps, DMCH_64_kbps, DMCH_144_kbps, DMCH_384_kbps, DMCH_2048_kbps |
DCH_8_kbps |
enum |
TTI |
transmission time interval: TTI_10ms, TTI_20ms, TTI_40ms, TTI_80ms |
TTI_10ms |
enum |
Pin Inputs
Pin |
Name |
Description |
Signal Type |
---|---|---|---|
1 |
in |
input data |
int |
2 |
TF |
input transport format |
int |
Pin Outputs
Pin |
Name |
Description |
Signal Type |
---|---|---|---|
3 |
out |
output data |
int |
4 |
outSize |
output data size |
int |
Notes/Equations
- Radio frame size equalization pads the input bit sequence to ensure that the output can be segmented into the same size.
Radio frame size equalization is performed in the uplink only (downlink rate matching output block length is always an integer multiple of radio segment).
For details regarding radio frame size equalization refer to [1].
References
- 3GPP Technical Specification, TS 25.212, V3.0.0, "Multiplexing and Channel Coding," October 1999.