资源简介
针对GPS信号SDR的详细的MATLAB代码,用MATLAB程序实现了一个完整的GPS软件接收机

代码片段和文件信息
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 and frequencies of the
% detected signals in the “acqResults“ structure. The
% field “carrFreq“ is set to 0 if the signal is not
% detected for the given PRN number.
%--------------------------------------------------------------------------
% SoftGNSS v3.0
%
% Copyright (C) Darius Plausinaitis and Dennis M. Akos
% Written by Darius Plausinaitis and Dennis M. Akos
% based on Peter Rinder and Nicolaj Bertelsen
%--------------------------------------------------------------------------
%This program is free software; you can redistribute it and/or
%modify it under the terms of the GNU General Public License
%as published by the Free Software Foundation; either version 2
%of the License or (at your option) any later version.
%
%This program is distributed in the hope that it will be useful
%but WITHOUT ANY WARRANTY; without even the implied warranty of
%MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
%GNU General Public License for more details.
%
%You should have received a copy of the GNU General Public License
%along with this program; if not write to the Free Software
%Foundation Inc. 51 Franklin Street Fifth Floor Boston MA 02110-1301
%USA.
%--------------------------------------------------------------------------
%CVS record:
%$Id: acquisition.mv 1.1.2.12 2006/08/14 12:08:03 dpl Exp $
%% Initialization =========================================================
% Find number of samples per spreading code
samplesPerCode = round(settings.samplingFreq / ...
(settings.codeFreqBasis / settings.codeLength));
% Create two 1msec vectors of data to correlate with and one with zero DC
signal1 = longSignal(1 : samplesPerCode);
signal2 = longSignal(samplesPerCode+1 : 2*samplesPerCode);
signal0DC = longSignal - mean(longSignal);
% Find sampling period
ts = 1 / settings.samplingFreq;
% Find phase points of the local carrier wave
phasePoints = (0 : (samplesPerCode-1)) * 2 * pi * ts;
% Number of the frequency bins for the given acquisition band (500Hz steps)
numberOfFrqBin
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 9433 2006-08-14 20:08 GNSS_SDR\acquisition.m
文件 3370 2006-08-10 01:20 GNSS_SDR\calculatePseudoranges.m
文件 6724 2006-08-14 19:38 GNSS_SDR\findPreambles.m
文件 1720 2006-08-22 21:46 GNSS_SDR\geoFunctions\cart2geo.m
文件 5055 2006-08-22 21:46 GNSS_SDR\geoFunctions\cart2utm.m
文件 679 2006-08-22 21:46 GNSS_SDR\geoFunctions\check_t.m
文件 945 2006-08-22 21:46 GNSS_SDR\geoFunctions\clksin.m
文件 619 2006-08-22 21:46 GNSS_SDR\geoFunctions\clsin.m
文件 1135 2006-08-22 21:46 GNSS_SDR\geoFunctions\e_r_corr.m
文件 2650 2006-08-22 21:46 GNSS_SDR\geoFunctions\findUtmZone.m
文件 1543 2006-08-22 21:46 GNSS_SDR\geoFunctions\geo2cart.m
文件 4461 2006-08-22 21:46 GNSS_SDR\geoFunctions\leastSquarePos.m
文件 5201 2006-08-22 21:46 GNSS_SDR\geoFunctions\satpos.m
文件 2892 2006-08-22 21:46 GNSS_SDR\geoFunctions\togeod.m
文件 1418 2006-08-22 21:46 GNSS_SDR\geoFunctions\topocent.m
文件 2900 2006-08-22 21:46 GNSS_SDR\geoFunctions\tropo.m
文件 1705 2006-08-14 19:38 GNSS_SDR\include\calcLoopCoef.m
文件 1911 2006-08-14 19:38 GNSS_SDR\include\checkPhase.m
文件 7292 2006-08-14 19:38 GNSS_SDR\include\ephemeris.m
文件 3559 2006-08-14 19:38 GNSS_SDR\include\generateCAcode.m
文件 1424 2006-08-14 19:38 GNSS_SDR\include\invert.m
文件 3281 2006-08-14 19:38 GNSS_SDR\include\makeCaTable.m
文件 4653 2006-08-14 19:38 GNSS_SDR\include\navPartyChk.m
文件 3366 2006-08-14 19:38 GNSS_SDR\include\preRun.m
文件 2552 2006-08-14 19:38 GNSS_SDR\include\showChannelStatus.m
文件 6694 2006-08-18 19:41 GNSS_SDR\include\skyPlot.m
文件 1845 2006-08-14 19:38 GNSS_SDR\include\twosComp2dec.m
文件 3236 2006-08-22 21:46 GNSS_SDR\init.m
文件 4976 2006-08-18 19:41 GNSS_SDR\initSettings.m
文件 18328 2006-08-18 19:41 GNSS_SDR\license.txt
............此处省略15个文件信息
相关资源
- 高灵敏度GPS接收机MATLAB仿真,附捕获
- GPS卫星轨道动态仿真MATLAB
- 3点GPS定位MATLAB仿真
- GPS信号的码捕获matlab代码.7z
- GPS定位程序代码
- 雷达系统分析与设计(MATLAB版)(第
- GPS基本原理及其Matlab仿真235516
- 压缩感知之GPSR算法
- GPS信号捕获跟踪的MATLAB仿真,里面有
- gps基本原理及其matlab仿真199992
- RINEX格式的GPS观测文件matlab读取程序附
- ps基本原理及其matlab仿真(西安电子科
- GPS基本原理及MATLAB仿真
- INS_GPS组合导航matlab仿真程序
- GPS仿真-matlab工具箱
- GPS周跳探测matlab
- SINS、GPS、DR仿真
- 新手适用简易GPS matlab代码
- 扩展Kalman滤波在INS/GPS组合导航系统
- Matlab GPS Toolbox
- 卫星位置计算器实验材料.zip
- 导航卫星坐标定位和伪距测量结算及
- PPPH源码matlab有说明书
- GPS基本原理及其MATLAB仿真178018
- 软件定义的GPS和伽利略接收机163752
- 惯性导航matlab开源程序GPS&IMU;数据融合
- GPS+IMU室内外无缝定位数据融合MATLAB程
- 英文原版全球定位系统—信号、测量
- gps数据最小二乘拟合分析
- 不同gps坐标系统比较与转换以及经纬
评论
共有 条评论