root/ResearchApps/PHY/WARPLAB/WARPLAB_SISO/M_code/warplab_sendCmd.m
| Revision 697, 170 bytes (checked in by MelissaDuarte, 10 months ago) |
|---|
| Line | |
|---|---|
| 1 | function datarec = warplab_sendCmd(udpSock, command, packetNum) |
| 2 | |
| 3 | %Enable Rx Radio #2 |
| 4 | pktDataTx = [packetNum command]; |
| 5 | datarec = warplab_pktSend(udpSock, pktDataTx); |
Note: See TracBrowser
for help on using the browser.