Effacer les filtres
Effacer les filtres

Should the blocks of transmitted bits be the same for repeated transmission at a specific SNR?

3 vues (au cours des 30 derniers jours)
S.B
S.B le 18 Juin 2015
Commenté : S.B le 20 Juin 2015
I am transmitting bits through a AWGN channel with multipath. A block of 200 bits are transmitted repeatedly at a certain SNR so as to obtain the BER. Firstly, should the block of bits be same each time, by using the rng(-) function before using randi? How to choose the value for the argument of rng function? Also, if the function rng is not used, then for the same SNR, the amount of errors differ greatly.
Please advise on usual way such simulation should be carried out.

Réponses (1)

Andrew Schenk
Andrew Schenk le 19 Juin 2015
Modifié(e) : Andrew Schenk le 19 Juin 2015
You should not need to seed the random number generator since the bit error rate should not depend on the underlying data. A common problem in BER calculations is not properly delaying the source data before the error calculation to account for simulation delays in the transmitted signal.
Take a look at the following example which calculates the BER for a full QPSK Transmitter and Receiver with AWGN:
  1 commentaire
S.B
S.B le 20 Juin 2015
Thank you Andrew for the help. What do you mean by delaying the data before error calculation?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Propagation and Channel Models dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by