资源简介
《GNSS与惯性及多传感器组合导航系统原理》第二版[英]Paul D.Groves著。随书光盘里的内容,包括附录和代码
代码片段和文件信息
function Adjust_profile_position(in_filenameout_filename)
%Adjust_profile_position - Adjusts the position in a motion profile file to
% make it consistent with the velocity
%
% Software for use with “Principles of GNSS Inertial and Multisensor
% Integrated Navigation Systems“ Second Edition.
%
% This function created 2/4/2012 by Paul Groves
%
% Inputs
% in_filename Name of inpit file e.g. ‘In_profile.csv‘
% out_filename Name of inpit file e.g. ‘Out_profile.csv‘
% Copyright 2012 Paul Groves
% License: BSD; see license.txt for details
% Begins
% Parameters
deg_to_rad = 0.01745329252;
rad_to_deg = 1/deg_to_rad;
% Input truth motion profile from .csv format file
[in_profileno_epochsok] = Read_profile(in_filename);
% End script if there is a pro
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 371221 2012-11-11 23:39 Appendices\Appendix_A.pdf
文件 1246578 2012-11-11 23:39 Appendices\Appendix_B.pdf
文件 357103 2012-11-11 23:40 Appendices\Appendix_C.pdf
文件 374993 2012-11-11 23:40 Appendices\Appendix_D.pdf
文件 583871 2012-11-11 23:40 Appendices\Appendix_E.pdf
文件 390560 2013-02-04 22:36 Appendices\Appendix_F.pdf
文件 752481 2013-02-04 22:36 Appendices\Appendix_G.pdf
文件 252633 2012-11-11 23:41 Appendices\Appendix_H.pdf
文件 665619 2012-11-11 23:41 Appendices\Appendix_I.pdf
文件 401429 2012-11-11 23:42 Appendices\Appendix_J.pdf
文件 421116 2012-11-11 23:42 Appendices\Appendix_K.pdf
文件 220626 2012-11-11 23:49 Examples\Example_2_1.pdf
文件 103424 2012-07-01 20:25 Examples\Example_2_1.xls
文件 288459 2012-11-11 23:50 Examples\Example_2_2.pdf
文件 203264 2012-09-08 23:50 Examples\Example_2_2.xls
文件 173497 2012-11-11 23:50 Examples\Example_2_3.pdf
文件 38912 2012-09-08 23:51 Examples\Example_2_3.xls
文件 247315 2012-11-11 23:51 Examples\Example_2_4.pdf
文件 88064 2012-02-26 18:31 Examples\Example_2_4.xls
文件 252594 2012-11-11 23:51 Examples\Example_2_5.pdf
文件 94720 2012-09-08 23:52 Examples\Example_2_5.xls
文件 266739 2012-11-11 23:51 Examples\Example_2_6.pdf
文件 126464 2012-09-08 23:53 Examples\Example_2_6.xls
文件 251030 2012-11-11 23:51 Examples\Example_3_1.pdf
文件 87040 2012-02-26 20:44 Examples\Example_3_1.xls
文件 250264 2012-11-11 23:52 Examples\Example_3_2.pdf
文件 89600 2012-02-26 20:44 Examples\Example_3_2.xls
文件 170026 2012-11-11 23:52 Examples\Example_4_1.pdf
文件 81920 2012-09-08 23:57 Examples\Example_4_1.xls
文件 209096 2012-11-11 23:52 Examples\Example_5_1.pdf
............此处省略126个文件信息
相关资源
- Pattern Recognition and Machine Learning(高清
- 多目标跟踪 论文+代码
- 3点GPS定位MATLAB仿真
- fft ip core使用
- MATLAB Programming for Engineers 4th - Chapman
- GPS信号的码捕获matlab代码.7z
- matlab开发-FlockingAlgorithm
- Gardner_for _MPSK(PSK的符号同步算法)
- 8916_msimage.mbn
- 织物密度测量MATLAB实现
- MATLAB 提取Gabor特征
- 混合高斯模型matlab
- Norden E.Huang的FEEMD算法
- 密钥生成CQG量化
- 压缩感知(Compressed Sensing CS)matlab代
- 基于遗传算法的机器人路径规划matl
- PCA人脸识别Eigenface特征脸Matlab
- 基于FPGA分布式算法FIR滤波器verilog代码
- Origin 9.0科技绘图与数据分析超级学习
- 多种群遗传算法的函数优化算法(源
- 随机梯度下降算法的MATLAB实现
- DeepLearningLSTM.m
- 线性拟合仿真-最小二乘法、正交回归
- 单机器人的多任务路径规划GUI
- 合成孔径雷达成像csChirp Scaling算法M
- burg算法实现AR模型的功率谱估计 mat
- MATLAB GUI设计学习手记第3版源代码BY罗
- MATLAB GUI设计学习手记 第3版 源代码
- glove中文词向量
- Split bregman 算法MATLAB源代码
评论
共有 条评论