Autocorrelation of Bessel Function using MATLAB
Mostrar comentarios más antiguos
I am given a drawing of a sample Autocorrelation Function. Now I know that this is a bessel function but I can not seem to get the proper function through which the autocorrelation was found and plotted. Following is the diagram:

Also I want to ask that this ACF function has the same shape as the Bessel Function from which the ACF was found?
1 comentario
Image Analyst
el 23 de Mayo de 2022
@Ahmad Qayyum why have you added a flag of "Unclear"? You got an answer and accepted it.
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 22 de Mayo de 2022
1 voto
5 comentarios
Ahmad Qayyum
el 22 de Mayo de 2022
Editada: Ahmad Qayyum
el 22 de Mayo de 2022
Ahmad Qayyum
el 22 de Mayo de 2022
Image Analyst
el 22 de Mayo de 2022
Probably or possibly. Is this your homework? Sounds like it, and if so, read this:
And give me the code for you getting the besselj signal.
Like
b = besselj(....
then
autoCorr = xcorr(b, b);
stem(autoCorr)
or something like that.
Ahmad Qayyum
el 22 de Mayo de 2022
Editada: Ahmad Qayyum
el 22 de Mayo de 2022
Image Analyst
el 22 de Mayo de 2022
It seems like @William Rose figured it out because you accepted his solution : it's the output (the autocorrelation of the signal) that is a Bessel function, rather than the input signal being a Bessel function which I assumed. Anyway, glad you got it working with his solution.
Categorías
Más información sobre Spline Postprocessing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

