added ddc_transition_bw()

This commit is contained in:
ha7ilm
2014-11-29 13:56:56 +01:00
parent 220855bf38
commit 87e1938b3a
7 changed files with 13 additions and 3 deletions

View File

@ -47,6 +47,12 @@ The filter envelope can be dragged at its ends and moved around to set the passb
However, if you hold the shift key, you can drag the center line (BFO) or the whole passband (PBS).
## Configuration tips
If you want to run OpenWebRX on a remote server instead of localhost, do not forget to set *server_hostname* in `config_webrx.py`, or you may get a WebSocket error.
DSP CPU usage can be fine-tuned in `plugins/dsp/csdr/plugin.py`: you can set transition bandwidths higher (thus degrade filter performance by decreasing the length of the kernel, but also decrease CPU usage).
## Todo
Currently, clients use up a lot of bandwidth. This will be improved later.