MT Calculate BER After Trigger (User Pattern)
- Updated2023-02-17
- 6 minute(s) read
MT Calculate BER After Trigger (User Pattern)
Calculates the average bit error rate (BER) against a user-defined sequence. The sequence input in the input bit stream array must be the same as the sequence specified in the reference bit pattern parameter.
When you call this node for the first time, or whenever reset? is TRUE, the node attempts to locate a trigger within the input bit stream by comparing it to the reference bit pattern under the constraints set by the confidence and BER trigger threshold parameters. When the BER on the subsequent input bits is below the specified threshold of bits specified by confidence, the node begins reporting the BER.
Inputs/Outputs

input bit stream
The bit sequence over which BER is calculated. This bit stream must include only data bits of the PN sequence.

reference bit pattern
Sequence of bits that are compared to the input bit stream to calculate BER and accumulated BER. When you reset this node, it adjusts the starting bit of this sequence to find the minimum BER.

BER trigger threshold
The BER threshold that must not be exceeded for the trigger found? decision. This value determines when the BER measurement begins; bits before this value and seed bits are not included in the BER measurement. Valid values are 0.0 to 1.0, inclusive.

Default value: 0.1

confidence
Level of confidence that the actual BER of the bits following a trigger will be below the specified BER trigger threshold. Values between 0.0 and 1.0 represent proportional confidence.
Default value: 0.95

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

reset?
A Boolean that determines whether the node continues bit error rate calculations from a previous iteration.
| TRUE | Resets the trigger and the accumulated BER measurement. |
| FALSE | Maintains the previous synchronization and does not clear the existing accumulated BER value. |
Default value: TRUE

BER
The measured BER as the ratio of erroneous bits to the bits following a trigger in the current input bit stream.
The number of bits considered for this measurement depends on the conditions shown in the following table.
| Conditions | BER Output |
|---|---|
|
1.0 |
|
1.0 |
|
BER calculation based on the length of bits following the set of N + 1 bits in which the trigger was detected, where N is the specified PN sequence order |
|
BER calculation based on the length of the input bit stream |

accumulated BER
The measured bit error rate as the ratio of erroneous bits to bits following a trigger.
The number of bits considered for this measurement depends on the conditions shown in the following table.
| Scenario | Conditions | BER Output |
|---|---|---|
| 1. |
|
1.0 |
| 2. |
|
1.0 |
| 3. |
|
BER calculation based on the length of bits following the set of N + 1 bits in which the trigger was detected, where N is the specified PN sequence order |
| 4. |
|
Accumulated BER calculation based on the length of the input bit stream |

trigger found?
A Boolean that indicates whether the node found a user-defined sequence synchronization that exceeded the specified BER trigger threshold.

trigger found index
Index value of the first bit where the bit pattern matched the specified user-defined pattern.
This index value indicates the number of bits since the last reset that did not contribute to the BER calculation. For example, if the transmitter is off for 30 bits, this parameter returns 30.

error out
Error information.
The node produces this output according to standard error behavior.
Minimum Number of Input Bits
The minimum number of input bits required to return a meaningful BER value is given by
where
y is defined such that confidence=P(x≤y)
x is a zero-mean, unit-variance Gaussian variate
P(x≤y) denotes the probability that the variable x takes a value that is less than or equal to y.
Unit Under Test Synchronization
The BER trigger threshold input triggers this node, meaning that the node only reports BER on bits after a match is found. Hence, you do not need to synchronize your transmitter with your unit under test (UUT)—the test can begin before transmission begins.