Skip to content

Add centre frequency and span indicators to waterfall plot on the station console #4

Description

@tstranex

In the online console Waterfall plot, add center frequency and span indicators.

The tricky part is that the frontend doesn't know sample rate that carpsd is using until the IQ data is uploaded.

Possible solution:
Extend the carpsd ReceiverGetState call to return the sample rate.
Then render the indicators on the canvas using javascript.

Relevant code:
GetStateDict in carpsd/carpsd/receiver.py (and implement in fcd_receiver.py and rtlsdr_receiver.py)
static/receiver.js

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions