Skip to content
Snippets Groups Projects
Verified Commit 4e8392e1 authored by leprob001's avatar leprob001
Browse files

doc: Updated documentation of predictFromGps

parent 818e588a
No related branches found
No related tags found
No related merge requests found
function [gpsRafosDates, predictedToa, launchDateToa] = predictFromGps(pRfb, pSoundSource, pSoundspeed, pLeapsecondsMatrix) function [gpsRafosDates, predictedToa, launchDateToa] = predictFromGps(pRfb, pSoundSource, pSoundspeed, pLeapsecondsMatrix)
%ESTIMATETOAFROMGPS Summary of this function goes here %PREDICTFROMGPS Predicts TOA based on the given input parameter.
% Detailed explanation goes here % This is also known as ETA.
%% Collect Float data %% Collect Float data
gpsData = pRfb.SAT_DATA; gpsData = pRfb.SAT_DATA;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment