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

Last change on this file was 1590, checked in by mduarte, 14 years ago
File size: 301 bytes
Line 
1function result = warplab_initNodes(nodeHandles)
2warplab_defines
3
4packetNum = 1;
5
6%Send the SYNC packet to clear any stale triggers
7warplab_sendSync(nodeHandles(1));
8
9%Send the INITIALIZE packets
10for n = [2:length(nodeHandles)]
11    warplab_sendCmd(nodeHandles(n), INITIALIZE, packetNum);
12end
Note: See TracBrowser for help on using the repository browser.