Autocorrelation of Bessel Function using MATLAB
이전 댓글 표시
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
Image Analyst
2022년 5월 23일
@Ahmad Qayyum why have you added a flag of "Unclear"? You got an answer and accepted it.
채택된 답변
추가 답변 (1개)
Image Analyst
2022년 5월 22일
1 개 추천
댓글 수: 5
Ahmad Qayyum
2022년 5월 22일
편집: Ahmad Qayyum
2022년 5월 22일
Ahmad Qayyum
2022년 5월 22일
Image Analyst
2022년 5월 22일
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
2022년 5월 22일
편집: Ahmad Qayyum
2022년 5월 22일
Image Analyst
2022년 5월 22일
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.
카테고리
도움말 센터 및 File Exchange에서 Bessel functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

