Time calculation in sending data

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

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)

can you use
tik
toc

1 Comment

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.

Asked:

on 2 Jan 2014

Commented:

on 4 Jan 2014

Community Treasure Hunt

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

Start Hunting!