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

Revision 697, 276 bytes (checked in by MelissaDuarte, 10 months ago)

Adding warplab m files

Line 
1function result = warplab_setOptions(nodeHandles,options)
2warplab_siso_defines
3
4packetNum = 1;
5
6%Send the SET_OPTIONS packets
7pktDataTx = [packetNum SET_OPTIONS options];
8
9 for n = [2:length(nodeHandles)]
10        datarec = warplab_pktSend(nodeHandles(n), pktDataTx);
11end
Note: See TracBrowser for help on using the browser.