symbol rate

17 visualizzazioni (ultimi 30 giorni)
pinna Afff
pinna Afff il 9 Gen 2012
how to calculate symbol rate in MATLAB, if we are given a binary data of 1Kbits/second.

Risposta accettata

Walter Roberson
Walter Roberson il 9 Gen 2012
If the number of bits per symbol is constant, then I already showed you the formula. You deleted my answer, however -- why did you do that?
1000 bits per second, divided by (N bits per symbol) gives how many symbols per second?
If different symbols have different numbers of bits, then you can only speak about the average number of symbols per second. You would either have to have a measured average, or you would have to have a known probability distribution for each symbol. Multiply the number of bits for any one symbol by its probability, sum over all the symbols to get the statistical average bits per symbol, and then proceed as per the above outline.
  4 Commenti
pinna Afff
pinna Afff il 11 Gen 2012
fter mapping how will i calculate the symbol duration, im only given that the binary rate is of 1000bits per second
Walter Roberson
Walter Roberson il 11 Gen 2012
The question cannot be answered knowing only the bit rate.
Suppose you were to throw one ball every minute. Does that tell us that the ball will be in the air for a full minute? No: it just tells us that you are only throwing one ball every minute. The duration required to receive (say) 3 balls would not be 3 minutes: it would be 2 minutes plus the time-in-flight for one ball... which is something that could vary from nanoseconds up to years (e.g., in space.)

Accedi per commentare.

Più risposte (1)

Honglei Chen
Honglei Chen il 9 Gen 2012
You need to know how many bits form one symbol.
  1 Commento
Walter Roberson
Walter Roberson il 9 Gen 2012
Only if the number of bits per symbol is fixed.

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by