How can we plot the response of Phased.Radiator excited by given input ?
古いコメントを表示
I want to analyze the functionality of Phased.Radiator by looking at how my radiated beam looks like, is there any way to do that like we can see the response of an array using plotResponse.
回答 (1 件)
Honglei Chen
2015 年 5 月 28 日
Not sure if I understand your question correctly but let's say you have an antenna array defined as
ant = phased.ULA(4,0.5);
and use it in a radiator
rad = phased.Radiator('SensorArray',ant);
Then in general the pattern of the radiator is just the pattern of the antenna. You can just use plotResponse to plot the pattern you get from the radiator.
HTH
カテゴリ
ヘルプ センター および File Exchange で Signal Radiation, Collection, and Reflection についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!