You are on page 1of 6

A BRIEF REVIEW ON HARDWARE EFFICIENT

CASCADED INTEGRATOR COMB FILTERS


Akella Madhav1 , Hridya P.2 , Dasu Bharadwaj3 , M. Jaya Chandra4 , Returi Janaki Snigdha Roshni5 ,
Dr. Sreelekha K.R.6 , Dr. Ramesh B7
1
akella.madhav@outlook.com, 2 hridyap002@gmail.com, 3 bharadwaj.dasu@gmail.com, 4 jayachandramanchirala@gmail.com,
5
roshni.returi@gmail.com, 6 sreelekhakr@am.amrita.edu, 7 chidanandamrita@am.amrita.edu
Department of Electronics and Communication, Amrita Vishwa Vidyapeetham, Amritapuri, Kerala, India

Abstract—This article offers a summary of the approaches used attenuation. To address these limitations in filter response,
in the design of Cascaded-Integrator Comb (CIC) filters, focusing additional combinations of filter blocks must be cascaded or
on their implementation in Field Programmable Gate Arrays configured appropriately in conjunction with the basic CIC
(FPGAs). Because of its simplicity, computational efficiency,
flexibility for high-speed data handling, and features such as anti- filter, tailored to the specific application requirements.
aliasing, interpolation, and noise reduction, CIC filters play an The papers [3]–[5] have implemented modified design
essential role in multirate signal processing. This study examines methodologies for CIC decimation filters in high-performance
current research efforts aimed at improving the performance of Analog to Digital Converters(ADCs). In the pursuit of lower
CIC filters, such as signal integrity, signal-to-noise ratio (SNR), power consumption and reduced area utilization, [3] has
passband droop, and compensation designs. This paper also
portrays a comparative analysis of several parameters such as adopted a two-times frequency cascaded FIR algorithm and
adders, multipliers, registers utilized, and also Adders per output CSD (Canonic Signed Digit) code filter coefficients, effec-
sample (APOS) and minimum attenuation based on various tively minimizing power consumption, reducing area require-
papers that have similar functionalities but vary in methodologies ments, and enhancing filter speed. Meanwhile, [5] has incor-
employed, that affect the overall performance while implementing porated an FIR low-pass filter after each of the two-stage
in hardware.
Index Terms—CIC filter, Passband Droop, Compensator, decimation filters, effectively mitigating switching noise and
FPGA, Multirate Signal Processing. ensuring anti-aliasing. There is a clear imperative to enhance
the filter’s frequency response, and one pivotal approach in-
I. I NTRODUCTION volves using sharpening techniques. The paper [6] introduced
IGNAL processing often deals with applications where a conventional design method grounded in amplitude change
S the sample rate of the signals needs to be altered with
respect to the signal of interest in the application. As the need
functions, albeit with limitations that confine its application to
symmetric FIR filters featuring piecewise constant passbands
for data conversion is increasing day by day, extraction of and stopbands. A combined structure of the CIC filter and
the narrow band from the wide band sources and designing sharpening technique is presented in [6]–[8]. In [6], [17], a
narrow band filters with wideband signals are becoming more fixed-coefficient filter is cascaded in place of a programmable-
decisive. For that purpose, multirate signal processing is essen- coefficient filter to enhance throughput. In contrast, [8] cas-
tial in all those various real-time applications. Decimation and cades a conventional CIC filter with a sharpened comb dec-
interpolation are two types of multi-rate DSP, which involve imator, employing polyphase decomposition to optimize the
reducing and increasing the sampling rate. The conventional structure for lower-rate operation. Both [7] and [9] focus on
way of implementing these interpolators and decimators is to replacing the programmable FIR filter in the second stage with
use a series of high-order FIR filters, which has the drawback a fixed/constant coefficient FIR filter, an efficient approach
of having high hardware complexity due to the large number that, however, results in increased hardware resource con-
of multiplications. sumption. filter design, there’s a tradeoff between sharpening
In 1981, Hogenauer [1] introduced a novel class of cost- the stopband and passband droop. To achieve a smoother
effective digital filters for decimation, known as Cascaded passband, one method is to cascade a sharpened CIC filter
Integrator Comb filters (CIC). These filters operate without with a compensator, as discussed in various studies ( [10], [11],
multipliers and do not require storage for filter coefficients. [16]). These approaches aim to design efficient compensators,
CIC filters exhibit remarkable efficiency advantages over Fi- including multiplierless designs, tailored to specific applica-
nite Impulse Response (FIR) filters in terms of computation, tions. Additionally, innovative methods, such as a double-
hardware resources, and reduced memory usage, albeit intro- sharpened decimation filter with a pre-droop compensator (
ducing latency through the integrator section. The primary [19]), offer improved performance for multistandard wireless
performance limitations of CIC filter response encompass high applications. Other studies ( [20], [21], [22]) explore strategies
passband droop, sharp transition bands, and large stopband to enhance passband characteristics and stopband rejection
while considering specific application needs and constraints.
This paper investigates a range of design methodologies
targeted at improving various aspects of CIC filter design The transfer fuction of the CIC filter is given by,
and implementation, particularly focusing on real-time FPGA 1 − z −RM N
applications. The latter section of the paper offers a concise H(z) = ( ) (1)
1 − Z −1
summary and comparative analysis of techniques used in
papers cited from [23] to [32]. The paper is structured as where, R is the decimation or interpolation ratio, M is the
follows: Section 1 introduces the concept of CIC filters and number of samples per stage, and N is the order or the number
outlines different design methodologies. Section III conducts of comb-integrator pairs.
a comparative analysis of various parameters related to CIC In reference [23], a three-stage cascaded structure for a digital
filter design and implementation. Finally, Section IV concludes decimation filter is introduced, aiming to reduce the number of
the paper. cascaded digital filters by increasing the down-sample rate of
the CIC filter. This work introduces a sine compensation filter
as an alternative to the traditional FIR compensator to address
II. CIC FILTER D ESIGN T ECHNIQUES passband droop. Additionally, the multipliers in the half-band
filter are designed using time division multiplexing techniques
The fundamental CIC structure consists of three sequential
to optimize spectrum utilization efficiently. Comparison of
blocks: the integrator, comb, and rate change block. An
effective bits for different bandwidths (10kHz, 20kHz) and
integrator in a CIC filter is essentially a digital accumulator.
downsampling rates (128, 256), as well as an evaluation of
It sums (or integrates) the input samples over time. The comb
multipliers, adders, and registers, is performed in conjunction
section is a differencing operation. It subtracts a delayed ver-
with references [3]–[5].
sion of the signal from the current signal. The delay is typically
equal to the decimation factor in a decimation application. Fig.
1 illustrates the basic configuration of a CIC filter. During
the decimation process, the integrator stage accumulates and
averages M input samples to reduce the sample rate, while the
comb stage downsamples the signal by pruning every D output
sample, where M and D are integers. In contrast, during
interpolation, the integrator stage accumulates and replicates
M input samples to increase the sample rate, and the comb
stage selects every R output sample. The cascading of these
stages allows for achieving interpolation by a factor R. By
cascading multiple stages of basic CIC filters, wide range of
rate changes can be acheived with different combinations of
decimation or interpolation factors at each stage. This provides
flexibility that is crucial for systems that require dynamic rate
changes. Fig. 2 shows the comparision between CIC filter’s Fig. 2. Frequency response of N-stage CIC filter [37]
response for different number of stages.
An application of the CIC filter is implemented in [24] in
which the authors presented a repeater design, which works
in accordance with a specific radio standard developed for
better communication among radio frequency repeaters in
Europe. From the work [24], it should be noted that con-
ventional FPGA-based repeaters have limitations in handling
multiple channels simultaneously. These designs necessitate
the utilization of numerous DSP slices and involve high
computational demands due to their low decimation rates.
To address the passband droop issue, Interpolated Second
Ordered Polynomials (ISOP) filters are cascaded with CIC
filters, effectively serving as compensators. This approach
offers greater efficiency in filter design, as it requires fewer
resources such as LUTs, LUT RAM, slice registers, BUFG,
and other vital parameters.
CIC filters used in real-time critical applications must
minimize the transition width between passband and stopband.
Hence, sharpening techniques are often applied to enhance
their efficiency in isolating specific frequency ranges while
attenuating others. In [25], a two-stage cascaded CIC deci-
Fig. 1. Single Stage CIC filters used for decimation and interpolation [2] mation filter is introduced, employing Kaiser-Hamming (KH)
sharpening in the first stage and Saramaki-Ritoniemi (SR) end sums all the products from CSD multipliers to produce the
sharpening with linear programming in the second stage. final output. The third architecture is a simplified polyphase
A modified second-stage decimator structure is proposed to implementation of [b], enabling parallel computation and
improve the alias rejection of the first stage. In this methodol- enhancing design speed.
ogy, the first stage utilizes a KH-sharpened transfer function, CIC filters offer significant simplicity, efficiency, and recon-
reducing the sampling rate by M1 and increasing the tangency figurability advantages, making them versatile across various
order near zero to N = 2 for improved alias rejection. The applications. However, they do encounter limitations that need
second stage employs SR sharpening, reducing the sampling addressing. In reference [27], a common challenge faced
rate by M2, and determines sharpening coefficients and taps by CIC filters—namely, passband droop leading to spectral
using linear programming in MATLAB, optimizing to min- distortion and aliasing—is tackled. The paper introduces a
imize passband droop or ripple. The final decimation factor two-stage comb decimator filter with improved magnitude
is M = M1 * M2. The second-stage decimator structure is a characteristics, explicitly focusing on enhancing passband per-
modified version of the first, increasing the order of tangency formance and attenuation in folding bands. Key filter specifica-
to 4 in the KH structure and performing two passes of the tions include reducing the filter rate, maintaining a low order,
SR structure in the second stage. These changes enhance ensuring a multiplier-less design, and enabling flexibility for
alias rejection and stopband attenuation but increase passband various decimation factor (M) values given a certain number
droop. Therefore, the first proposed structure is more suitable of stages (K). The authors propose a method that employs
for applications requiring minimized passband droop. FPGA five multiplier-less corrector filters, customized for different
implementations of these structures exhibit improved slice K values (ranging from 1 to 5) and arbitrary M values, simul-
utilization and maximum operating frequencies. Performance taneously reducing passband droop, enhancing attenuation in
in ADCs and modulators is simulated, verified, and compared odd folding bands, and operating at lower rates. To address
to other existing architectures in these applications, consider- the sole drawback of the corrector filter, which is inadequate
ing passband droop and worst-case alias rejection relative to even folding band attenuation, a cascading approach with a
references [6]–[12]. modified structure is introduced. The paper concludes with a
CIC filters play a vital role in digital receivers, particularly comparative analysis, comparing the proposed method with
in software-defined radio (SDR) and other RF applications. existing techniques, including compensator filters, sharpening
SDR is a reconfigurable piece of digital electronic used in methods, and alternative CIC filter designs. The evaluation
transmitting and receiving RF signals. It’s a software where covers parameters such as multipliers used, alias rejection, and
digital-down counter (DDC) and digital up-counter (DUC) are passband compensation relative to references [13]–[19]. Ulti-
used for decimation and interpolation. The CIC filter shifts the mately, the paper underscores the advantages of the proposed
bandwidth of interest to baseband which allows for better fre- corrector filters, highlighting their simplicity, multiplier-less
quency selectivity and resolution without the interference from design, and adaptability to various decimation factors.
other frequencies. An application based on SDR and receivers Another notable contribution worth highlighting is presented
in the fielf of communication is cited in [26]which presents in [28], which focuses on utilizing polynomial sharpening
a filter structure suitable for digital wireless receivers, where techniques to enhance the folding band response of CIC
ADC sampling rates must align with specific communication filters. While sharpening the frequency response can lead to
standards. The authors have designed, simulated, and imple- undesired passband droop, this work addresses the issue by
mented multistage, multi-rate architectures with reduced cost cascading a symmetric FIR compensator filter with the SCIC
functions, exploring three key architectures: [a] Multi-Standard structure. This approach flattens the passband while preserving
Decimation Filter (MSDF), [b] a modified MSDF structure, the sharpened folding band characteristics. The compensator’s
and [c] a polyphase CIC-based decimation filter. [a] is tailored design is guided by the maximally flat error criterion, aiming
for WiMAX and GSM wireless communication specifications, for a flat and optimized passband response. Compensators in
initially incorporating a CIC filter with a comb section to filter design aim to rectify passband droop while retaining
meet multi-standard requirements. Subsequently, Half-Band improved folding band response characteristics. In this study,
(HB) filters are employed to reduce the decimation rate further the compensator is designed based on the maximally flat error
and enhance performance in terms of passband droop and criterion, with coefficients derived from real values through
noise rejection while reducing implementation costs. This linear system equations. However, the authors demonstrate that
design typically consists of three filter stages and four HB for SCIC filters with integer or Specific Power-of-Two (SPT)
stages. [b] represents a modified structure where the first three polynomial coefficients and decimation factors expressed as
CIC filter stages of [a] are replaced with polynomial-based powers of two, the compensator coefficients can also be inte-
CIC filters. For FPGA implementation, the digital equivalent gers or SPT representable. The effectiveness in passband droop
circuit includes register arrays and accumulators, with register reduction, computational complexity, and resource utilization
arrays used to realize delay-units in the filter design. In is compared with similar methodologies, as seen in references
[b], multiplication is achieved using Canonical Signed Digit [20]–[22]
(CSD), an elegant method for implementing digital multipliers, In addition to addressing filter response parameters and
especially in cases with numerous multipliers. An adder at the their improvements, it’s essential to carefully manage com-
plexity and resource utilization, minimizing them without TABLE I
compromising the desired response. In [31], the authors in- I MPLEMENTATION COMPLEXITY AND POWER COMPARISON
troduce a multiplier-less decimation filter designed to reduce Parameter No. of slice registers Slice LUTs Power
complexity, enhance aliasing rejection, and provide effective
Jayaprakasan V. et. al. [36] 418 764 0.041W
passband compensation. This filter’s simplicity lies in its use of
Han M et. al. [24] 256 263 0.030W
symmetric polynomials, introducing four additional zeros into
Datta D. et. al. [32] 154 136 0.036W
specific comb folding bands, thereby widening these bands
for improved aliasing suppression. To reduce computational
complexity, polyphase decomposition is employed, shifting
filtering operations to a lower rate while maintaining desired mance and efficiency. One of the primary reasons for reduced
filtering characteristics, measured in terms of the number of complexity in [23] is the use of a novel sine compensation
adders per output sample (APOS). Further passband quality filter, which replaces the conventional FIR compensation filter.
improvement is achieved by incorporating a compensator Another contributing factor is the utilization of multipliers in
operating at a reduced rate. The authors optimized compen- the half-band filter with Time Division Multiplexing (TDM)
sator parameters using particle swarm optimization (PSO) technology, further reducing complexity. Half-band filters have
and represented these parameters in a signed power-of-two the property that exactly half of their coefficients are zero
(SPT) format, enabling a multiplier-less design. This approach (except for the center tap). This symmetry means that only
offers flexibility to balance the number of required adders half of the multipliers need to be implemented. This, in turn,
with compensation quality. To validate their proposed filter’s results in improved speed as there is lesser computational load.
effectiveness, the authors conducted a comparative analysis A comparison is presented in the above Table I. In im-
against recent methods in the literature, demonstrating superior plementing a CIC filter on an FPGA, the number of slice
performance across these critical aspects. registers and slice LUTs significantly affect the design and
In [32], the authors propose a CIC decimation structure performance. Slice registers are used to store the data at
featuring the bit-pruning technique. This bit-pruning approach various points along the pipeline. The number of slice registers
significantly reduces the required bit period for the system and determines the depth of the pipeline, which affects the latency
optimizes the critical path period by subdividing the decimator of the filter. A deeper pipeline may result in lower latency
element. The modified CIC architecture is implemented using but also consumes more resources. Slice LUTs, on the other
Verilog HDL and validated on an FPGA board within a com- hand, are used to implement the combinational logic functions
munication receiver. The primary focus of this work centers on within the CIC filter, which include mathematical operations
a re-configurable CIC decimator with pruning characteristics required for filtering. The complexity of the CIC filter, such
aimed at reducing hardware resources. In this context, the as the number of filter stages, the decimation factor, and the
FPGA-based CIC filter offers high flexibility, lower cost, and filter order, impacts the number of slice LUTs needed. A more
superior overall performance compared to other DSP and complex filter with higher decimation may require more LUTs.
microprocessors. The study analyzes performance concerning The authors in [32] ensured that their architecture occupies
the number of stages and decimation factors. This three-stage minimal area compared to the literature they reference. It is
CIC decimator yields savings of up to 39.84% in slice registers observed that the more hardware-efficient choice among the
and 16.17% in power compared to similar architectures. Key compared works is [32], which requires fewer slices and LUTs.
parameters, such as Adders per Output Sample (APOS), Min- This reduction also leads to a decrease in IOBs. Furthermore,
imum Attenuation in dB, and Maximum Passband Deviation the authors support their claim by demonstrating the imple-
in dB, are also compared. mentation of the filter’s frequency responses in comparison to

