News

Latest changes:

DUT Change (29/05/2026) The DUT has been replaced to a dual-input Sequential LMBA provided by Politecnico di Torino. This change is already active for experiments. The codebase has been enhanced with extended configuration parameters. Please download the updated version of the code and check the full details in the Access and Scoring details section.

Current status

remoteLAB is: RUNNING.

Error control

The returned MATLAB structure contains a field named "RX.error", which provides feedback regarding the transmission status. The server validates the input signals before processing; if any criteria are not met, the specific reason for rejection is detailed here:

Rejected signal:

RX.error = 1 "TX signals bad size" (wrong number of rows)

RX.error = 2 "TX signals bad size" (wrong number of columns)

RX.error = 3 "TX includes NaN"

RX.error = 4 "TX signals modulus peak >3.5"

RX.error = 5 "TX signals PAPR <7"

RX.error = 6 "TX signals mean power level exceeding the maximum"

Accepted Signal:

RX.error = 0 "Everything in TX is ok"

RX.error = 0.5 "TX signals modulus peak >1 (but <=2)" (There will be hardware clipping)

Contact

In case of experimenting problems contact with: gabriel.montoro@upc.edu and pere.lluis.gilabert@upc.edu