資源簡介
GNSS接收機主程序,Matlab源代碼 包括:捕獲、跟蹤、解算定位
代碼片段和文件信息
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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????8532??2014-02-19?13:32??GNSS_SoftReceiver_MATLAB_work?yuanshi\acquisition.m
?????文件???????3046??2014-02-23?21:59??GNSS_SoftReceiver_MATLAB_work?yuanshi\calculatePseudoranges.m
?????文件????????866??2014-02-23?12:06??GNSS_SoftReceiver_MATLAB_work?yuanshi\exp.m
?????文件???????6237??2014-02-20?10:05??GNSS_SoftReceiver_MATLAB_work?yuanshi\findPreambles.m
?????文件???????1720??2010-06-23?11:26??GNSS_SoftReceiver_MATLAB_work?yuanshi\geoFunctions\cart2geo.m
?????文件???????5055??2010-06-23?11:26??GNSS_SoftReceiver_MATLAB_work?yuanshi\geoFunctions\cart2utm.m
?????文件????????672??2014-02-19?17:25??GNSS_SoftReceiver_MATLAB_work?yuanshi\geoFunctions\check_t.m
?????文件????????945??2010-06-23?11:26??GNSS_SoftReceiver_MATLAB_work?yuanshi\geoFunctions\clksin.m
?????文件????????619??2010-06-23?11:27??GNSS_SoftReceiver_MATLAB_work?yuanshi\geoFunctions\clsin.m
?????文件???????1026??2009-02-24?11:03??GNSS_SoftReceiver_MATLAB_work?yuanshi\geoFunctions\deg2dms.m
?????文件???????1193??2009-02-24?11:03??GNSS_SoftReceiver_MATLAB_work?yuanshi\geoFunctions\dms2mat.m
?????文件???????1135??2014-02-20?15:15??GNSS_SoftReceiver_MATLAB_work?yuanshi\geoFunctions\e_r_corr.m
?????文件???????2650??2010-06-23?11:27??GNSS_SoftReceiver_MATLAB_work?yuanshi\geoFunctions\findUtmZone.m
?????文件???????1543??2010-06-23?11:27??GNSS_SoftReceiver_MATLAB_work?yuanshi\geoFunctions\geo2cart.m
?????文件???????4077??2014-02-21?20:25??GNSS_SoftReceiver_MATLAB_work?yuanshi\geoFunctions\leastSquarePos.m
?????文件???????4832??2014-02-20?11:14??GNSS_SoftReceiver_MATLAB_work?yuanshi\geoFunctions\satpos.m
?????文件???????2892??2010-06-23?11:27??GNSS_SoftReceiver_MATLAB_work?yuanshi\geoFunctions\togeod.m
?????文件???????1418??2010-06-23?11:27??GNSS_SoftReceiver_MATLAB_work?yuanshi\geoFunctions\topocent.m
?????文件???????2900??2010-06-23?11:27??GNSS_SoftReceiver_MATLAB_work?yuanshi\geoFunctions\tropo.m
?????文件???????1736??2014-02-17?21:01??GNSS_SoftReceiver_MATLAB_work?yuanshi\include\calcLoopCoef.m
?????文件???????1861??2014-02-19?16:26??GNSS_SoftReceiver_MATLAB_work?yuanshi\include\checkPhase.m
?????文件???????6946??2014-02-19?22:25??GNSS_SoftReceiver_MATLAB_work?yuanshi\include\ephemeris.m
?????文件???????3481??2014-02-18?18:56??GNSS_SoftReceiver_MATLAB_work?yuanshi\include\generateCAcode.m
?????文件???????1424??2010-06-23?11:26??GNSS_SoftReceiver_MATLAB_work?yuanshi\include\invert.m
?????文件???????3040??2014-02-18?17:14??GNSS_SoftReceiver_MATLAB_work?yuanshi\include\makeCaTable.m
?????文件???????4653??2009-02-24?11:03??GNSS_SoftReceiver_MATLAB_work?yuanshi\include\navPartyChk.m
?????文件???????3329??2014-02-18?19:07??GNSS_SoftReceiver_MATLAB_work?yuanshi\include\preRun.m
?????文件???????2739??2014-02-23?14:14??GNSS_SoftReceiver_MATLAB_work?yuanshi\include\showChannelStatus.m
?????文件???????5851??2014-02-17?22:00??GNSS_SoftReceiver_MATLAB_work?yuanshi\include\skyPlot.m
?????文件???????1749??2014-02-20?10:40??GNSS_SoftReceiver_MATLAB_work?yuanshi\include\twosComp2dec.m
............此處省略24個文件信息
評論
共有 條評論