How do I set element gain for phased array
Mostrar comentarios más antiguos
Im designing a phased array, and I want to change the element gain, how would I do that?
Respuestas (1)
freq = [0 1000 2000]; % freq vector
resp = [3 3 3]; % response in dB at different freq
a = phased.CustomAntennaElement('FrequencyVector', freq, 'FrequencyResponse', resp)
Categorías
Más información sobre Transmitters and Receivers en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!