2026-03-28 11:22:16 -05:00
2026-03-28 11:22:16 -05:00
2026-03-28 11:22:16 -05:00
2026-03-28 11:22:16 -05:00
2026-03-28 11:22:16 -05:00

Hayden Project

Hayden Project is a MATLAB 3DOF interceptor-versus-target engagement simulation repository for the AERO 3220 Spring 2026 coursework. The project is driven by the PDFs in docs/ and implemented through the MATLAB files in code/.

What The Docs Define

Assignment Baseline

The course handout specifies these evaluation values:

  • Velocity pursuit guidance gain: 0.5
  • Blind range: 2 m
  • Acquisition range: 5000 m
  • Lateral acceleration limit: 40 g
  • Time after missile launch to initiate velocity-pursuit guidance: 0.5 s
  • Terminal proportional-navigation gain: 4
  • Commit time: 50 s
  • Missile initial elevation angle: 40 deg

The required outputs are:

  • Target and missile trajectories in the vertical plane (x vs z)
  • Target speed versus time
  • Missile speed versus time
  • Missile Mach number versus time
  • Missile acceleration magnitude versus time since missile launch

Current Code State

At the moment, the repository is a partially completed assignment skeleton rather than a finished simulation:

  • Multiple required values are still marked as XX.
  • getRho.m is referenced by the code but is not present in the repository.
  • The missile/target data packet still needs to be fully transcribed into MATLAB arrays and constants.

Working Expectations

  • Keep units in SI unless a source document explicitly states otherwise.
  • Treat /docs as the authoritative source for assignment requirements and parameter values.
  • Record assumptions, extracted tables, unresolved issues, and verification status in MEMORY.md.

For AI Agents

Read MEMORY.md before making changes. Use it as the project's durable handoff for assumptions, sourced values, open work, and guardrails, and update it after any meaningful change so the next agent can continue without re-discovering context.

Description
No description provided
Readme 3.9 MiB
Languages
MATLAB 100%