A typo in "uv2phitheta" page ?
1 回表示 (過去 30 日間)
古いコメントを表示
I was going through on how you convert from U\V corrdinate system to spherical system for antenna pattern radiation
in this webpage
and also pages related to it for example the pattern converstion https://www.mathworks.com/help/phased/ref/phitheta2uvpat.html
, in "more about" section.
they defined
, however based on what u and v defined shouldnt be the otherway around ? as
, I think the function outputs correctly for
, I just want to make sure that is this way in code if it is so , who sould I contact in Mathworks ?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/383313/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/383318/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/383323/image.png)
side note :
How do I access the inner working of "phitheta2uvpat" function , I know how to relate u,v to theta phi
but how you rerange your matrix accordinglly "which represent intensity" that this function does ?
for example pattern(theta,phi) the very first entry in matrix correspond to u=0 , v=0 "because theta=0 ,phi=0"
in pattern(u,v) it is the center of matrix
how do I translate it in code ? I'm trying to write my custom code and couldn't figure out how to transform manually pattern(theta,phi) to pattern(u,v)
0 件のコメント
回答 (1 件)
Sarvani Panguluri
2020 年 10 月 20 日
Hi,
I have brought this issue to the notice of the concerned people.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!