GNSS-SPEC is an open-source education platform focused on GNSS signal processing and algorithm implementation. This project provides complete signal processing chain from simulation to positioning solution.
- ๐ก Multi-constellation Support: GPS L1 C/A and BDS B1I signals
- โ๏ธ Complete Processing Chain: Signal generation, error modeling, acquisition, tracking, and positioning
- ๐ Error Channel Simulation: Ionospheric delay, tropospheric delay, and multipath effects
- ๐จ Visualization Tools: Signal spectrum, correlation peaks, skyplot, and positioning results
- ๐ Detailed Documentation: Learning notes and theoretical explanations
GNSS-SPEC/
โโโ src/ # Source code
โ โโโ simulation/ # Signal generation and error modeling
โ โโโ processing/ # Acquisition and tracking algorithms
โ โโโ positioning/ # LSQ and EKF solutions
โโโ notebooks/ # Jupyter notebooks for learning
โโโ docs/ # Detailed documentation
โโโ data/ # Sample data files
โโโ tools/ # Visualization and analysis tools
- C++17 compatible compiler
- CMake (โฅ3.10)
- Python 3.8+ with numpy and matplotlib
# Clone the repository
git clone https://github.com/your-username/GNSS-SPEC.git
cd GNSS-SPEC
# Build with CMake
mkdir build && cd build
cmake .. && make
# Run simulation
./bin/gnss_simulatorExplore our detailed learning notes:
- Signal Generation Principles
- Error Modeling Methods
- Acquisition & Tracking Algorithms
- Positioning Solutions
We welcome contributions! Please feel free to submit:
- Bug reports and feature requests
- Documentation improvements
- New algorithm implementations
- Learning notes and examples
This project is licensed under the MIT License - see the LICENSE file for details.
- RTKLIB for inspiration
- GPSTk for reference implementations
โญ If you find this project helpful, please give it a star!