필터 지우기
필터 지우기

Fading channel coefficient calculation

조회 수: 12 (최근 30일)
Shubham
Shubham 2013년 7월 12일
댓글: jagan shanmukha 2020년 2월 17일
I want to generate coefficient h for Nakagami channel. But, when I use gamrand() function for that, I get values greater than 1.
In the eq. r(t) = hs(t) + n(t), I don't think h should be greater than 1. So what else do I have to do in order to generate h?
  댓글 수: 1
ponvignesh shanmugam
ponvignesh shanmugam 2017년 2월 7일
r(t) = hs(t) + n(t) what does this mean? could you please explain

댓글을 달려면 로그인하십시오.

답변 (2개)

Pourya Alinezhad
Pourya Alinezhad 2013년 7월 12일
편집: Pourya Alinezhad 2013년 7월 12일
hi, for generating Rayleigh channel we can code as below:
h1=sqrt(0.5)*(randn+1i*randn)*(1/sqrt(2));%rayleigh channel
h2=sqrt(0.5)*(randn+1i*randn)*(1/sqrt(2));%rayleigh channel
h=[h1 0 0 0 0 h2];
for a 6 tap channel.
i don't know what the function "gamrand()" you just mentioned is?.but anyway i think you've d forget to normalize your coefficients.
  댓글 수: 2
Shubham
Shubham 2013년 7월 13일
Ok thanks. And sorry the function was gamrnd()
jagan shanmukha
jagan shanmukha 2020년 2월 17일
Could you please tell me how to implement the above for weibull fading channel

댓글을 달려면 로그인하십시오.


Prasannakumar Goli
Prasannakumar Goli 2015년 2월 19일
Hi, yup., it is correct for rayleigh fading. but for rician can you please write coefficient?
  댓글 수: 1
Akhil Singh
Akhil Singh 2019년 9월 3일
Hey, do you know how to generate coefficient for rician fading ?

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by