using rayleighchan

32 ビュー (過去 30 日間)
Bahareh
Bahareh 2011 年 7 月 5 日
コメント済み: Pablo Rivelli 2021 年 2 月 17 日
Hello,
I'm trying to write a code that computes the optimal TX/RX response for a Rayleigh channel using rayleighchan() in MATLAB but I don't know how can I make the size of of channel transfer function same as my TX transfer fuction? Can you help me?
Thank you in advance.
  1 件のコメント
Pablo Rivelli
Pablo Rivelli 2021 年 2 月 17 日
Hola buenas, proba con esta sentencias:
c1 = rayleighchan(ts,fd); % Create object.
c1.PathDelays = [tau];
y = filter(c1,x);
Debes definir los valores de los parametros ts, fd y tau. Puedes encontrar valores estandars en el help de mathworks
Tu señal transmitida seria "x" y tu señal a la salida del canal Rayleigh seria "y" . Espero te sirva . Saludos

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

回答 (1 件)

Veera Kanmani
Veera Kanmani 2018 年 4 月 20 日
https://in.mathworks.com/matlabcentral/fileexchange/30477-ber-curve-for-bpsk-in-rayleigh-channel?focused=5186361&tab=function
https://dsp.stackexchange.com/questions/27006/matlab-correct-method-of-generating-rayleigh-fading-channel

カテゴリ

Help Center および File ExchangeLink-Level Simulation についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by