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!