III. C OMPARATIVE A NALYSIS


Across these studies, the methodologies employed and the
results they presented offer compelling reasons to consider
tailored designs for specific applications. Expanding upon
this foundation, further modifications should be explored to
achieve optimal expected outcomes while minimizing dynamic
power and delay. In this section, a comparative evaluation
and analysis of critical parameters, including resource utiliza-
tion, minimum attenuation, power consumption, delay, LUT
count, and more, drawing from noteworthy prior researches
are conducted. Fig. 3 illustrates a comparison of resource
consumption in [3]–[5], [23]. It is evident that some archi-
tectures consume fewer multipliers, adders, and registers than
others. Reducing complexity and resource consumption in CIC
filter design is often about making trade-offs between perfor- Fig. 3. Resource utilization comparison
the other referenced works in the paper. [3] Liang Xiangming. Design of decimation filter in sigma delta A/D
converter [D]. Fudan University, 2011.
[4] Guo Shuhong, Design and research of digital decimation filter in - A/D
converter. [D] Harbin Engineering University, 2020.
[5] Wang Jie. Design of a low power digital decimation filter applied to
ADC [D]. Xiangtan University, 2018.
[6] J. Kaiser, R. Hamming, Sharpening the response of a symmetric non-
recursive filter by multiple use of the same filter, IEEE Trans. Acoust.
Speech Signal Process. 25 (5) (1977) 415–422.
[7] A.Y. Kwentus, Zhongnong Jiang, A.N. Willson, Application
of filter sharpening to cascaded integrator-comb decimation
filters, IEEE Trans. Signal Process. 45 (2) (1997) 457–467,
https://doi.org/10.1109/78.554309.
[8] G. Jovanovic-Dolecek, S.K. Mitra, A new two-stage sharpened comb
decimator, IEEE Trans. Circ. Syst. I: Regul. Pap. 52 (7) (2005)
1414–1420, https://doi.org/ 10.1109/TCSI.2005.851390.
[9] G. Stephen, R.W. Stewart, High-speed sharpening of decimating cic
filter, Electron. Lett. 40 (21) (2004) 1383–1384.
[10] G. Molnar, A. Dudarin, M. Vucic, Design and multiplierless realization
Fig. 4. Comparison of APOS and Min. attenuation of maximally flat sharpened-cic compensators, IEEE Trans. Circ. Syste.
II: Express Briefs 65 (1) (2018) 51–55.
[11] A. Dudarin, G. Molnar, M. Vucic, Optimum multiplierless compensators
Fig. 4 presents a chart comparing Adder per Output Sample for sharpened cascaded-integrator-comb decimation filters, Electron.
(APOS) and minimum attenuation in [33]–[35] across various Lett. 54 (16) (2018) 971–972.
values of R (decimation factor) and N (number of stages). [12] S. Aggarwal, Improved Two-Stage Decimator Structure Using Kaiser
Hamming Sharpening, Circuits Systems and Signal Processing, Nov
APOS is a vital metric to monitor when implementing a 2020.
CIC filter. Real-time architectures typically comprise multi- [13] S. Kim, W.C. Lee, S. Ahn, S. Choi, Design of CIC roll-off compensation
ple stages of comb and integrator sections, each involving filter in a W-CDMA digital receiver Digital Signal Process (Elseiver),
16 (2006), pp. 846-854
adders for their operations. Monitoring APOS is essential [14] G. Jovanovic Dolecek Simple wideband CIC compensator IET Electron
to keep track of the total number of adders required for Lett, 45 (2009), pp. 1270-1272
each output sample, a critical consideration in FPGA and [15] G. Molnar, M. Vucic Closed-form design of CIC compensators based
on maximally flat error criterion, IEEE Trans Circuits Syst II Express
ASIC implementations with limited resources. Furthermore, Brief, 58 (December) (2011), pp. 926-930
the number of APOS affects the filter implementation’s critical [16] M. Laddomada Generalized comb decimation filters for Sigma-Delta
path and timing constraints. The other parameter examined is A/D converters: analysis and design 2007 IEEE Trans Circuits Syst I,
54 (2007), pp. 994-1005
the minimum attenuation (in dB). From the chart, it is evident [17] A. Kwentus, A. Willson Jr. Application of filter sharpening to Cascaded
that [35] offers an architecture with reduced complexity, which Integrator-Comb Decimation Filters IEEE Trans Signal Process, 45
is highly advantageous. (1997), pp. 457-467
[18] G. Jovanovic Dolecek, F. Harris Design of wideband compensator filter
for a digital IF receiverDigital Signal Process (Elsevier), 19 (September)
IV. C ONCLUSION (2009), pp. 827-837
This article has provided a brief review of the various [19] C. Jeong, Y.J. Min, S.W. Kim, Double-sharpened decimation filter em-
ploying a pre-droop compensator for multistandard wireless applications,
methodologies employed in the design of CIC filters, with ETRI J, 33 (April) (2011), pp. 175-189
a specific focus on their implementation using FPGA. The [20] D. E. T. Romero, M. Laddomada, and G. J. Dolecek, “Optimal sharpen-
choice of FPGA could be Virtex-7 board FPGA family as it is ing of compensated comb decimation filters: Analysis and design,” Sci.
World J. Hindawi, vol. 2014, pp. 1–9, Art. no. 950860.
Xilinx’s high performance device, consisting of 2 million logic [21] J. O. Coleman, “Chebyshev stopbands for CIC decimation filters and
cells. This board can be chosen for DSP operations due to its CIC-implemented array tapers in 1D and 2D,” IEEE Trans. Circuits
optimization for system performance and integration at 28nm, Syst. I, Reg. Papers, vol. 59, no. 12, pp. 2956–2968, Dec. 2012.
[22] G. Molnar, A. Dudarin, and M. Vucic, “Minimax design of multiplierless
which offers superior performance per watt, exceptional DSP sharpened CIC filters based on interval analysis,” in Proc. Int. Conf.
performance, and high I/O bandwidth. The exploration of cur- MIPRO, Opatija, Croatia, 2016, pp. 94–98.
rent research endeavors showcased in this study has shed light [23] Li, X., Shang, Y., Zhao, R. and Jiang, B., 2021, October. Design of a
Digital Decimation Filter with High Speed and Low Complexity. In 2021
on various aspects of CIC filter performance enhancement, in- IEEE 3rd International Conference on Circuits and Systems (ICCS) (pp.
cluding complexity reduction, passband droop mitigation, and 134-138). IEEE
compensator designs. Additionally, the paper has conducted a [24] Han, M. and Kim, Y., 2019. Efficient implementation of multichannel
FM and T-DMB repeater in FPGA with automatic gain controller.
comprehensive comparative analysis of multiple works across Electronics, 8(5), p.482
several crucial parameters, contributing valuable insights to the [25] Aggarwal, S., 2021. Efficient design of decimation filter using linear
field of multirate signal processing and CIC filter optimization. programming and its FPGA implementation. Integration, 79, pp.94-106
[26] Latha, R., Venkatesan, C., Suhas, A.R. and Thamaraimanalan, T., 2022,
R EFERENCES March. FPGA implementation of polyphase CIC based multistage filter
for digital receivers. In 2022 8th International Conference on Advanced
[1] E. Hogenauer, ”An economical class of digital filters for decimation Computing and Communication Systems (ICACCS) (Vol. 1, pp. 1987-
and interpolation,” in IEEE Transactions on Acoustics, Speech, and 1991). IEEE
Signal Processing, vol. 29, no. 2, pp. 155-162, April 1981, doi: [27] Dolecek, G.J. and Fernandez-Vazquez, A., 2013. Novel droop-
10.1109/TASSP.1981.1163535. compensated comb decimation filter with improved alias rejections.
[2] A Beginner’s Guide To Cascaded Integrator-Comb (CIC) Filters, Rick AEU-International Journal of Electronics and Communications, 67(5),
Lyons, March 26, 2020 pp.387-396
[28] Molnar, G., Dudarin, A. and Vucic, M., 2017. Design and multiplierless
realization of maximally flat sharpened-CIC compensators. IEEE Trans-
actions on Circuits and Systems II: Express Briefs, 65(1), pp.51-55
[29] Amrane, R., Brik, Y., Zeghlache, S., Ladjal, M. and Chicouche, D., 2021.
Sampling Rate Optimization for Improving the Cascaded Integrator
Comb Filter Characteristics
[30] Aggarwal, S. and Meher, P.K., 2022. Enhanced sharpening of CIC
decimation filters, implementation and applications. Circuits, systems,
and signal processing, 41(8), pp.4581-4603
[31] Dolecek, G.J., 2022. Design of decimation filter with improved mag-
nitude characteristic and low complexity. IEEE Access, 10, pp.63455-
63465
[32] Datta, D. and Dutta, H.S., 2023. CIC Decimation Filter Implementation
on FPGA. Journal of The Institution of Engineers (India): Series B,
104(1), pp.85-90
[33] G. J. Dolecek, “Design of comb decimation filter with improved aliasing
rejection and compensated passband,” in Proc. IEEE 32nd Int. Conf.
Microelectron. (MIEL), Niš, Serbia, Sep. 2021, pp. 255–258.
[34] G. J. Dolecek, “Design of Decimation Filter with Improved Magnitude
Characteristic and Low Complexity,” , date of publication June 14, 2022,
date of current version June 20, 2022.
[35] G. J. Dolecek, “Comb decimator design based on symmetric polynomials
with roots on the unit circle: Two-stage multiplier less design and
improved magnitude characteristic,” Int. J. Circuit Theory Appl., vol.
50, no. 6, pp. 2210–2227, Jun 2022.
[36] Jayaprakasan, V. & Shanmugam, Vijayakumar & Pandya, Vyomal.
(2019). Design of CIC based decimation filter structure using
FPGA for WiMAX applications. IEICE Electronics Express. 16.
10.1587/elex.16.20190074.
[37] Teymourzadeh, Rozita. (2018). VLSI Design Of Advanced Digital
Filters.
[38] R. Bhakthavatchalu, V. S. Karthika, L. Ramesh and B. Aamani, ”Design
of optimized CIC decimator and interpolator in FPGA,” 2013 Interna-
tional Mutli-Conference on Automation, Computing, Communication,
Control and Compressed Sensing (iMac4s), Kottayam, India, 2013, pp.
812-817, doi: 10.1109/iMac4s.2013.6526518.
[39] D. S. Vishnu, D. V. Sowjanya, P. N. Reddy and S. Rajula, ”Design
of optimized FIR filter using Radix-2r,” 2018 3rd IEEE International
Conference on Recent Trends in Electronics, Information Communica-
tion Technology (RTEICT), Bangalore, India, 2018, pp. 798-803, doi:
10.1109/RTEICT42901.2018.9012490.
[40] G. Jayan and A. K. Nair, ”Implementation of Folded FIR filter based
on Pipelined Multiplier Array,” 2018 3rd International Conference on
Communication and Electronics Systems (ICCES), Coimbatore, India,
2018, pp. 667-672, doi: 10.1109/CESYS.2018.8724004.
[41] K. R. Jijeesh, V. Anupama, C. Raghavachari and R. Gandhiraj, ”Study
of polyphase structure made easy using GNU Radio,” 2014 Interna-
tional Conference on Green Computing Communication and Electri-
cal Engineering (ICGCCEE), Coimbatore, India, 2014, pp. 1-6, doi:
10.1109/ICGCCEE.2014.6922232.

You might also like