How do you write this Rician formula using the besseli function
6 次查看(过去 30 天)
显示 更早的评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Special Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
