How do you write this Rician formula using the besseli function

4 ビュー (過去 30 日間)
Andrew Emery
Andrew Emery 2018 年 6 月 27 日
回答済み: Star Strider 2018 年 6 月 28 日

採用された回答

Star Strider
Star Strider 2018 年 6 月 28 日
As I understand the documentation for besseli (link), the ‘nu’ argument is 0, corresponding to the notation in your image. So the ‘Z’ argument becomes the quantity in the second set of square brackets.
Then code the other expressions and multiply and divide them appropriately, using element-wise operators for multiplication (.*), division (./) and exponentiation (.^).
After that, it works the same way as the code in How do you write this equation correctly in MATLAB? (link) to limit the expression to (sigma>0), and with the same logic.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSpecial Functions についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by