diff options
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/example.ini b/doc/example.ini index 6a4b0f4..8403e8f 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -114,10 +114,12 @@ dac_clk_rate=0 [firfilter] ; The FIR Filter can be used to create a better spectral quality. +enabled=1 + ; The filter taps can be calculated with the python script ; doc/fir-filter/generate-filter.py -enabled=0 -filtertapsfile=simple_taps.txt +; If filtertapsfile is not given, the default taps are used. +;filtertapsfile=simple_taps.txt [output] ; choose output: possible values: uhd, file, zmq |