Calculate Convolution 2 pdf random variables

4 visualizaciones (últimos 30 días)
Minh Dang
Minh Dang el 15 de Mayo de 2020
Respondida: Jeff Miller el 15 de Mayo de 2020
Hello everyone,
I'm new to Matlab. And I've this question that How can I use built-in Conv function to calculate W=X+Y in the picture below. X and Y are statistically independent.
Thank you so much.

Respuestas (1)

Jeff Miller
Jeff Miller el 15 de Mayo de 2020
The built-in conv function is for something else, not statistical convolutions.
In general, the probability density function of your W(w) is
\integral f_x(t) f_y(w-t) dt
I don't know what your u function is, so I'm not sure whether you can do that analytically or not.
If not, you can use MATLAB's integral function
Have a look at this related question.

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by