├── README.md ├── reference ├── GPS应用程序设计.pdf ├── OEMSTAR-Reference Manual.pdf └── 卫星导航定位_常用参数和公式.pdf └── src ├── CoorTran.cpp ├── CoorTran.h ├── ErrorCorr.cpp ├── ErrorCorr.h ├── Geteph.cpp ├── Geteph.h ├── LeastSquare.cpp ├── LeastSquare.h ├── Matrix.cpp ├── Matrix.h ├── RTCMdecode.cpp ├── RTCMdecode.h ├── RTDConst.h ├── RTDStruct.h ├── SatCal.cpp ├── SatCal.h ├── Serial.cpp ├── Serial.h ├── TimeTran.cpp ├── TimeTran.h └── main.cpp /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/README.md -------------------------------------------------------------------------------- /reference/GPS应用程序设计.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/reference/GPS应用程序设计.pdf -------------------------------------------------------------------------------- /reference/OEMSTAR-Reference Manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/reference/OEMSTAR-Reference Manual.pdf -------------------------------------------------------------------------------- /reference/卫星导航定位_常用参数和公式.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/reference/卫星导航定位_常用参数和公式.pdf -------------------------------------------------------------------------------- /src/CoorTran.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/CoorTran.cpp -------------------------------------------------------------------------------- /src/CoorTran.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/CoorTran.h -------------------------------------------------------------------------------- /src/ErrorCorr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/ErrorCorr.cpp -------------------------------------------------------------------------------- /src/ErrorCorr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/ErrorCorr.h -------------------------------------------------------------------------------- /src/Geteph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/Geteph.cpp -------------------------------------------------------------------------------- /src/Geteph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/Geteph.h -------------------------------------------------------------------------------- /src/LeastSquare.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/LeastSquare.cpp -------------------------------------------------------------------------------- /src/LeastSquare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/LeastSquare.h -------------------------------------------------------------------------------- /src/Matrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/Matrix.cpp -------------------------------------------------------------------------------- /src/Matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/Matrix.h -------------------------------------------------------------------------------- /src/RTCMdecode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/RTCMdecode.cpp -------------------------------------------------------------------------------- /src/RTCMdecode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/RTCMdecode.h -------------------------------------------------------------------------------- /src/RTDConst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/RTDConst.h -------------------------------------------------------------------------------- /src/RTDStruct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/RTDStruct.h -------------------------------------------------------------------------------- /src/SatCal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/SatCal.cpp -------------------------------------------------------------------------------- /src/SatCal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/SatCal.h -------------------------------------------------------------------------------- /src/Serial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/Serial.cpp -------------------------------------------------------------------------------- /src/Serial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/Serial.h -------------------------------------------------------------------------------- /src/TimeTran.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/TimeTran.cpp -------------------------------------------------------------------------------- /src/TimeTran.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/TimeTran.h -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YibinWu/DGPS/HEAD/src/main.cpp --------------------------------------------------------------------------------