-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathselection.tex
More file actions
13 lines (9 loc) · 858 Bytes
/
selection.tex
File metadata and controls
13 lines (9 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
\section{Filter selection}
We did a test on one of waveforms for different kind of filters, filtering order (low and high pass), and bandwidth. Even though the optimization algorithm can find the best solution at very early iterations, We deactivate all termination criteria except the iteration to have common sense of evaluation of all procedures. It is easily seen that elliptic filter both for highpass then lowpass and vice versa gives the best results. Figure 8 shows the results. Butterworth filter gives very close score to elliptic bandpass filter at [0.05,0.25] band, because according to evaluation method there isn?t enough frequency out of band to evaluate.
\begin{figure*}
\centering
\includegraphics
[width=\textwidth]
{figures/pdf/figure9.pdf}
\caption{Variation of the best score in 50 iterations.}
\end{figure*}