フィルターのクリア

A problem about comm.RicianChannel

41 ビュー (過去 30 日間)
lc
lc 2024 年 7 月 17 日 12:29
コメント済み: lc 2024 年 7 月 19 日 9:19
Hello,everyone.
Recently I am working on a project of OFDM simulation. I want to use comm.RicianChannel object for the fading channel. After I read the docuument, I am confused that why the output signal of the object have the same length with the input signal? I mean that if we have a fading channel response, the conv result will make the signal longer(for delay reason), is that right?

回答 (1 件)

Divyam
Divyam 2024 年 7 月 18 日 10:18
Hi, the size of the input argument is equal to the size of number of samples to be simulated by the "comm.RicianChannel" object. The output of the "comm.RicianChannel" object contains two arguments, the "output signals" and the "pathgains". The size of the "output signals" is the same as that of the input argument since the number of samples() remain same throughout the fading.
However, the size of the "pathgains" is a matrix where is the number of discrete path delays. You are correct in stating that the conv result will result in path delays. The path delays are captured in the "pathgains" output argument whose size is not equal to the size of input argument ().
  3 件のコメント
Divyam
Divyam 2024 年 7 月 19 日 8:48
@lc Yes that is correct.
lc
lc 2024 年 7 月 19 日 9:19
Thanks very much!

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeOFDM についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by