source: ResearchApps/PHY/WARPLAB/ResearchExamples/Cooperative_Setup/Coop_MATLAB_Reference_Files/warplab_setradioparameter.m

Last change on this file was 1589, 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.