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

Last change on this file was 1590, checked in by mduarte, 14 years ago
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.