Commit cd5530b2a6ead0b4522e9a1782cb16a166c054f1
1 parent
190924a53b
Exists in
master
relecture proceeding et corrections : regarder commentaires sur figure et phrase…
… que je ne comprends pas
Showing 3 changed files with 2 additions and 2 deletions Inline Diff
Makefile
# source: https://tex.stackexchange.com/questions/40738/how-to-properly-make-a-latex-project | 1 | 1 | # source: https://tex.stackexchange.com/questions/40738/how-to-properly-make-a-latex-project | |
2 | 2 | |||
TEX = pdflatex -shell-escape -interaction=nonstopmode -file-line-error | 3 | 3 | TEX = pdflatex -shell-escape -interaction=nonstopmode -file-line-error | |
BIB = bibtex | 4 | 4 | BIB = bibtex | |
TARGET = ifcs2018 | 5 | 5 | TARGET = ifcs2018 | |
6 | 6 | |||
all: $(TARGET)_abstract $(TARGET)_poster $(TARGET)_processing | 7 | 7 | all: $(TARGET)_abstract $(TARGET)_poster $(TARGET)_proceeding | |
8 | 8 | |||
view: $(TARGET) | 9 | 9 | view: $(TARGET) | |
evince $(TARGET).pdf | 10 | 10 | evince $(TARGET).pdf | |
11 | 11 | |||
view_poster: $(TARGET)_poster | 12 | 12 | view_poster: $(TARGET)_poster | |
evince $(TARGET)_poster.pdf | 13 | 13 | evince $(TARGET)_poster.pdf | |
14 | 14 | |||
$(TARGET)_abstract: $(TARGET)_abstract.tex references.bib | 15 | 15 | $(TARGET)_abstract: $(TARGET)_abstract.tex references.bib | |
$(TEX) $@.tex | 16 | 16 | $(TEX) $@.tex | |
$(BIB) $@ | 17 | 17 | $(BIB) $@ | |
$(TEX) $@.tex | 18 | 18 | $(TEX) $@.tex | |
$(TEX) $@.tex | 19 | 19 | $(TEX) $@.tex | |
20 | 20 | |||
$(TARGET)_poster: | 21 | 21 | $(TARGET)_poster: | |
$(TEX) $@.tex | 22 | 22 | $(TEX) $@.tex | |
$(TEX) $@.tex | 23 | 23 | $(TEX) $@.tex | |
24 | 24 | |||
$(TARGET)_processing: $(TARGET)_processing.tex references.bib | 25 | 25 | $(TARGET)_proceeding: $(TARGET)_proceeding.tex references.bib | |
$(TEX) $@.tex | 26 | 26 | $(TEX) $@.tex | |
$(BIB) $@ | 27 | 27 | $(BIB) $@ | |
$(TEX) $@.tex | 28 | 28 | $(TEX) $@.tex | |
$(TEX) $@.tex | 29 | 29 | $(TEX) $@.tex |
ifcs2018_proceeding.tex
File was created | 1 | \documentclass[a4paper,conference]{IEEEtran/IEEEtran} | ||
2 | \usepackage{graphicx,color,hyperref} | |||
3 | \usepackage{amsfonts} | |||
4 | \usepackage{url} | |||
5 | \usepackage[normalem]{ulem} | |||
6 | \graphicspath{{/home/jmfriedt/gpr/170324_avalanche/}{/home/jmfriedt/gpr/1705_homemade/}} | |||
7 | % correct bad hyphenation here | |||
8 | \hyphenation{op-tical net-works semi-conduc-tor} | |||
9 | \textheight=26cm | |||
10 | \setlength{\footskip}{30pt} | |||
11 | \pagenumbering{gobble} | |||
12 | \begin{document} | |||
13 | \title{Filter optimization for real time digital processing of radiofrequency signals: application | |||
14 | to oscillator metrology} | |||
15 | ||||
16 | \author{\IEEEauthorblockN{A. Hugeat\IEEEauthorrefmark{1}\IEEEauthorrefmark{2}, J. Bernard\IEEEauthorrefmark{2}, | |||
17 | G. Goavec-M\'erou\IEEEauthorrefmark{1}, | |||
18 | P.-Y. Bourgeois\IEEEauthorrefmark{1}, J.-M. Friedt\IEEEauthorrefmark{1}} | |||
19 | \IEEEauthorblockA{\IEEEauthorrefmark{1}FEMTO-ST, Time \& Frequency department, Besan\c con, France } | |||
20 | \IEEEauthorblockA{\IEEEauthorrefmark{2}FEMTO-ST, Computer Science department DISC, Besan\c con, France \\ | |||
21 | Email: \{pyb2,jmfriedt\}@femto-st.fr} | |||
22 | } | |||
23 | \maketitle | |||
24 | \thispagestyle{plain} | |||
25 | \pagestyle{plain} | |||
26 | ||||
27 | \begin{abstract} | |||
28 | Software Defined Radio (SDR) provides stability, flexibility and reconfigurability to | |||
29 | radiofrequency signal processing. Applied to oscillator characterization in the context | |||
30 | of ultrastable clocks, stringent filtering requirements are defined by spurious signal or | |||
31 | noise rejection needs. Since real time radiofrequency processing must be performed in a | |||
32 | Field Programmable Array to meet timing constraints, we investigate optimization strategies | |||
33 | to design filters meeting rejection characteristics while limiting the hardware resources | |||
34 | required and keeping timing constraints within the targeted measurement bandwidths. | |||
35 | \end{abstract} | |||
36 | ||||
37 | \begin{IEEEkeywords} | |||
38 | Software Defined Radio, Mixed-Integer Linear Programming, Finite Impulse Response filter | |||
39 | \end{IEEEkeywords} | |||
40 | ||||
41 | \section{Digital signal processing of ultrastable clock signals} | |||
42 | ||||
43 | Analog oscillator phase noise characteristics are classically performed by downconverting | |||
44 | the radiofrequency signal using a saturated mixer to bring the radiofrequency signal to baseband, | |||
45 | followed by a Fourier analysis of the beat signal to analyze phase fluctuations close to carrier. In | |||
46 | a fully digital approach, the radiofrequency signal is digitized and numerically downconverted by | |||
47 | multiplying the samples with a local numerically controlled oscillator (Fig. \ref{schema}) \cite{rsi}. | |||
48 | ||||
49 | \begin{figure}[h!tb] | |||
50 | \begin{center} | |||
51 | \includegraphics[width=.8\linewidth]{images/schema} | |||
52 | \end{center} | |||
53 | \caption{Fully digital oscillator phase noise characterization: the Device Under Test | |||
54 | (DUT) signal is sampled by the radiofrequency grade Analog to Digital Converter (ADC) and | |||
55 | downconverted by mixing with a Numerically Controlled Oscillator (NCO). Unwanted signals | |||
56 | and noise aliases are rejected by a Low Pass Filter (LPF) implemented as a cascade of Finite | |||
57 | Impulse Response (FIR) filters. The signal is then decimated before a Fourier analysis displays | |||
58 | the spectral characteristics of the phase fluctuations.} | |||
59 | \label{schema} | |||
60 | \end{figure} | |||
61 | ||||
62 | As with the analog mixer, | |||
63 | the non-linear behavior of the downconverter introduces noise or spurious signal aliasing as | |||
64 | well as the generation of the frequency sum signal in addition to the frequency difference. | |||
65 | These unwanted spectral characteristics must be rejected before decimating the data stream | |||
66 | for the phase noise spectral characterization. The characteristics introduced between the downconverter | |||
67 | and the decimation processing blocks are core characteristics of an oscillator characterization | |||
68 | system, and must reject out-of-band signals below the targeted phase noise -- typically in the | |||
69 | sub -170~dBc/Hz for ultrastable oscillator we aim at characterizing. The filter blocks will | |||
70 | use most resources of the Field Programmable Gate Array (FPGA) used to process the radiofrequency | |||
71 | datastream: optimizing the performance of the filter while reducing the needed resources is | |||
72 | hence tackled in a systematic approach using optimization techniques. Most significantly, we | |||
73 | tackle the issue by attempting to cascade multiple Finite Impulse Response (FIR) filters with | |||
74 | tunable number of coefficients and tunable number of bits representing the coefficients and the | |||
75 | data being processed. | |||
76 | ||||
77 | \section{Finite impulse response filter} | |||
78 | ||||
79 | We select FIR filter for their unconditional stability and ease of design. A FIR filter is defined | |||
80 | by a set of weights $b_k$ applied to the inputs $x_k$ through a convolution to generate the outputs $y_k$ | |||
81 | $$y_n=\sum_{k=0}^N b_k x_{n-k}$$ | |||
82 | ||||
83 | As opposed to an implementation on a general purpose processor in which word size is defined by the | |||
84 | processor architecture, implementing such a filter on an FPGA offer more degrees of freedom since | |||
85 | not only the coefficient values and number of taps must be defined, but also the number of bits defining | |||
86 | the coefficients and the sample size. | |||
87 | ||||
88 | Ideally the coefficient are expressed as floating point value but this notation isn't a efficient way to | |||
89 | work with FPGA. Instead we prefer convert this floating point values into integer values. However this | |||
90 | conversion result in some precision loss. Actually as show figure \ref{float_vs_int}, we see that we aren't | |||
91 | need too coefficients or too sample size. If we have lot of coefficients but a small sample size, | |||
92 | the first and last are equal to zero. But if we have too sample size for few coefficients that not improve the quality. | |||
93 | ||||
94 | \begin{figure}[h!tb] | |||
95 | \includegraphics[width=\linewidth]{images/float-vs-integer.pdf} | |||
96 | \caption{Illistration of coefficients choice impact} | |||
97 | \label{float_vs_int} | |||
98 | \end{figure} | |||
99 | ||||
100 | \section{Filter optimization} | |||
101 | ||||
102 | A basic approach for implementing the FIR filter is to compute the transfer function of | |||
103 | a monolithic filter: this single filter defines all coefficients with the same resolution | |||
104 | (number of bits) and processes data represented with their own resolution. Meeting the | |||
105 | filter shape requires a large number of coefficients, limited by resources of the FPGA since | |||
106 | this filter must process data stream at the radiofrequency sampling rate after the mixer. | |||
107 | ||||
108 | An optimization problem \cite{leung2004handbook} aims at improving one or many | |||
109 | performance criteria within a constrained resource environment. Amongst the tools | |||
110 | developed to meet this aim, Mixed-Integer Linear Programming (MILP) provides the framework to | |||
111 | provide a formal definition of the stated problem and search for an optimal use of available | |||
112 | resources \cite{yu2007design, kodek1980design}. | |||
113 | ||||
114 | The degrees of freedom when addressing the problem of replacing the single monolithic | |||
115 | FIR with a cascade of optimized filters are the number of coefficients $N_i$ of each filter $i$, | |||
116 | the number of bits $c_i$ representing the coefficients and the number of bits $d_i$ representing | |||
117 | the data fed to the filter. Because each FIR in the chain is fed the output of the previous stage, | |||
118 | the optimization of the complete processing chain within a constrained resource environment is not | |||
119 | trivial. The resource occupation of a FIR filter is considered as $c_i+d_i+\log_2(N_i)$ which is | |||
120 | the number of bits needed in a worst case condition to represent the output of the FIR. | |||
121 | ||||
122 | ||||
123 | \begin{figure}[h!tb] | |||
124 | \includegraphics[width=\linewidth]{images/noise-rejection.pdf} | |||
125 | \caption{Rejection as a function of number of coefficients and number of bits} | |||
126 | \label{noise-rejection} | |||
127 | \end{figure} | |||
128 | ||||
129 | The objective function maximizes the noise rejection while keeping resource occupation below | |||
130 | a user-defined threshold. The MILP solver is allowed to choose the number of successive | |||
131 | filters, within an upper bound. The last problem is to model the noise rejection. Since filter | |||
132 | noise rejection capability is not modeled with linear equation, a look-up-table is generated | |||
133 | for multiple filter configurations in which the $c_i$, $d_i$ and $N_i$ parameters are varied: for each | |||
134 | one of these conditions, the low-pass filter rejection defined as the mean power between | |||
135 | half the Nyquist frequency and the Nyquist frequency is stored as computed by the frequency response | |||
136 | of the digital filter (Fig. \ref{noise-rejection}). | |||
137 | ||||
138 | Linear program formalism for solving the problem is well documented: an objective function is | |||
139 | defined which is linearly dependent on the parameters to be optimized. Constraints are expressed | |||
140 | as linear equation and solved using one of the available solvers, in our case GLPK\cite{glpk}. | |||
141 | ||||
142 | The MILP solver provides a solution to the problem by selecting a series of small FIR with | |||
143 | increasing number of bits representing data and coefficients as well as an increasing number | |||
144 | of coefficients, instead of a single monolithic filter. Fig. \ref{compare-fir} exhibits the | |||
145 | performance comparison between one solution and a monolithic FIR when selecting a cutoff | |||
146 | frequency of half the Nyquist frequency: a series of 5 FIR and a series of 10 FIR with the | |||
147 | same space usage are provided as selected by the MILP solver. The FIR cascade provides improved | |||
148 | rejection than the monolithic FIR at the expense of a lower cutoff frequency which remains to | |||
149 | be tuned or compensated for. | |||
150 | ||||
151 | \begin{figure}[h!tb] | |||
152 | % \includegraphics[width=\linewidth]{images/compare-fir.pdf} | |||
153 | \includegraphics[width=\linewidth]{images/fir-mono-vs-fir-series-200dB.pdf} | |||
154 | \caption{Comparison of the rejection capability between a series of FIR and a monolithic FIR | |||
155 | with a cutoff frequency set at half the Nyquist frequency.} | |||
156 | \label{compare-fir} | |||
157 | \end{figure} | |||
158 | ||||
159 | The resource occupation when synthesizing such FIR on a Xilinx FPGA is summarized as Tab. \ref{t1}. | |||
160 | ||||
161 | \begin{table}[h!tb] | |||
162 | \caption{Resource occupation on a Xilinx Zynq-7000 series FPGA when synthesizing the FIR cascade | |||
163 | identified as optimal by the MILP solver within a finite resource criterion. The last line refers | |||
164 | to available resources on a Zynq-7010 as found on the Redpitaya board. The rejection is the mean | |||
165 | value from 0.6 to 1 Nyquist frequency.} | |||
166 | \begin{center} | |||
167 | \begin{tabular}{|c|cccc|}\hline | |||
168 | FIR & BlockRAM & LookUpTables & DSP & rejection (dB)\\\hline\hline | |||
169 | 1 (monolithic) & 1 & 4064 & 40 & -72 \\ | |||
170 | 5 & 5 & 12332 & 0 & -217 \\ | |||
171 | 10 & 10 & 12717 & 0 & -251 \\\hline\hline | |||
172 | Zynq 7010 & 60 & 17600 & 80 & \\\hline | |||
173 | \end{tabular} | |||
174 | \end{center} | |||
175 | %\vspace{-0.7cm} | |||
176 | \label{t1} | |||
177 | \end{table} | |||
178 | ||||
179 | \section{Filter coefficient selection} | |||
180 | ||||
181 | The coefficients of a single monolithic filter are computed as the impulse response | |||
182 | of the filter transfer function, and practically approximated by a multitude of methods | |||
183 | including least square optimization (Matlab's {\tt firls} function), Hamming or Kaiser windowing | |||
184 | (Matlab's {\tt fir1} function). Cascading filters opens a new optimization opportunity by | |||
185 | selecting various coefficient sets depending on the number of coefficients. Fig. \ref{2} | |||
186 | illustrates that for a number of coefficients ranging from 8 to 47, {\tt fir1} provides a better | |||
187 | rejection than {\tt firls}: since the linear solver increases the number of coefficients along | |||
188 | the processing chain, the type of selected filter also changes depending on the number of coefficients |
ifcs2018_processing.tex
\documentclass[a4paper,conference]{IEEEtran/IEEEtran} | 1 | File was deleted | ||
\usepackage{graphicx,color,hyperref} | 2 | |||
\usepackage{amsfonts} | 3 | |||
\usepackage{url} | 4 | |||
\usepackage[normalem]{ulem} | 5 | |||
\graphicspath{{/home/jmfriedt/gpr/170324_avalanche/}{/home/jmfriedt/gpr/1705_homemade/}} | 6 | |||
% correct bad hyphenation here | 7 | |||
\hyphenation{op-tical net-works semi-conduc-tor} | 8 | |||
\textheight=26cm | 9 | |||
\setlength{\footskip}{30pt} | 10 | |||
\pagenumbering{gobble} | 11 | |||
\begin{document} | 12 | |||
\title{Filter optimization for real time digital processing of radiofrequency signals: application | 13 | |||
to oscillator metrology} | 14 | |||
15 | ||||
\author{\IEEEauthorblockN{A. Hugeat\IEEEauthorrefmark{1}\IEEEauthorrefmark{2}, J. Bernard\IEEEauthorrefmark{2}, | 16 | |||
G. Goavec-M\'erou\IEEEauthorrefmark{1}, | 17 | |||
P.-Y. Bourgeois\IEEEauthorrefmark{1}, J.-M. Friedt\IEEEauthorrefmark{1}} | 18 | |||
\IEEEauthorblockA{\IEEEauthorrefmark{1}FEMTO-ST, Time \& Frequency department, Besan\c con, France } | 19 | |||
\IEEEauthorblockA{\IEEEauthorrefmark{2}FEMTO-ST, Computer Science department DISC, Besan\c con, France \\ | 20 | |||
Email: \{pyb2,jmfriedt\}@femto-st.fr} | 21 | |||
} | 22 | |||
\maketitle | 23 | |||
\thispagestyle{plain} | 24 | |||
\pagestyle{plain} | 25 | |||
26 | ||||
\begin{abstract} | 27 | |||
Software Defined Radio (SDR) provides stability, flexibility and reconfigurability to | 28 | |||
radiofrequency signal processing. Applied to oscillator characterization in the context | 29 | |||
of ultrastable clocks, stringent filtering requirements are defined by spurious signal or | 30 | |||
noise rejection needs. Since real time radiofrequency processing must be performed in a | 31 | |||
Field Programmable Array to meet timing constraints, we investigate optimization strategies | 32 | |||
to design filters meeting rejection characteristics while limiting the hardware resources | 33 | |||
required and keeping timing constraints within the targeted measurement bandwidths. | 34 | |||
\end{abstract} | 35 | |||
36 | ||||
\begin{IEEEkeywords} | 37 | |||
Software Defined Radio, Mixed-Integer Linear Programming, Finite Impulse Response filter | 38 | |||
\end{IEEEkeywords} | 39 | |||
40 | ||||
\section{Digital signal processing of ultrastable clock signals} | 41 | |||
42 | ||||
Analog oscillator phase noise characteristics are classically performed by downconverting | 43 | |||
the radiofrequency signal using a saturated mixer to bring the radiofrequency signal to baseband, | 44 | |||
followed by a Fourier analysis of the beat signal to analyze phase fluctuations close to carrier. In | 45 | |||
a fully digital approach, the radiofrequency signal is digitized and numerically downconverted by | 46 | |||
multiplying the samples with a local numerically controlled oscillator (Fig. \ref{schema}) \cite{rsi}. | 47 | |||
48 | ||||
\begin{figure}[h!tb] | 49 | |||
\begin{center} | 50 | |||
\includegraphics[width=.8\linewidth]{images/schema} | 51 | |||
\end{center} | 52 | |||
\caption{Fully digital oscillator phase noise characterization: the Device Under Test | 53 | |||
(DUT) signal is sampled by the radiofrequency grade Analog to Digital Converter (ADC) and | 54 | |||
downconverted by mixing with a Numerically Controlled Oscillator (NCO). Unwanted signals | 55 | |||
and noise aliases are rejected by a Low Pass Filter (LPF) implemented as a cascade of Finite | 56 | |||
Impulse Response (FIR) filters. The signal is then decimated before a Fourier analysis displays | 57 | |||
the spectral characteristics of the phase fluctuations.} | 58 | |||
\label{schema} | 59 | |||
\end{figure} | 60 | |||
61 | ||||
As with the analog mixer, | 62 | |||
the non-linear behavior of the downconverter introduces noise or spurious signal aliasing as | 63 | |||
well as the generation of the frequency sum signal in addition to the frequency difference. | 64 | |||
These unwanted spectral characteristics must be rejected before decimating the data stream | 65 | |||
for the phase noise spectral characterization. The characteristics introduced between the downconverter | 66 | |||
and the decimation processing blocks are core characteristics of an oscillator characterization | 67 | |||
system, and must reject out-of-band signals below the targeted phase noise -- typically in the | 68 | |||
sub -170~dBc/Hz for ultrastable oscillator we aim at characterizing. The filter blocks will | 69 | |||
use most resources of the Field Programmable Gate Array (FPGA) used to process the radiofrequency | 70 | |||
datastream: optimizing the performance of the filter while reducing the needed resources is | 71 | |||
hence tackled in a systematic approach using optimization techniques. Most significantly, we | 72 | |||
tackle the issue by attempting to cascade multiple Finite Impulse Response (FIR) filters with | 73 | |||
tunable number of coefficients and tunable number of bits representing the coefficients and the | 74 | |||
data being processed. | 75 | |||
76 | ||||
\section{Finite impulse response filter} | 77 | |||
78 | ||||
We select FIR filter for their unconditional stability and ease of design. A FIR filter is defined | 79 | |||
by a set of weights $b_k$ applied to the inputs $x_k$ through a convolution to generate the outputs $y_k$ | 80 | |||
$$y_n=\sum_{k=0}^N b_k x_{n-k}$$ | 81 | |||
82 | ||||
As opposed to an implementation on a general purpose processor in which word size is defined by the | 83 | |||
processor architecture, implementing such a filter on an FPGA offer more degrees of freedom since | 84 | |||
not only the coefficient values and number of taps must be defined, but also the number of bits defining | 85 | |||
the coefficients and the sample size. | 86 | |||
87 | ||||
Ideally the coefficient are expressed as floating point value but this notation isn't a efficient way to | 88 | |||
work with FPGA. Instead we prefer convert this floating point values into integer values. However this | 89 | |||
conversion result in some precision loss. Actually as show figure \ref{float_vs_int}, we see that we aren't | 90 | |||
need too coefficients or too sample size. If we have lot of coefficients but a small sample size, | 91 | |||
the first and last are equal to zero. But if we have too sample size for few coefficients that not improve the quality. | 92 | |||
93 | ||||
\begin{figure}[h!tb] | 94 | |||
\includegraphics[width=\linewidth]{images/float-vs-integer.pdf} | 95 | |||
\caption{Illistration of coefficients choice impact} | 96 | |||
\label{float_vs_int} | 97 | |||
\end{figure} | 98 | |||
99 | ||||
\section{Filter optimization} | 100 | |||
101 | ||||
A basic approach for implementing the FIR filter is to compute the transfer function of | 102 | |||
a monolithic filter: this single filter defines all coefficients with the same resolution | 103 | |||
(number of bits) and processes data represented with their own resolution. Meeting the | 104 | |||
filter shape requires a large number of coefficients, limited by resources of the FPGA since | 105 | |||
this filter must process data stream at the radiofrequency sampling rate after the mixer. | 106 | |||
107 | ||||
An optimization problem \cite{leung2004handbook} aims at improving one or many | 108 | |||
performance criteria within a constrained resource environment. Amongst the tools | 109 | |||
developed to meet this aim, Mixed-Integer Linear Programming (MILP) provides the framework to | 110 | |||
provide a formal definition of the stated problem and search for an optimal use of available | 111 | |||
resources \cite{yu2007design, kodek1980design}. | 112 | |||
113 | ||||
The degrees of freedom when addressing the problem of replacing the single monolithic | 114 | |||
FIR with a cascade of optimized filters are the number of coefficients $N_i$ of each filter $i$, | 115 | |||
the number of bits $c_i$ representing the coefficients and the number of bits $d_i$ representing | 116 | |||
the data fed to the filter. Because each FIR in the chain is fed the output of the previous stage, | 117 | |||
the optimization of the complete processing chain within a constrained resource environment is not | 118 | |||
trivial. The resource occupation of a FIR filter is considered as $c_i+d_i+\log_2(N_i)$ which is | 119 | |||
the number of bits needed in a worst case condition to represent the output of the FIR. | 120 | |||
121 | ||||
122 | ||||
\begin{figure}[h!tb] | 123 | |||
\includegraphics[width=\linewidth]{images/noise-rejection.pdf} | 124 | |||
\caption{Rejection as a function of number of coefficients and number of bits} | 125 | |||
\label{noise-rejection} | 126 | |||
\end{figure} | 127 | |||
128 | ||||
The objective function maximizes the noise rejection while keeping resource occupation below | 129 | |||
a user-defined threshold. The MILP solver is allowed to choose the number of successive | 130 | |||
filters, within an upper bound. The last problem is to model the noise rejection. Since filter | 131 | |||
noise rejection capability is not modeled with linear equation, a look-up-table is generated | 132 | |||
for multiple filter configurations in which the $c_i$, $d_i$ and $N_i$ parameters are varied: for each | 133 | |||
one of these conditions, the low-pass filter rejection defined as the mean power between | 134 | |||
half the Nyquist frequency and the Nyquist frequency is stored as computed by the frequency response | 135 | |||
of the digital filter (Fig. \ref{noise-rejection}). | 136 | |||
137 | ||||
Linear program formalism for solving the problem is well documented: an objective function is | 138 | |||
defined which is linearly dependent on the parameters to be optimized. Constraints are expressed | 139 | |||
as linear equation and solved using one of the available solvers, in our case GLPK\cite{glpk}. | 140 | |||
141 | ||||
The MILP solver provides a solution to the problem by selecting a series of small FIR with | 142 | |||
increasing number of bits representing data and coefficients as well as an increasing number | 143 | |||
of coefficients, instead of a single monolithic filter. Fig. \ref{compare-fir} exhibits the | 144 | |||
performance comparison between one solution and a monolithic FIR when selecting a cutoff | 145 | |||
frequency of half the Nyquist frequency: a series of 5 FIR and a series of 10 FIR with the | 146 | |||
same space usage are provided as selected by the MILP solver. The FIR cascade provides improved | 147 | |||
rejection than the monolithic FIR at the expense of a lower cutoff frequency which remains to | 148 | |||
be tuned or compensated for. | 149 | |||
150 | ||||
\begin{figure}[h!tb] | 151 | |||
% \includegraphics[width=\linewidth]{images/compare-fir.pdf} | 152 | |||
\includegraphics[width=\linewidth]{images/fir-mono-vs-fir-series-200dB.pdf} | 153 | |||
\caption{Comparison of the rejection capability between a series of FIR and a monolithic FIR | 154 | |||
with a cutoff frequency set at half the Nyquist frequency.} | 155 | |||
\label{compare-fir} | 156 | |||
\end{figure} | 157 | |||
158 | ||||
The resource occupation when synthesizing such FIR on a Xilinx FPGA is summarized as Tab. \ref{t1}. | 159 | |||
160 | ||||
\begin{table}[h!tb] | 161 | |||
\caption{Resource occupation on a Xilinx Zynq-7000 series FPGA when synthesizing the FIR cascade | 162 | |||
identified as optimal by the MILP solver within a finite resource criterion. The last line refers | 163 | |||
to available resources on a Zynq-7010 as found on the Redpitaya board. The rejection is the mean | 164 | |||
value from 0.6 to 1 Nyquist frequency.} | 165 | |||
\begin{center} | 166 | |||
\begin{tabular}{|c|cccc|}\hline | 167 | |||
FIR & BlockRAM & LookUpTables & DSP & rejection (dB)\\\hline\hline | 168 | |||
1 (monolithic) & 1 & 4064 & 40 & -72 \\ | 169 | |||
5 & 5 & 12332 & 0 & -217 \\ | 170 | |||
10 & 10 & 12717 & 0 & -251 \\\hline\hline | 171 | |||
Zynq 7010 & 60 & 17600 & 80 & \\\hline | 172 | |||
\end{tabular} | 173 | |||
\end{center} | 174 | |||
%\vspace{-0.7cm} | 175 | |||
\label{t1} | 176 | |||
\end{table} | 177 | |||
178 | ||||
\section{Filter coefficient selection} | 179 | |||
180 | ||||
The coefficients of a single monolithic filter are computed as the impulse response | 181 | |||
of the filter transfer function, and practically approximated by a multitude of methods | 182 | |||
including least square optimization (Matlab's {\tt firls} function), Hamming or Kaiser windowing | 183 | |||
(Matlab's {\tt fir1} function). Cascading filters opens a new optimization opportunity by | 184 | |||
selecting various coefficient sets depending on the number of coefficients. Fig. \ref{2} | 185 | |||
illustrates that for a number of coefficients ranging from 8 to 47, {\tt fir1} provides a better | 186 | |||
rejection than {\tt firls}: since the linear solver increases the number of coefficients along | 187 | |||
the processing chain, the type of selected filter also changes depending on the number of coefficients | 188 |