A digital signal is transmitted with packets of:
240 bytes of information.
control header of 10 bytes.
reference signal of 700 μs/packet
BPSK modulation.
rolling factor of 0.25
1 MHz band.
coding rate of 3/4.
probability of packet loss of 10%.
What is the throughput rate?
My efforts so far:
Baud rate = (Band)/(1 + rolling factor) = (1 MHz)/(1.25) = 0.8 MBd
Bit rate = 0.8 MBd * 1 bit/symbol = 0.8 Mbps
Considering packet loss = 0.8 Mbps * (1-packet loss rate) = 0.72 Mbps
Useful bit rate = 0.72 Mbps * coding rate = 0.54 Mbps
I am struggling now on how to consider the pilot signal on the calculation... could anyone enlighten me and give me a hint on how can I complete this calculation?
thanks!