代码搜索:Gdop
找到约 47 项符合「Gdop」的源代码
代码结果 47
www.eeworm.com/read/381022/7141038
m mainsimulation.m
% function weixing(t1,t)
%输入卫星轨道参数
clear;
d=(60/180)*pi; %升交点赤径
i9=1;
%输入接受机位子大地坐标
B0=input('longitude(经度):'); %输入经度
L=input('latitude(纬度):');
www.eeworm.com/read/479074/6698986
m cpdops1.m
function [gdop,pdop,tdop] = ...
cpdops1 (xsat,ysat,zsat,station);
%CPDOPS: Compute the different existing DOP's
%
% The function computes the different existing DOP'values, including
% GDOP, PDOP, TD
www.eeworm.com/read/187489/8635794
asv get_dop.asv
function [hdop] = get_dop(H)
%求卫星的gdop值
G=inv(H'*H);
% gdop=sqrt(trace(G));
% pdop = sqrt(G(1,1)+G(2,2)+G(3,3));
% hdop = sqrt(G(1,1)+G(2,2));
% vdop = sqrt(G(3,3));
% vdop = sqrt(G(4,4))/;
www.eeworm.com/read/187489/8635898
m get_dop.m
function [hdop] = get_dop(H)
%求卫星的gdop值
G=inv(H'*H);
% gdop=sqrt(trace(G));
% pdop = sqrt(G(1,1)+G(2,2)+G(3,3));
hdop = sqrt(G(1,1)+G(2,2));
% vdop = sqrt(G(3,3));
% c = 3e8;
% tdop = sqrt(G(4
www.eeworm.com/read/403261/11520207
asv get_dop.asv
function [hdop] = get_dop(H)
%求卫星的gdop值
G=inv(H'*H);
% gdop=sqrt(trace(G));
% pdop = sqrt(G(1,1)+G(2,2)+G(3,3));
% hdop = sqrt(G(1,1)+G(2,2));
% vdop = sqrt(G(3,3));
% vdop = sqrt(G(4,4))/;
www.eeworm.com/read/403261/11520228
m get_dop.m
function [hdop] = get_dop(H)
%求卫星的gdop值
G=inv(H'*H);
% gdop=sqrt(trace(G));
% pdop = sqrt(G(1,1)+G(2,2)+G(3,3));
hdop = sqrt(G(1,1)+G(2,2));
% vdop = sqrt(G(3,3));
% c = 3e8;
% tdop = sqrt(G(4
www.eeworm.com/read/479074/6698967
m pldops.m
function pldops (tsat,gdop,pdop,tdop,hdop,fdop,ldop,vdop,maxdop);
%PLDOPS: Plot DOP's (Dilution of Precision)
%
% The function creates a plot showing the different DOP'values, including
% GDOP, PDOP,
www.eeworm.com/read/419474/10866110
m svsel4.m
% svsel4.m
% Scope: This MATLAB macro determines the selection of a set of 4 satel-
% lites based on minimum geometric dilution of precision (GDOP)
%
www.eeworm.com/read/419474/10866125
m svsel6.m
% svsel6.m
% Scope: This MATLAB macro determines the selection of a set of 6 satel-
% lites based on minimum geometric dilution of precision (GDOP)
%
www.eeworm.com/read/419474/10866198
m svsel5.m
% svsel5.m
% Scope: This MATLAB macro determines the selection of a set of 5 satel-
% lites based on minimum geometric dilution of precision (GDOP)
%