Examples¶
The runnable scripts under
src/doppler/examples/
that don't get a rendered walkthrough in the Gallery —
raw building blocks, C programs, and the streaming demo.
- LO — complex phasor generator with FM control and phase continuity.
- NCO — raw uint32 phase accumulator with overflow carry and fixed-point scaling.
- FFT — per-instance 1-D and 2-D FFT with plan reuse.
- Ring Buffers — double-mapped lock-free ring buffers for producer/consumer pipelines.
- C examples — minimal C99 programs calling the library directly.
- Streaming — NATS-based signal streaming end-to-end.