How do I set element gain for phased array
Mostra commenti meno recenti
Im designing a phased array, and I want to change the element gain, how would I do that?
Risposte (1)
freq = [0 1000 2000]; % freq vector
resp = [3 3 3]; % response in dB at different freq
a = phased.CustomAntennaElement('FrequencyVector', freq, 'FrequencyResponse', resp)
Categorie
Scopri di più su Transmitters and Receivers in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!