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

Revision 695, 306 bytes (checked in by MelissaDuarte, 11 months ago)

minor changes

Line 
1function result = warplab_initNodes(nodeHandles)
2warplab_siso_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 browser.