source: ResearchApps/PHY/WARPLAB/WARPLab_v06_1/M_Code_Reference/warplab_sendSync.m

Last change on this file was 1750, checked in by chunter, 12 years ago

There is a weird race condition associated with the WARPv1 design that requires a *slight* delay after sending a sync packet.

File size: 151 bytes
Line 
1function warplab_sendSync(udp_Sync)
2pktDataTx = [0];
3pnet(udp_Sync, 'write', int32(pktDataTx));
4pnet(udp_Sync, 'writepacket');
5pause(0);
6return;
Note: See TracBrowser for help on using the repository browser.