Missile System Design Project
1 Introduction
This project is a theoretical missile system design effort for educational purposes and portfolio development. It covers the full engineering lifecycle — from requirements and systems modeling to guidance algorithms, aerodynamic analysis, and structural verification.
1.1 Disciplines
- Systems Engineering — SysML modeling, requirements management, architecture
- GNC — Guidance, Navigation, and Control algorithms in MATLAB/Simulink
- Aerodynamics — CFD analysis of external flow and drag characteristics
- Structures — FEM-based structural and thermal analysis
- Mechanical Design — CAD modeling and integration
2 GNC
The GNC subsystem is responsible for steering the missile from launch to target intercept. It is divided into three functional areas: Guidance, Navigation, and Control.
2.1 Guidance
Generates acceleration commands to drive the missile toward the target.
2.3 Control
Translates guidance commands into fin deflections via autopilot loops.
2.3.1 Pitch and Yaw Loops
Inner-loop rate feedback with outer-loop acceleration tracking to follow guidance commands.
2.3.2 Roll Stabilization
Maintains zero roll rate to keep the pitch and yaw channels decoupled.
2.3.3 Actuator Dynamics
Fin actuators are modeled with bandwidth limits, rate limits, and position saturations.