Exponential power delay/decay channel
5 次查看(过去 30 天)
显示 更早的评论
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)
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Optics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!