How do we change the EnabledPolarization to True?
Mostrar comentarios más antiguos
In the Phased Array system, the EnabledPolarization of a radar target is set as False(default setting). I wish to set the mode as 'bistatic' for which the EnabledPolarization needs to be set as True. How do we change this EnabledPolarization?
Respuestas (1)
Honglei Chen
el 27 de En. de 2016
You can turn on the polarization by
tgt = phased.RadarTarget('EnablePolarization',true)
or
tgt = phased.RadarTarget;
tgt.EnablePolarization = true
HTH
Categorías
Más información sobre Automotive Radar en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!