How to excite each antenna with a different level of power by using phased array toolbox or antenna toolbox?

3 次查看(过去 30 天)
Hello everyone
I want to excite each antenna with a different level of power in a URA, and then see the array pattern. How can I do that by using phased array toolbox or antenna toolbox?
Thanks in advance. Xining yu

采纳的回答

Honglei Chen
Honglei Chen 2016-8-3
You can do this by passing in a weight vector to array. For example, say you have an 8-element array and you want to excite it each element at a different level so as if it has a Hamming window on it, you can do
array = phased.ULA(8);
fc = 3e8;
w = hamming(8);
pattern(array,fc,'Weights',w)
HTH

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Antennas, Microphones, and Sonar Transducers 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by