The modeling of delta function in the numerical calculations
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/710577/image.png)
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 comentarios
Respuestas (1)
Paul
el 15 de Ag. de 2021
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.
0 comentarios
Ver también
Categorías
Más información sobre Array and Matrix Mathematics en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!