How do I set element gain for phased array
显示 更早的评论
Im designing a phased array, and I want to change the element gain, how would I do that?
回答(1 个)
freq = [0 1000 2000]; % freq vector
resp = [3 3 3]; % response in dB at different freq
a = phased.CustomAntennaElement('FrequencyVector', freq, 'FrequencyResponse', resp)
类别
在 帮助中心 和 File Exchange 中查找有关 Transmitters and Receivers 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!