フィルターのクリア

The modeling of delta function in the numerical calculations

5 ビュー (過去 30 日間)
Erkan
Erkan 2021 年 8 月 12 日
回答済み: Paul 2021 年 8 月 15 日
Hi everybody, i have a problem on modeling of the delta function in the numerical calculations. i am working on an topic related to the random process, and there is the delta function in this process. i must model the delta function and there are several articles containing the equations for modeling of the delta function. you can see the equations below picture.
Where Fi(t) and Fj(t') are random variables, Dij is the real number, and Xz is normally distributed random numbers. i don't modeling this delta function. thanks in advance.
  2 件のコメント
darova
darova 2021 年 8 月 15 日
I think it's too complicated for this forum. Here are only students
Paul
Paul 2021 年 8 月 15 日
"Here are only students." I assure you that's not the case.

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

回答 (1 件)

Paul
Paul 2021 年 8 月 15 日
Would it just be:
deltafunc = @(t,tprime,deltat)((abs(t-tprime)<deltat/2)./deltat); % assumes deltat > 0
Not sure how that Xz got into the mix.

カテゴリ

Help Center および File ExchangeArray and Matrix Mathematics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by