WARP Project Forums - Wireless Open-Access Research Platform

You are not logged in.

#1 2020-Jun-09 14:15:31

Lavender
Member
Registered: 2020-Apr-07
Posts: 20

How to calculate the throughput.

I set to send 500 symbols and use BPSK modulation, the delay is set to 1000. if I send 10 packets, how to calculate the throughput.

N_OFDM_SYMS= 500;
PACKET_NUM=10;
MOD_ORDER= 2; 
wl_basebandCmd(nodes, 'tx_delay', 1000);


Thanks.

Offline

 

#2 2020-Jun-10 15:54:52

murphpo
Administrator
From: Mango Communications
Registered: 2006-Jul-03
Posts: 5159

Re: How to calculate the throughput.

Throughput is bits delivered per second; count the bits, divided by the time it took to send them.

Offline

 

#3 2020-Jun-11 02:41:14

Lavender
Member
Registered: 2020-Apr-07
Posts: 20

Re: How to calculate the throughput.

Thank you, I see. But I am not clear, how to calculate the time through the code:
If 500 symbols are sent and the received signal is 1*81445 complex double, how many seconds do this corresponds to;
Set the interval wl_basebandCmd(nodes,'tx_delay', 1000), the 1000 corresponds to how many seconds.

Or, the time needs to be counted by a watch.

Offline

 

Board footer