naj1024 / pyspectrum

Python based spectrum analyser with web UI and sdr input
MIT License
23 stars 5 forks source link

Parameters Settings #14

Closed Devyash29 closed 4 months ago

Devyash29 commented 5 months ago

What is the maximum frequency we can set?

naj1024 commented 4 months ago

The maximum frequency you can set is dictated by the device you are using. If you request a frequency out of the devices suported range then it is ignored.

Also you can use the conversion field to allow for up/down converters, so you can have a a conversion factor that allows the UI to show the real frequency, say, an LNB received as against the L-Band the LNB is giving the SDR.

naj1024 commented 4 months ago

Just pushed an update to flask that sets min/max on pluto and rtl sources.