Files
2022-06-28 11:36:54 +02:00

20 lines
938 B
HTML

<html><head><title>Low-pass filter</title></head>
<body>
<h4>Low-pass filter</h4>
<p>
The low-pass filter used in the algorithm is an adaptive butterworth filter. In the expert panel you can control the following parameters of the filter.
</p>
<h2 style="color:blue;">Roughness</h2>
The rougness determines how smooth the filtered spectra is. A high value of the roughness means that the filtered spectrum is smoother. This parameter is optimized in the parameter optimization.
<h2 style="color:blue;">Frequency cutoff:</h2>
The frequency cutoff parameter determines the initial value of the frequency cutoff in the adaptive butterworth filter. It is given in terms of the Nyquist-frequency. The value of this parameter has to be between 0 and 1 and it is optimized during the parameter optimization.
<br>
The algorithm can automatically find optimal values for both the frequency cutoff and the roughness parameter.
</body></html>