What is the pdf of Jakes' Model

9 Ansichten (letzte 30 Tage)
mingcheng nie
mingcheng nie am 15 Sep. 2022
Beantwortet: Torsten am 15 Sep. 2022
When we model the Doppler shitfs, Jakes' model is a typical model, but what is the probability density function (pdf) of Jakes' model?
Jakes' Model is v=v_max cosθ, what will be the pdf of this?
  1 Kommentar
Rik
Rik am 15 Sep. 2022
This question doesn't look to me like it is about Matlab. Can you explain what I'm missing? I am currently not able to help you, but if you phrase it as a Matlab question, I might be able to help you.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Torsten
Torsten am 15 Sep. 2022
You mean the equation of the pdf in the histogram ?
theta = rand(1000000,1);
v_max = 1.0;
v = v_max*cos(theta);
histogram(v,'Normalization','pdf')

Kategorien

Mehr zu Detection, Range and Doppler Estimation finden Sie in Help Center und File Exchange

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by