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.

frequency selective fading channel

Status
Not open for further replies.

subitcha

Newbie level 1
Joined
Jun 8, 2007
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,286
view frequency selective fading

sir,
how to design the frequency selective channel for EDGE(channel bandwidth is 200Hz) in MATLAB..Pls give suggestion.
 

you can use Matlab Communication Toolbox .
this toolbox has two functions for simulating fading channels : rayleighchan & ricianchan .

chan = rayleighchan(ts,fd,tau,pdb) constructs a frequency-selective ("multiple path") fading channel object that models each discrete path as an independent Rayleigh fading process. tau is a vector of path delays, each specified in seconds. pdb is a vector of average path gains, each specified in dB.

you should choose property values that describe realistic fading channels.

You can model the effect of the channel on a signal x by using the syntax y = filter(chan,x).

i hope it was helpful

regards
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top