MATLAB-based project for analyzing multi-GNSS (GPS, Galileo, GLONASS, BeiDou) data.
Developed as part of experimental studies in guidance and control at Konkuk University.
- Least Squares (LS) positioning
- Coordinate transformations: ECEF ↔ ENU/LLH
- Satellite selection based on elevation angle and C/N0
- Skyplot generation
- NovAtel vs. Android GNSS performance comparison
- Export to Google Earth (KML trajectory)
multi-gnss-analysis/
├─ matlab/ # Core MATLAB functions (LS.m, xyz2enu.m, etc.)
├─ data/ # RINEX, NovAtel, Android GNSS/IMU logs
├─ output/ # Figures, KML trajectories
└─ README.md- Place raw GNSS data into the
data/directory. - Run
matlab/main.m. - Results will be saved in
output/(plots and KML files).
MIT