Spectrum Analyzer¶
Live spectrum analysis recorded with Doppler's C DSP pipeline: NCO → Kaiser window → FFT (pocketfft) → dBm calibration.
No server. No JavaScript DSP. Pure C output, looped at 30 fps.
To run the live version against a real IQ source:
# Demo mode (synthetic signal)
doppler-specan --web
# File source
doppler-specan --source file --address capture.cf32 --fs 2.048e6 --web
# ZMQ stream from a doppler publisher
doppler-specan --source socket --address tcp://localhost:5555 --web
Install:
Regenerate the recorded demo frames: