Recent content by thomitsu
-
T
Undergrad How to Easily Convolve a Function with Itself?
Oh god! This is so complicated( my function is a squared bessel function)! I will try it though.thank you so much! -
T
Undergrad How to Easily Convolve a Function with Itself?
for example, for correlation... The correlation of a function with itself is called its autocorrelation In this case the correlation theorem becomes the transform pair – This is the Wiener-Khinchin Theorem Corr(g,g)↔G( f )G*( f ) = G( f )^2 Is there something like that for convolution? -
T
Undergrad How to Easily Convolve a Function with Itself?
Hallo there! I was wondering wether there is an easy way to convolve a function with itself. For example is ther an easy formula or something that gives directly the result? thanks in advance -
T
Graduate Integrating product of bessel function,
Hallo there. I m trying to integrate a bessel function but with no great success... I thing it can't be calculated.. I m trying to simulate the airy pattern of a certain aperture radius and wavelength in matlab. the integral is : int (besselj(1,16981.9*sin(x)))^2/ sin(x) dx where you can...