source: ResearchApps/PHY/WARPLAB/WARPLab_v06_1/M_Code_Reference/warplab_sendCmd.m

Last change on this file was 1311, checked in by mduarte, 15 years ago

Adding files for WARPLab release 05

File size: 228 bytes
Line 
1function datarec = warplab_sendCmd(udpSock, commands, packetNum)
2
3for local_count = 1:length(commands)
4    pktDataTx = [packetNum commands(local_count)];
5    datarec(local_count,:) = warplab_pktSend(udpSock, pktDataTx);
6end
Note: See TracBrowser for help on using the repository browser.