source: ResearchApps/PHY/WARPLAB/ResearchExamples/LTE_Setup/LTE_MATLAB_Reference_Files/1user_mimo/warplab_setRadioParameter.m

Last change on this file was 1590, checked in by mduarte, 14 years ago
File size: 265 bytes
Line 
1function result = warplab_setRadioParameter(nodeHandle,parameter_Id, parameter_Value)
2
3packetNum = 1;
4
5% Set the packet to be sent to the WARP node
6pktDataTx = [packetNum, parameter_Id, parameter_Value];
7
8datarec = warplab_pktSend(nodeHandle, pktDataTx);
9
Note: See TracBrowser for help on using the repository browser.