필터 지우기
필터 지우기

Satellite to groundstation link not closed

조회 수: 4 (최근 30일)
Daynah Rodriguez
Daynah Rodriguez 2021년 9월 5일
댓글: Daynah Rodriguez 2021년 9월 9일
Hello,
I am having problems closing the link between the sat's transmitter and the groundstation's receiver. This is what I have in this part:
gimbalSatTx = gimbal(sat, ...
"MountingLocation",[0;1;2]); % meters
satTx = transmitter(gimbalSatTx,...
"MountingLocation",[0;0;1], ... %meters
"Frequency", 7900e6, ... %hertz
"Power",-3.01,...%debibel-watts
"BitRate",150); %mbps
gaussianAntenna(satTx, ... %default antenna
"DishDiameter",0.5); % meters
gimbalSvalbard = gimbal(gs(1), ...
"MountingAngles",[0;180;0], ... % degrees
"MountingLocation",[0;0;-5]); % meters
gs_1Rx = receiver(gimbalSvalbard,...
"Name","GS 1 Receiver", ...
"MountingLocation",[0;0;1], ... % meters
"GainToNoiseTemperatureRatio",3, ... % decibels/Kelvin
"RequiredEbNo",1); % decibels);
gaussianAntenna(gs_1Rx, ...
"DishDiameter",3.7); % meters
pointAt(gimbalSatTx,gs(1));
lnk = link(satTx,gs_1Rx);
linkIntervals(lnk)
But, the table shows up empty with 0 x 8 empty table message
  댓글 수: 1
Daynah Rodriguez
Daynah Rodriguez 2021년 9월 9일
Didn't close because there should also be pointAt(gimbalSvalbard,sat)

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Satellite Mission Analysis에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by