Difference between steering and angle parameter!

조회 수: 1 (최근 30일)
Hassam Mahmood
Hassam Mahmood 2016년 10월 6일
편집: Hassam Mahmood 2016년 10월 7일
What is the differencd between steer and Ang inputs of 'Narrowband tx array' block. According to my understanding Ang input is for radiating signal in that particular Angle direction e.g Azimuth 30
Then why steering is used if we can point the tx to different directions while using Different Angles?

답변 (1개)

Honglei Chen
Honglei Chen 2016년 10월 6일
The input 'Ang' specifies the direction at which the signal is transmitted.
The input 'Steer' only applies when you have a subarray in the block. So if you are not using a subarray, then you don't have to worry about it. The parameter is there because if you have a subarray, it is possible to steer subarrays via phase shifters and the parameter 'Steer' specifies which direction to specify those subarrays.
HTH
  댓글 수: 9
Honglei Chen
Honglei Chen 2016년 10월 7일
Could you let me know how you use it to get the out of memory error? Your code above errors out because your elem_pos dimension is wrong. Once I fixed it, I have no issue getting a result.
Hassam Mahmood
Hassam Mahmood 2016년 10월 7일
편집: Hassam Mahmood 2016년 10월 7일
I used simulink blocks to simulate my model. Steps are as follows :
1) I transmitted 50000by1 signal to Function Block and Narrowband tx array block.
2) Narrowband tx array block has W port which is being fed by conjugate of vector array. Firstly I computed for 20by20 array but an error popped out saying 'expected dimensions to be 400by1. So when I changed my elem_pos array to 400by1 but got memory out error.
3) The output from Narrowband tx array is still 50000by1 which I don't know is correct or not?
4) On the receiving side I am using Rx narrowband array block and same Output from function block is being fed to Rx array input port of W. This port (W) is having dimensions of 400by1
Questions : How did you fix elem_pos dimensions?
And the procedures I mentioned, are they correct to scan my beam as I am using same W port values for Rx narrowband as well?
I hope I explained it fully, if not then I can attach my model

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Signal Radiation and Collection에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by