How to set doppler shift, sampling time,path delay,path gains in rayleigh fading channel
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
SIVASANKARI
am 19 Aug. 2014
Beantwortet: Abdallah Ghazi Faisal Zaid Alkilani
am 28 Mär. 2020
For example:
Ts = 1e-4; % Sample period (s)
fd = 100; % Maximum Doppler shift
% Path delay and gains
tau = [0.1 1.2 2.3 6.2 11.3]*Ts;
PdB = linspace(0, -10, length(tau)) - length(tau)/20;
h = rayleighchan(Ts, fd, tau, PdB)
where how the values of Ts,fd,tau,PdB are assigned
0 Kommentare
Antworten (1)
Abdallah Ghazi Faisal Zaid Alkilani
am 28 Mär. 2020
Take a look at:
Also the function you are using is already implemented in the Communications Toolbox.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Detection, Range and Doppler Estimation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!