WCDMA3G_UpLkSpreader
Description: BPSK modulation and spreading.
Library: 3GPPFDD 10-99, Spreading & Modulation
Class: SDFWCDMA3G_UpLkSpreader
Parameters
Name |
Description |
Default |
Type |
---|---|---|---|
MappingRule |
mapping rule.: Map 0 to 1, Map 1 to 1, Do not map |
Map 0 to 1 |
enum |
SF |
spreading factor: SF_4 , SF_8 , SF_16, SF_32, SF_64, SF_128, SF_256 |
SF_256 |
enum |
Pin Inputs
Pin |
Name |
Description |
Signal Type |
---|---|---|---|
1 |
inData |
information |
int |
2 |
inSeq |
spreading code |
int |
Pin Outputs
Pin |
Name |
Description |
Signal Type |
---|---|---|---|
3 |
out |
output symbols after bit map and spreading |
int |
Notes/Equations
- This model is used to complete BPSK data mapping and spread input data. Each firing, SF tokens are produced for each inData and SF inSeq tokens consumed.
- Binary input bits are mapped to real values according to the mapping rule and then multiplied one-by-one by inData with inSeq.
References
- 3GPP Technical Specification TS 25.213 V3.0.0 "Spreading and modulation (FDD)," October 1999.