News

Contact

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

Error control

The received Matlab struct's field "RX.message" includes information about the reason of a bad behaviour, and it helps to solve issues. Examples:

RX.message="Everything in TX is ok"

RX.message="Error1: TX signals bad size" (wrong number of rows)

RX.message="Error2: TX signals bad size" (wrong number of columns)

RX.message="Error3: TX includes NaN"

RX.message="Error4: TX signals modulus peak >2" (It's not accepted any signal's peak above 2, therefore TX is refused)

RX.message="Error5: TX signals PAPR <7"

RX.message="Warning1: TX signals modulus peak >1 (but <=2)" (A signal's peak up to 2 is accepted and TX is not refused, but the signal's components I or Q above 1 will be clipped by the remote equipment)

Current status

remoteLAB is: RUNNING.