2021-10-29 20:29:56 索煒達(dá)電子 937
項(xiàng)目編號(hào):E2001
文件大小:16M
源碼說(shuō)明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡(jiǎn)要概述
慣導(dǎo)/GPS組合導(dǎo)航源碼(C++)
目錄│文件列表:
└ GPS-INS
├ 1_粗對(duì)準(zhǔn)
│ │ Alig2.m
│ │ cal.m
│ │ data.mat
│ │ fitting.m
│ │ imu_1208.txt
│ │ paint.m
│ │ result.txt
│ │ second.png
│ │ state_check.m
│ │ StaticAlig.m
│ └ 不同長(zhǎng)度數(shù)據(jù).png
├ 2_精對(duì)準(zhǔn)
│ │ Alig.asv
│ │ Alig.m
│ │ cal.asv
│ │ cal.m
│ │ CoarseAlig.m
│ │ data.mat
│ │ get_gravity.m
│ │ imu_1208.txt
│ │ pres.m
│ │ result_0.txt
│ │ result_pos.txt
│ └ 捷聯(lián)慣導(dǎo)系統(tǒng)靜基座初始對(duì)準(zhǔn)精度分析及仿真.pdf
├ 3_純慣導(dǎo)
│ ├ pureINS_c
│ │ │ pureINS_c.sdf
│ │ │ pureINS_c.sln
│ │ │ pureINS_c.suo
│ │ ├ Debug
│ │ │ │ pureINS_c.exe
│ │ │ │ pureINS_c.ilk
│ │ │ └ pureINS_c.pdb
│ │ ├ ipch
│ │ │ └ pureins_c-45c2a2f9
│ │ │ └ pureins_c-a543b754.ipch
│ │ └ pureINS_c
│ │ │ global_variables.c
│ │ │ global_variables.h
│ │ │ ins.c
│ │ │ ins.h
│ │ │ main.c
│ │ │ pro.c
│ │ │ pro.h
│ │ │ pureINS_c.vcxproj
│ │ │ pureINS_c.vcxproj.filters
│ │ │ pureINS_c.vcxproj.user
│ │ │ vec.c
│ │ │ vec.h
│ │ └ Debug
│ │ │ cl.command.1.tlog
│ │ │ CL.read.1.tlog
│ │ │ CL.write.1.tlog
│ │ │ global_variables.obj
│ │ │ ins.obj
│ │ │ link-cvtres.read.1.tlog
│ │ │ link-cvtres.write.1.tlog
│ │ │ link.10776-cvtres.read.1.tlog
│ │ │ link.10776-cvtres.write.1.tlog
│ │ │ link.10776.read.1.tlog
│ │ │ link.10776.write.1.tlog
│ │ │ link.16584-cvtres.read.1.tlog
│ │ │ link.16584-cvtres.write.1.tlog
│ │ │ link.16584.read.1.tlog
│ │ │ link.16584.write.1.tlog
│ │ │ link.command.1.tlog
│ │ │ link.read.1.tlog
│ │ │ link.write.1.tlog
│ │ │ main.obj
│ │ │ mt.command.1.tlog
│ │ │ mt.read.1.tlog
│ │ │ mt.write.1.tlog
│ │ │ pro.obj
│ │ │ pureINS_c.Build.CppClean.log
│ │ │ pureINS_c.exe.embed.manifest
│ │ │ pureINS_c.exe.embed.manifest.res
│ │ │ pureINS_c.exe.intermediate.manifest
│ │ │ pureINS_c.lastbuildstate
│ │ │ pureINS_c.log
│ │ │ pureINS_c.vcxprojResolveAssemblyReference.cache
│ │ │ pureINS_c.write.1.tlog
│ │ │ pureINS_c_manifest.rc
│ │ │ rc.command.1.tlog
│ │ │ rc.read.1.tlog
│ │ │ rc.write.1.tlog
│ │ │ vc100.idb
│ │ │ vc100.pdb
│ │ └ vec.obj
│ └ pureINS_c_plus
│ │ coordinate_system_difine.h
│ │ coordinate_transformation.cpp
│ │ coordinate_transformation.h
│ │ global_variables.cpp
│ │ global_variables.h
│ │ ins.cpp
│ │ ins.h
│ │ main.cpp
│ │ pro.cpp
│ │ pro.h
│ │ vec.cpp
│ └ vec.h
└ 4_松組合
│ cmatrix
│ coordinate_system_difine.h
│ coordinate_transformation.cpp
│ coordinate_transformation.h
│ global_variables.cpp
│ global_variables.h
│ ins.cpp
│ ins.h
│ main.cpp
│ matrix.cc
│ matrix2.hxx
│ process.cpp
│ process.h
│ results.png
│ vec.cpp
└ vec.h