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!

