What is the pdf of Jakes' Model

조회 수: 8 (최근 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에서 Detection, Range and Doppler Estimation에 대해 자세히 알아보기

태그

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by