root/ResearchApps/PHY/WARPLAB/WARPLAB_SISO/M_code/warplab_sendCmd.m

Revision 697, 170 bytes (checked in by MelissaDuarte, 10 months ago)

Adding warplab m files

Line 
1function datarec = warplab_sendCmd(udpSock, command, packetNum)
2
3%Enable Rx Radio #2
4pktDataTx = [packetNum command];
5datarec = warplab_pktSend(udpSock, pktDataTx);
Note: See TracBrowser for help on using the browser.