root/ResearchApps/PHY/WARPLAB/WARPLAB_SISO/M_code/warplab_initNodes.m
| Revision 695, 306 bytes (checked in by MelissaDuarte, 11 months ago) |
|---|
| Line | |
|---|---|
| 1 | function result = warplab_initNodes(nodeHandles) |
| 2 | warplab_siso_defines |
| 3 | |
| 4 | packetNum = 1; |
| 5 | |
| 6 | %Send the SYNC packet to clear any stale triggers |
| 7 | warplab_sendSync(nodeHandles(1)); |
| 8 | |
| 9 | %Send the INITIALIZE packets |
| 10 | for n = [2:length(nodeHandles)] |
| 11 | warplab_sendCmd(nodeHandles(n), INITIALIZE, packetNum); |
| 12 | end |
Note: See TracBrowser
for help on using the browser.