No description
Duct module (Propagation.Duct): - refractivity_profile/1: ITU-R P.453 N at each native level - m_profile/1: modified refractivity M = N + 157*h(km) - detect_ducts/1: find contiguous regions where dM/dh < 0, returning base/top height, thickness, and M-deficit per duct - min_trapped_frequency_ghz/1: waveguide approximation (Bean & Dutton) for the minimum frequency a duct of given geometry can trap - analyze/1: full pipeline from native profile to duct list + best trapped frequency across all ducts Derive task updated to also compute ducts JSONB and best_duct_band_ghz alongside the Phase 2 turbulence fields. Backtest features: duct_thickness, best_duct_freq, duct_usable_10ghz, duct_usable_24ghz, duct_usable_47ghz. Real-data validation: 2022-08-20 12Z TX profile shows 0 ducts (M increases monotonically) — correct for a well-mixed boundary layer on a turbulent August afternoon (Ri=0.16). |
||
|---|---|---|
| .forgejo/workflows | ||
| assets | ||
| bin | ||
| config | ||
| docs | ||
| k8s | ||
| lib | ||
| lib_ml | ||
| notebooks | ||
| priv | ||
| rel | ||
| test | ||
| vendor | ||
| .dockerignore | ||
| .formatter.exs | ||
| .gitignore | ||
| .tool-versions | ||
| AGENTS.md | ||
| algo.md | ||
| app.json | ||
| CLAUDE.md | ||
| Dockerfile | ||
| elevation.md | ||
| mix.exs | ||
| mix.lock | ||
| prediction.md | ||
| README.md | ||
| tail_logs.sh | ||
| updates.md | ||
Microwaveprop
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix