LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

datarate measurement

How can i measure datarate in LabVIEW. I am trying to transmit data between two USRPs and I need to measure datarate of my transmission.

 

Please guide,

 

Many thanks in advance,

 

 

0 Kudos
Message 1 of 4
(2,969 Views)

Hi josephkirmani,

 

What networking protocol are you using to transmit the data between the URSPs? The link below has more information on the networking protocol choices.

 

Using the Right Networking Protocol: http://www.ni.com/white-paper/12079/en/

 

Best Regrads,

Andy

Applications Engineer

National Instruments

0 Kudos
Message 2 of 4
(2,891 Views)

maybe this vi could help you show sample of data for one second 

and show  the rate 

0 Kudos
Message 3 of 4
(2,878 Views)

Hi,

 

If you are looking for the effectual data transfer rate between the host and device you can place a tick count before and after a niUsrp fetch/write call and calculate the difference between the tick counts.

Average over a few hundred iterations. This will be little less than the set IQ rate because of the overhead with each write/fetch call.

 

0 Kudos
Message 4 of 4
(2,841 Views)