mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2025-12-06 04:12:00 +01:00
4
Optimizing OpenWebRX for speed
András Retzler edited this page 2018-11-25 21:56:42 +01:00
To decrease OpenWebRX CPU usage:
- in
config_webrx.py: - you can set
fft_sizelower (which degrades horizontal resolution of the waterfall display), - you can set
fft_voverlap_factorto 0, - in
csdr.py: - you can set transition bandwidths higher (this degrades filter sharpness by decreasing the length of the kernel, but also decreases CPU usage).