Skip to main content

Crate voracious

Crate voracious 

Source
Expand description

VOR (VHF Omnidirectional Range) and ILS (Instrument Landing System) signal decoder library

This library provides I/Q streaming, signal processing, and decoding for VOR navigation signals and ILS localizer signals.

Re-exports§

pub use decoders::VorDemodulator;
pub use decoders::VorRadial;
pub use decoders::error::Error;
pub use decoders::error::Result;
pub use sources::iq::IlsLocalizerSource;
pub use sources::iq::VorSource;
pub use sources::wav::WavIlsLocalizerSource;
pub use sources::wav::WavVorSource;

Modules§

audio
Audio output for Morse ident and signal playback.
decoders
Radio beacon decoders
device_uri
Device URI parsing and source building.
dsp_utils
Shared DSP utilities for radio navigation decoders.
sources
Radio navigation source handling for I/Q and WAV inputs.
timestamp_helpers
Timestamp and file-based time resolution helpers.

Enums§

IqFormat
I/Q Data Format