资源简介

基于matlab的GUI的GPS捕获,跟踪,及PVT解算程序

资源截图

代码片段和文件信息

function acqResults = acquisition(longSignal settings)
%Function performs cold start acquisition on the collected “data“. It
%searches for GPS signals of all satellites which are listed in field
%“acqSatelliteList“ in the settings structure. Function saves code phase
%and frequency of the detected signals in the “acqResults“ structure.
%
%acqResults = acquisition(longSignal settings)
%
%   Inputs:
%       longSignal    - 11 ms of raw signal from the front-end 
%       settings      - Receiver settings. Provides information about
%                       sampling and intermediate frequencies and other
%                       parameters including the list of the satellites to
%                       be acquired.
%   Outputs:
%       acqResults    - Function saves code phases

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      10197  2008-03-24 22:01  SNR(complete)\acquisition.m

     文件       3370  2009-09-10 01:15  SNR(complete)\calculatePseudoranges.m

     文件       6726  2009-09-10 01:15  SNR(complete)\findPreambles.m

     文件       3234  2010-03-28 16:11  SNR(complete)\init.m

     文件       5101  2010-05-18 09:52  SNR(complete)\initSettings.m

     文件      18328  2009-09-10 01:15  SNR(complete)\license.txt

     文件       2233  2008-03-24 07:48  SNR(complete)\plotAcquisition.m

     文件       6487  2009-09-10 01:15  SNR(complete)\plotNavigation.m

     文件       6737  2006-08-14 21:45  SNR(complete)\plotTracking.m

     文件      12214  2009-09-10 01:15  SNR(complete)\postNavigation.m

     文件       6306  2008-03-24 07:50  SNR(complete)\postProcessing.m

     文件       6109  2008-04-14 06:42  SNR(complete)\probeData.m

     文件      14418  2009-09-10 01:15  SNR(complete)\setSettings.fig

     文件      16263  2009-09-10 01:15  SNR(complete)\setSettings.m

     文件      13822  2008-03-24 07:50  SNR(complete)\tracking.m

     文件     192665  2010-08-04 13:19  SNR(complete)\trackingResults.mat

     文件       1963  2009-09-10 01:15  SNR(complete)\geoFunctions\cart2geo.m

     文件       5055  2009-09-10 01:15  SNR(complete)\geoFunctions\cart2utm.m

     文件        679  2009-09-10 01:15  SNR(complete)\geoFunctions\check_t.m

     文件        945  2009-09-10 01:15  SNR(complete)\geoFunctions\clksin.m

     文件        619  2009-09-10 01:15  SNR(complete)\geoFunctions\clsin.m

     文件       1028  2009-09-10 01:15  SNR(complete)\geoFunctions\deg2dms.m

     文件       3419  2007-09-04 19:23  SNR(complete)\geoFunctions\dms2mat.m

     文件       1135  2009-09-10 01:15  SNR(complete)\geoFunctions\e_r_corr.m

     文件       2650  2009-09-10 01:15  SNR(complete)\geoFunctions\findUtmZone.m

     文件       1543  2009-09-10 01:15  SNR(complete)\geoFunctions\geo2cart.m

     文件       4461  2009-09-10 01:15  SNR(complete)\geoFunctions\leastSquarePos.m

     文件       4218  2007-09-04 19:22  SNR(complete)\geoFunctions\mat2dms.m

     文件        308  2009-09-10 01:15  SNR(complete)\geoFunctions\R.m

     文件       1249  2007-09-04 19:22  SNR(complete)\geoFunctions\roundn.m

............此处省略22个文件信息

评论

共有 条评论