Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to calculate data rate ,doppler spread and delay spread

Status
Not open for further replies.

shakeel006

Junior Member level 3
Joined
Oct 31, 2004
Messages
28
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Pakistan
Activity points
249
delay spread calculation

my signal is
srf=exp(j*2*pi*[0;1]/2);

my rayleigh channel is

n=sqrt(varn)*(randn(1,1)+j*randn(1,1));%Complex gaussian distributed random data
h=sqrt(0.5)*(randn(1,1)+j*randn(1,1)); %rayleigh random variable.

the transmitted signal is

x=h*s+n.

I need to know how to calculate delay spread and doppler spread so that I can assume my BPSK BER simulation is for frequency and time flat rayleigh channels.
 

how to calculate rms delay spread

I think you have to use an Impulse to evaluate your channel delay, when have the Fourrier transform of your channel the delay is given by the argument.
 

rms delay spread calculation

i just need to know how to suppose that my simulation will be for time and frequency flat rayleigh channels
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top