how can i plot this function p(Q,O)= sqr((sin(2*pi*sinQ*sinO)/(sin((pi/2)*sinQ*sinO))
1 次查看(过去 30 天)
显示 更早的评论
Also i need to find Qmax, Omax,Half Power bandwidth , Full Null bandwidth. Its a question dealing with antenna theory. Q is theta O is phi
0 个评论
回答(1 个)
John Chilleri
2017-2-20
Hello,
To answer your original question, you can plot your function using a newer command called fsurf,
fsurf(@(Q,O) sqrt(sin(2*pi*...)))
As far as Qmax, Omax, half and full bandwidth - I'm afraid I'm not knowledgeable on antenna theory, and don't want to suggest anything that might be wrong, sorry!
Hope this helps!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Analysis, Benchmarking, and Verification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!