root/ResearchApps/PHY/WARPLAB/WARPLAB_SISO/M_code/warplab_sendSync.m
| Revision 697, 142 bytes (checked in by MelissaDuarte, 10 months ago) |
|---|
| Line | |
|---|---|
| 1 | function warplab_sendSync(udp_Sync) |
| 2 | |
| 3 | pktDataTx = [0]; |
| 4 | pnet(udp_Sync, 'write', int32(pktDataTx)); |
| 5 | pnet(udp_Sync, 'writepacket'); |
| 6 | return; |
Note: See TracBrowser
for help on using the browser.