Clear Filters
Clear Filters

Exponential power delay/decay channel

3 views (last 30 days)
MatlabGirl
MatlabGirl on 28 May 2016
If I want my channel gain to resemble an exponential power delay profile is it enough to define:
h= [1 0.66]
if I have two channel taps (i.e memory length of 2) and
h= [1 0.66 0.44]
for three taps? or is it more complicated than that?
----------------------
I found this vector
[1 0.66 0.44 0.29 0.13 0.05]
when googling "exponential power delay profile" source: http://www.mathworks.com/matlabcentral/newsreader/view_thread/67532
I am trying to simulate an optical channel (wireless).. so h must be real and deterministic (not random)

Answers (0)

Community Treasure Hunt

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

Start Hunting!