How can we plot the response of Phased.Radiator excited by given input ?
Show older comments
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.
Answers (1)
Honglei Chen
on 28 May 2015
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
Categories
Find more on Signal Radiation, Collection, and Reflection in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!