What is the pdf of Jakes' Model

11 次查看(过去 30 天)
mingcheng nie
mingcheng nie 2022-9-15
回答: Torsten 2022-9-15
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 个评论
Rik
Rik 2022-9-15
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.

请先登录,再进行评论。

回答(1 个)

Torsten
Torsten 2022-9-15
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')

类别

Help CenterFile Exchange 中查找有关 Modeling 的更多信息

标签

产品


版本

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by