How do I set element gain for phased array
Show older comments
Im designing a phased array, and I want to change the element gain, how would I do that?
Answers (1)
freq = [0 1000 2000]; % freq vector
resp = [3 3 3]; % response in dB at different freq
a = phased.CustomAntennaElement('FrequencyVector', freq, 'FrequencyResponse', resp)
Categories
Find more on Transmitters and Receivers in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!