How do I set element gain for phased array
Ältere Kommentare anzeigen
Im designing a phased array, and I want to change the element gain, how would I do that?
Antworten (1)
freq = [0 1000 2000]; % freq vector
resp = [3 3 3]; % response in dB at different freq
a = phased.CustomAntennaElement('FrequencyVector', freq, 'FrequencyResponse', resp)
Kategorien
Mehr zu Transmitters and Receivers finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!