using plotResponse with ELANG
Mostrar comentarios más antiguos
Hi All, I am trying to use plotResponse with ELANG.
the command I used is plotResponse(H,X,30), I can get the command working with plotResonse(H,X)
The documentation says This syntax is available when the ElevationAngleSource property is 'Input port'.
What does that mean ? I have tried plotResponse(H,X,'ElevationAngleSource','Input port', 30)
that does not work?
I have also tried plotResponse(H,X,'ELANG',30)
Any feedback is appreciated.
Regards, Philip
Respuestas (1)
Honglei Chen
el 11 de Feb. de 2015
Hi Philip,
You need to set
H.ElevationAngleSource = 'Input port'
and then run
plotResponse(H,X,30)
HTH
2 comentarios
Philip
el 11 de Feb. de 2015
Honglei Chen
el 11 de Feb. de 2015
Hi Philip,
Your H is a RangeDopplerResponse, which does not have knowledge of elevation angle, so it does not support this syntax. I thought you mean AngleDopplerResponse, which is elevation dependent. May I ask what you are trying to achieve with RangeDopplerResponse here? Thanks.
Categorías
Más información sobre Detection 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!