WCDMA3G_BFER
Description: Bit and frame error rate measurements
Library: 3GPPFDD 10-99, Measurement
Class: SDFWCDMA3G_BFER
Parameters
Name |
Description |
Default |
Sym |
Type |
Range |
---|---|---|---|---|---|
FrameLength |
data frame length |
600 |
L |
int |
[1, ∞) |
BERWindow |
number of frames over which BER is calculated. |
100 |
Wb |
int |
[1, ∞) |
FERWindow |
number of frames over which FER is calculated. |
1000 |
Wf |
int |
[1, ∞) |
IgnoreFrameNum |
number of frames to be ignored |
0 |
|
int |
[0, ∞) |
Pin Inputs
Pin |
Name |
Description |
Signal Type |
---|---|---|---|
1 |
in1 |
data from input1 |
int |
2 |
in2 |
data from input2 |
int |
Pin Outputs
Pin |
Name |
Description |
Signal Type |
---|---|---|---|
3 |
BER |
output BER value |
real |
4 |
FER |
output FER value |
real |
Notes/Equations
- This model is used to measure the bit error rate (BER) and frame error rate (FER) of the input data streams.
Each firing, one BER token and one FER token are produced when L tokens of in1 and L tokens of in2 are consumed.
The following figure illustrates the BER measurement window. Data frames from the two inputs are compared:
thene0 is the total error number of the current data frame f0
e1 is the total error number of the previous data frame f1
eWb−1 is the total error number of the earliest data frame in the BER measurement window fWb−1, and so on.
and
BER Measurement