Time calculation in sending data

1 view (last 30 days)
Naga
Naga on 2 Jan 2014
Commented: Walter Roberson on 4 Jan 2014
Using dpsk modulator i am transmitting random sequence binary data in rayleigh fading channel with bitrate rate of 100mbps, i want to know how much time it is taking to transmit data
  1 Comment
Walter Roberson
Walter Roberson on 4 Jan 2014
Do you want the exact time for the particular random sequence, or do you want the statistical time ?
Which error detection and correction technique are you using?
Are you framing the data into packets? How are you signalling end of data?

Sign in to comment.

Answers (1)

John Petersen
John Petersen on 4 Jan 2014
can you use
tik
toc
  1 Comment
Naga
Naga on 4 Jan 2014
tic toc just estimates the execution time of code in matlab
In matlab for example a designed transmitter for transmitting 100mb of data through 1mbps channel takes just 2 or 3 seconds to execute code, but practically tranmitter takes 100 seconds to transmit the data, i want to estimate this practical time.
Please help me to with this

Sign in to comment.

Categories

Find more on Propagation and Channel Models in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!