analogdevicesinc / TransceiverToolbox

MATLAB toolbox for ADI transceiver products
https://analogdevicesinc.github.io/TransceiverToolbox/master
Other
56 stars 31 forks source link

LTE_PA: move to switch #33

Closed rgetz closed 4 years ago

rgetz commented 4 years ago

Move to switch from if thenelse (it's shorter, and easier to read), add an otherwise (for catching errors), and move common things outside the loop

Signed-off-by: Robin Getz robin.getz@analog.com