How many samples captured with usrp_rx_cfile

hey folks i usually make capture files with usrp_rx_cfile by using the
-N option… however if i arbatrialy stop the capture with ctrl-c is how
would i figure out how many samples were actually captured?

You could easily tell by the capture file size. Divide the number of
bytes
by 8, unless you used shorts, then divide by 4.

  • George