Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Save function results in a vector
조회 수: 1 (최근 30일)
이전 댓글 표시
I need help with a function to calculate the SINR of a LEO link to a certain position. I explain how it should work:
1. Generate the coordinates of the satellites through a function. This function returns an array of [n_satelitesx2] where the first column is latitude and the second column is the length: [LoS1j; LaSi2]. I have this done. (I.e.
2. Calculate at an angle formed at one point on the earth for each coordinate. This I do through a function that returns the ang and the distance of the satellite to the point of the Earth, that is, two values, as a function of LoS and LaS. The value of the distance I do not need in this new function.
3. Compare the value of ang. If ang <10, the coordinates are good and I have to calculate the signal strength for those coordinates.
4. Add all the signal power values of the previous coordinates.
The specifications I have made are simply to clarify the problem as they do not interfere with the development of loops.
I hope you can help me
댓글 수: 2
Jan
2017년 9월 19일
Of course we can help you. Note that terms like "SINR" and "LEO" are not useful in the description of a problem: Only a very small number of users will know these expressions and for the solution they do not matter at all: For Matlab they will be just numbers.
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!