├── README.md ├── SoftGNSS ├── Documents │ └── SE4110L_Datasheet_Rev3.pdf ├── Figure_scripts │ ├── List_of_figures_and_instructions.pdf │ ├── Scurve.m │ ├── Tri.m │ ├── boc.m │ ├── ca_codes.m │ ├── discr.m │ ├── env.m │ ├── fig41.m │ ├── fig47.m │ ├── figure_7_dll.m │ ├── figure_7_pll.m │ ├── geoid.m │ ├── gps_sig.m │ ├── m_discr.m │ ├── multEnvBOC.m │ ├── plot1.m │ ├── plotParalCodeSearch.m │ ├── plotParalFreqSearch.m │ ├── psd_boc.m │ ├── sincfig.m │ ├── sw.mp │ ├── winkel4.m │ └── winkel8.m ├── GNSS_SDR │ ├── acquisition.m │ ├── calculatePseudoranges.m │ ├── findPreambles.m │ ├── geoFunctions │ │ ├── R.m │ │ ├── R_BL.m │ │ ├── cart2geo.m │ │ ├── cart2geo_infinite_loop_mod.txt │ │ ├── cart2utm.m │ │ ├── check_t.m │ │ ├── clksin.m │ │ ├── clsin.m │ │ ├── deg2dms.m │ │ ├── dms2mat.m │ │ ├── e_r_corr.m │ │ ├── findUtmZone.m │ │ ├── geo2cart.m │ │ ├── leastSquarePos.m │ │ ├── roundn.m │ │ ├── satpos.m │ │ ├── togeod.m │ │ ├── topocent.m │ │ └── tropo.m │ ├── include │ │ ├── calcLoopCoef.m │ │ ├── checkPhase.m │ │ ├── ephemeris.m │ │ ├── generateCAcode.m │ │ ├── invert.m │ │ ├── makeCaTable.m │ │ ├── navPartyChk.m │ │ ├── preRun.m │ │ ├── showChannelStatus.m │ │ ├── skyPlot.m │ │ └── twosComp2dec.m │ ├── init.m │ ├── initSettings.m │ ├── license.txt │ ├── plotAcquisition.m │ ├── plotNavigation.m │ ├── plotTracking.m │ ├── postNavigation.m │ ├── postProcessing.m │ ├── probeData.m │ ├── setSettings.fig │ ├── setSettings.m │ └── tracking.m ├── ReadMe.txt └── StartHere.htm └── src ├── 0_Book_CD.zip ├── 0_Missing_Functions.zip ├── 1_UpdatedAddedFiles_IQ.7z ├── 2_SDRupdate_ION_ITM_2011-VLLtracking.7z ├── 3_GNSS_SDRvINS2014.7z ├── README.md └── SDRcodeUpdate.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/README.md -------------------------------------------------------------------------------- /SoftGNSS/Documents/SE4110L_Datasheet_Rev3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Documents/SE4110L_Datasheet_Rev3.pdf -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/List_of_figures_and_instructions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/List_of_figures_and_instructions.pdf -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/Scurve.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/Scurve.m -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/Tri.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/Tri.m -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/boc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/boc.m -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/ca_codes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/ca_codes.m -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/discr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/discr.m -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/env.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/env.m -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/fig41.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/fig41.m -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/fig47.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/fig47.m -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/figure_7_dll.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/figure_7_dll.m -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/figure_7_pll.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/figure_7_pll.m -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/geoid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/geoid.m -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/gps_sig.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/gps_sig.m -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/m_discr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/m_discr.m -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/multEnvBOC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/multEnvBOC.m -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/plot1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/plot1.m -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/plotParalCodeSearch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/plotParalCodeSearch.m -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/plotParalFreqSearch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/plotParalFreqSearch.m -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/psd_boc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/psd_boc.m -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/sincfig.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/sincfig.m -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/sw.mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/sw.mp -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/winkel4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/winkel4.m -------------------------------------------------------------------------------- /SoftGNSS/Figure_scripts/winkel8.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/Figure_scripts/winkel8.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/acquisition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/acquisition.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/calculatePseudoranges.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/calculatePseudoranges.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/findPreambles.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/findPreambles.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/geoFunctions/R.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/geoFunctions/R.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/geoFunctions/R_BL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/geoFunctions/R_BL.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/geoFunctions/cart2geo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/geoFunctions/cart2geo.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/geoFunctions/cart2geo_infinite_loop_mod.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/geoFunctions/cart2geo_infinite_loop_mod.txt -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/geoFunctions/cart2utm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/geoFunctions/cart2utm.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/geoFunctions/check_t.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/geoFunctions/check_t.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/geoFunctions/clksin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/geoFunctions/clksin.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/geoFunctions/clsin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/geoFunctions/clsin.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/geoFunctions/deg2dms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/geoFunctions/deg2dms.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/geoFunctions/dms2mat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/geoFunctions/dms2mat.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/geoFunctions/e_r_corr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/geoFunctions/e_r_corr.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/geoFunctions/findUtmZone.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/geoFunctions/findUtmZone.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/geoFunctions/geo2cart.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/geoFunctions/geo2cart.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/geoFunctions/leastSquarePos.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/geoFunctions/leastSquarePos.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/geoFunctions/roundn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/geoFunctions/roundn.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/geoFunctions/satpos.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/geoFunctions/satpos.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/geoFunctions/togeod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/geoFunctions/togeod.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/geoFunctions/topocent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/geoFunctions/topocent.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/geoFunctions/tropo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/geoFunctions/tropo.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/include/calcLoopCoef.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/include/calcLoopCoef.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/include/checkPhase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/include/checkPhase.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/include/ephemeris.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/include/ephemeris.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/include/generateCAcode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/include/generateCAcode.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/include/invert.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/include/invert.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/include/makeCaTable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/include/makeCaTable.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/include/navPartyChk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/include/navPartyChk.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/include/preRun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/include/preRun.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/include/showChannelStatus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/include/showChannelStatus.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/include/skyPlot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/include/skyPlot.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/include/twosComp2dec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/include/twosComp2dec.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/init.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/init.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/initSettings.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/initSettings.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/license.txt -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/plotAcquisition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/plotAcquisition.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/plotNavigation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/plotNavigation.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/plotTracking.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/plotTracking.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/postNavigation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/postNavigation.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/postProcessing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/postProcessing.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/probeData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/probeData.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/setSettings.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/setSettings.fig -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/setSettings.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/setSettings.m -------------------------------------------------------------------------------- /SoftGNSS/GNSS_SDR/tracking.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/GNSS_SDR/tracking.m -------------------------------------------------------------------------------- /SoftGNSS/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/ReadMe.txt -------------------------------------------------------------------------------- /SoftGNSS/StartHere.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/SoftGNSS/StartHere.htm -------------------------------------------------------------------------------- /src/0_Book_CD.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/src/0_Book_CD.zip -------------------------------------------------------------------------------- /src/0_Missing_Functions.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/src/0_Missing_Functions.zip -------------------------------------------------------------------------------- /src/1_UpdatedAddedFiles_IQ.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/src/1_UpdatedAddedFiles_IQ.7z -------------------------------------------------------------------------------- /src/2_SDRupdate_ION_ITM_2011-VLLtracking.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/src/2_SDRupdate_ION_ITM_2011-VLLtracking.7z -------------------------------------------------------------------------------- /src/3_GNSS_SDRvINS2014.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/src/3_GNSS_SDRvINS2014.7z -------------------------------------------------------------------------------- /src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/src/README.md -------------------------------------------------------------------------------- /src/SDRcodeUpdate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hahnpv/SoftGNSS/HEAD/src/SDRcodeUpdate.pdf --------------------------------------------------------------------------------