资源简介
该代码是很好的GPS捕获中的CA码产生代码,值得学习!
代码片段和文件信息
%%% codegen.m generates one of the 32 C/A codes
%%%function [ca_used]=codegen(svnum);
%%% svnum=5;
% %%ca used : a vector containing the desired output sequence
% %%the g2s vector holds the appropriate shift of the g2 code to generate
% %%the C/A code (ex. for SV#19 - use a G2 shift of g2s(19)=471)
% %%svnum: Satellite number
close all;
clear all;
clc;
% function [ca_used]=codegen(svnum);
svnum = 19;
gs2=[5;6;7;8;17;18;139;140;141;251;252;254;255;256;257;258;
469;470;471; 472;473;474;509;512;513;514;515;516;859;860;861;862];
g2shift=gs2(svnum1);
% %%***** Generate G1 code *****
% load shift register
% reg= -1*ones(110);
% for i=1:1023
% g1(i)=reg(10);
% save1=reg(3)*reg(10);
% %save1=reg(3)*reg(6);
% reg(12:10)=reg(11:9);
% reg(1)=save1;
% end
reg= ones(110);
for i=1:1023
g1(i)=reg(10);
%save
相关资源
- [C51单片机开发工具Keil.UV4].Keil.C51.V9
- Deep_Learning_2016.pdf
- zw_Classification1.zip
- Griffiths-IntroductiontoElectrodynamics4thEdit
- ParaViewTutorial.pdf
- xyisv_10236804.zip
- 计算机图形学第4版高清电子书.pdf
- 《多粒度知识获取与不确定性度量》
- 华成英模电课件.zip
- 70d0cd041f738f12db575d3b46e97582.pdf
- OfficeTabEnterprise13.1.zip
- wxu998.rar
- PowerDesigner16.5汉化文件.rar
- jsgis.zip
- PinyinIME(关键代码写了注释).zip
- 锁相环设计、仿真与应用第5版中.pd
- novelOnLine.zip
- SingleSensorImagingMethodsandApplicationsforDi
- ControlSystemsEngineering7th(NormanS.Nise)
- ModernControlSystems13th(RichardC.Dorf).ra
- VectorMagic_1.15pojie.rar
- complexityoflattice__problems.pdf
- xnby_883749.zip
- TOGAF培训讲义-周金根.pdf
- OS12.2驱动,手机虚拟定位软件,Loca
- 大话系列-大话数据结构(pdf高清版)
- 梁宁产品经理思维30讲.pdf
- CHI760E辰华电化学工作站软件最新版
- SAPERPHCM葵花宝典系列之配置指南(电
- TangZhuoLin.rar
评论
共有 条评论