How can we plot the response of Phased.Radiator excited by given input ?
Mostrar comentarios más antiguos
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.
Respuestas (1)
Honglei Chen
el 28 de Mayo de 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
Categorías
Más información sobre Signal Radiation, Collection, and Reflection en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!