How do I set element gain for phased array
Afficher commentaires plus anciens
Im designing a phased array, and I want to change the element gain, how would I do that?
Réponses (1)
freq = [0 1000 2000]; % freq vector
resp = [3 3 3]; % response in dB at different freq
a = phased.CustomAntennaElement('FrequencyVector', freq, 'FrequencyResponse', resp)
Catégories
En savoir plus sur Transmitters and Receivers dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!