SlideShare a Scribd company logo
1 of 8
Download to read offline
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 6, Issue 5, May (2015), pp. 01-08© IAEME
1
PERFORMANCE EVALUATION OF EFFICIENT
STRUCTURE FOR FIR DECIMATION FILTERS USING
POLYPHASE DECOMPOSITION TECHNIQUE
Gopal S. Gawande1
, Bhavna R. Pawar2
, Dr. K. B. Khanchandani3
1,2,3
Department of Electronics and Telecommunication Engg., S.S.G.M.C.E. Shegaon, India,
ABSTRACT
Multirate signal processing is an enabling technology that brings DSP techniques to
theapplications requiring low-cost and high sample rates. Multirate filtering technique is widely used
for meeting the sampling rates of different systems. This paper provides implementation and
performance comparison ofvarious structures for Decimators usingPolyphase decomposition
technique.Polyphase decomposition technique reduces the computational complexity and adopts
parallelism. The digital FIR decimator is designed using Filter Design and Analysis (FDA) tool.The
structures are synthesized for Spartan6 Field Programmable Gate Array (FPGA) board using Xilinx
System Generator. The performance indices for comparing implemented structures using FPGA
platform are also proposed in this paper. The proposed efficient polyphase structure consumes
249mWpowers and operates at 121 MHz speed. The efficient structure also yields higher throughput
and computation rate compare to other structures used for decimation.The efficient structure shows
promising results over the other decimators.
Keywords: Decimators, Efficient Polyphase Structure, logic area, Polyphase Decomposition, Power
consumption, Speed
1. INTRODUCTION
In today’s Digital Signal Processing (DSP) applications, sampling rate conversion is a
common operation. In most of these applications, very high quality sample rate converter is required.
The sampling rate of a digital signal can be changed using interpolators and decimators
[2][9][10].Multirate systems can perform a processing task with improved performance
characteristics while simultaneously offering that performance at a significantly lower cost than
traditional approaches. A decimation filter is one of the fundamental building blocks of a multirate
INTERNATIONAL JOURNAL OF ELECTRONICS AND
COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)
ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Volume 6, Issue 5, May (2015), pp. 01-08
© IAEME: http://www.iaeme.com/IJECET.asp
Journal Impact Factor (2015): 7.9817 (Calculated by GISI)
www.jifactor.com
IJECET
© I A E M E
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 6, Issue 5, May (2015), pp. 01-08© IAEME
2
system when down sampling is employed. The accurate design of a decimation filter is of prime
importance because it governs the attenuation of unwanted aliasing. Multirate system in which a
digital interpolation filter is employed there is a need to reduce imaging by up sampling [4].
Interpolation and decimation (sampling rate conversions) can be performed efficiently by using
polyphase interpolator and decimator structures. Such structures are obtained from the polyphase
representation of the transfer function of the interpolation or decimation filter [1]. In this paper,
decimation structures are implemented and evaluated.
Decimation reduces the sampling rate at the output of a system so that another system with a
lower sampling rate can receive this signal as input. A narrow filter followed by a down sampler is
referred to as a decimator. Decimator can reduce the sampling rate up to the limit called the Nyquist
rate, according to which the sampling rate must be higher than the highest frequency component
present in the input signal to avoid aliasing. Reduction in sampling rate results in a cheaper
implementation. Down sampling by a factor M is implemented by keeping every Mth
sample and
throwing away M-1 samples in between. Polyphase Decimation Filter is a digital filter (FIR/IIR)
which is implemented using a polyphase decomposition technique [6][11]. Simple decimator,
polyphase decimator and efficient polyphase decimators are implemented in this paper and their
performances are compared in terms of speed, logic area occupied, power consumption, throughput
and computation rate.FIR filter is used as an antialiasing filterwhere parallelism can easily be
achieved.
2. STATE OF THE ART
H. Johansson et al. introduced filter structures for interpolation and decimation. The
structures are based on the frequency-response masking approach and make use of periodic (with a
period of 2π/M ) half-band IIR filters composed of two all-pass filters in parallel and linear-phase
FIR filters. This offers a large freedom to choose filter realizations with good properties [1].
S. Emami introduced new methods for computing interpolation and decimation of signals.
Thesemethods are easy to learn and compute and can be incorporated into digital signal processing
(DSP) courses that deal with multirate filters [2].
Kai-Yuan Cheng surveyed several architectures of FIR digital filter, several design methodologies
were adopted to reduce the hardware complexity for low-power applications and also allowable for
the high-speed applications [3].
M. B. Yeary et al. proposed an integerization technique and explores how these integerized
implementations improve performance in embedded systems. He has also introduced a new
algorithm for creating integer transform approximations and hasexplained about an optimal integer
representation. The algorithm creates a fixed integer transforms with computationally optimal
representations and a program was written to implement an optimal approximation algorithm that
finds the lowest length fraction representation within the error bound [4].
N. Onwuchekwa et al. presented Multirate DSP, Noble identities and computationally more
efficient Polyphase decomposition showed results that reduced operation and memory required by a
factor of M and L with less heat dissipation of hardware by using this[5].
A. Mukhtar et al. described a hardware efficient interpolation filter for portable digital audio
applications. The design of the filter is based on Merged Delay Transformation (MDT) [6].
N. Younis et al. presented a novel clock/data distribution technique for polyphase comb
decimation filter input registers. The proposed technique significantly reduces the dynamic power
consumption of the polyphase comb decimation filter and improves the SNR (Signal-to-Noise ratio)
of a second-order sigma-delta modulator [7].
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 6, Issue 5, May (2015), pp. 01-08© IAEME
3
Dr.K.B.Khanchandani et al. reviewed the multirate approaches for designing low power DSP
systems. Since the data rate in the multirate implementation is M-times slower than the original data
rate while maintaining the same throughput rate and can apply this feature to either the low-power
implementation, or the speed-up of the DSP systems[8].
M. Madheswaran et al. briefed an implementation of different CIC filter architectures for
decimation. The different decimation filter structures are implemented on Field Programmable Gate
Array (FPGA) board and these different architectures are compared using number of used LUTs,
Registers, Power consumption etc [9].
V. Jayaprakasan et al. presented the implementation of two stage FIR (Finite Impulse
Response) decimation filter on Field Programmable Gate Array (FPGA) board using system
generator and it is compared with single stage implementation of FIR filter for WiMAX Application
related to used LUT’s and power consumption [10].
P. Jacob et al. proposed design of FIR filter, Decimation filter and Polyphase Decimation
filters and implementation was done on Field Programmable Gate Array (FPGA) board and the
results proveed that polyphase decimation filter can reduce the sampling rate of the input data stream
compared to conventional filters [11].
R. M. Rewatkar et al. Presented Optimization Technique of Multirate Polyphase Decimator
and implementation done on Field Programmable Gate Array (FPGA) board and optimized power
dissipation, speed and area analyzed using Xilinx ISE [12].
Robert D. Turney et al. provides an introduction of multirate filter techniques and polyphase
decimators and interpolators also explain wavelet theory from both a signal expansion and filter bank
viewpoint [13].
3. CONTRIBUTION OF THIS WORK
In this paper, the theoretical concepts of Multirate Decimation Filter, Multirate Decimation
Filter based on Polyphase decomposition and the computationally efficient structure of Polyphase
decimation Filter structures are developedusing Xilinx System Generator and it is synthesized for
Spartan6xslv150T-4fgg676 FPGA board. The performances of these structures are compared in
terms of speed, power consumption, logic area occupied and throughput.
4. MATERIAL AND METHODOLOGY
Multirate signal processing is essential for matching the sampling rates of multiple systems
being operated at different sample rates and connected in cascade. Fundamental operations in
Multirate signal processing are decimation and interpolation [15]. Multirate signal processing alters
the sampling without significant error in the output. In decimation, the sampling rate is reduced from
Fs to Fs/M by discarding M – 1 samples and keeping everyMth
sample in the original sequence. It
consist of digital antialiasing filter with a transfer function H(z) to band limit a input signal and a
compressor, symbolized by down arrow and the decimation factor ‘M’ as shown in Fig 1.
Fig.1: Multi rate decimator
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 6, Issue 5, May (2015), pp. 01-08© IAEME
4
4.1 Polyphase Decomposition
The polyphase decomposition is a technique that divides a filter into L-sections of sub-filters
that can be realized in parallel. In this decomposition the sub-filters are differed only in phase
characteristics. The decimator shown in Fig.1 is computationally inefficient because it throws away
the processed samples. By using noble identity it is possible to rearrange the structure such that the
processed outputs are not thrown away. The filter transfer function H(z) is decomposed into
polyphase components [7][13]. Its representation is given in equation1:
(1)
The coefficients h(k) of the antialiasing filter are decomposed into M polyphase sub-filters
filters, each with (N/M) taps, where N is the number of taps in the filter and M is the decimation
factor. The transfer function of polyphase decimation filter is represented by equation 1.
Each term in equation 1 represents a polyphasesubfilter.Fig.2shows the realization of
polyphase decimation filter [3][8][12].
Fig.2: Polyphase decimation filter
The decimator in the structure of Fig.2selectsonly one sample in every M samples of the
output. It can be made computationally efficiently by embedding a down sampler block before
multiplier in FIR filter structure. The block diagram showing this operation of superposition
principal is shown in Fig.3 [5][14].
Fig.3: Superposition principal
These structures are implemented by block level simulation method i.e. Xilinx System Generator and
synthesized to evaluate and compare their performances.
The performance index matrix consists of speed, logic area, throughput, computation rate and
power consumption. Throughput (μ) is calculated by using the formula mentioned in equation2. The
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 6, Issue 5, May (2015), pp. 01-08© IAEME
5
total throughput is directly proportional to the operating frequency (F) and the levels of parallelism
(α), and inversely proportional to the size of the input(N). It is measured in terms of Mega Samples
per Sec (MSPS). The computation rate (γ) is computed using a formula mentioned in equation3 and
its unit is Mega Multiply Accumulate operations Per Sec (MMACPS). Itis directly proportional to
the levels of parallelism (α) and the maximum clock frequency (F) in MHz.
(2)
(3)
4.2 Example
In order to compare performances of Decimation Filter, Decimation Filter based on
Polyphase Decomposition and the computationally efficient structure of Polyphase Decimation
Filter, a Low Pass FIR antialiasing filter is designed. The specifications of the chosen filter are: Pass
band attenuation (Ap) 1dB, Stop band attenuation (As) 60dB, decimation factor (M) is set to 2, Input
sampling frequency Fsamp is set to 2000Hz with a Pass band edgefrequency (Fp) of 150Hz and Stop
band edgefrequency(Fstop) of 350Hz.
Using the above specifications an FIR filter is designed using Filter Design and Analysis tool
available in MATLAB. The FIR filter has an order of 19and the generated coefficients are quantized
to 16.14 fixed point format. Fixed point representation is essential for its implementation on FPGA
platform. Decimation filter implementation divides the coefficients as even and odd to half the
sampling rate (M=2). Itspolyphase representation is represented by equation4.
(4)
5. RESULTS AND CONCLUSION
The performances of decimation filter, Polyphase decimation and efficient Polyphase
decimation filters are evaluated and recorded in TABLE 1.
TABLE 1: Performance comparison of decimation filter structures
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 6, Issue 5, May (2015), pp. 01-08© IAEME
6
Fig.4: Comparison of maximum frequency of
decimation structures based on timing analysis
results
Fig.5: Comparison of power consumption of
decimation structures based on power analysis
results
Fig.6: Comparison of throughput of decimation structures
The resource utilization summary is given in TABLE2.
TABLE 2: Resource Utilization of decimation filter structures
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 6, Issue 5, May (2015), pp. 01-08© IAEME
7
Fig.7: Comparison of resource utilization of decimation structures based on synthesis results
The following conclusions are drawn after comparing decimation, polyphase decimation and
efficient polyphase decimation filter structures.
• The maximum frequency indicates speed of the implemented algorithm.
The efficient polyphase decimation filter structure has shown high speed with high throughput
compared to the other decimation filter structures.
• The power consumption of efficient polyphase decimation filter is less than the decimation
filter structure but more than polyphase decimation filter.
REFERENCES
1. H. Johansson and L. Wanhammar, Filter Structures Composed of All-Pass and FIR Filters for
Interpolation and Decimation by a Factor of Two,IEEE Trans. Circuits Syst. II, Analog and
Digital Signal Processing, 46(7), 1999, 896–905.
2. S. Emami, New Methods for Computing Interpolation and Decimation Using Polyphase
Decomposition,IEEE Trans. Educ., 42(4), 1999, 311–314.
3. Kai-Yuan Cheng, MultiplierlessMultirate FIR Digital Filter /Decimator / Interpolator Module
Generator, National Central University Jhongli 320, Taiwan, R.O.C., 2003.
4. M. B. Yeary, W. Zhang, J. Q. Trelewicz, Y. Zhai and B. McGuire, Theory and
Implementation of a Computationally Efficient Decimation Filter for Power-Aware
Embedded Systems, IEEE Trans. Instrum. Meas., 55(5), 2006, 1839–1849.
5. N.Onwuchekwa& G.A. Chukwudebe, Implementation Of Computationally Efficient
Algorithms For Multirate Digital Signal Processing Systems,Afr. J. Comp. & ICT, 1(1),
2008, 33 – 45.
6. Mukhtar, H. Jamal and U. Farooq, An Area Efficient Interpolation Filter for Digital Audio
Applications, IEEE Trans. Consumer Electronics, 55(2), 2009, 768–772.
7. N. Younis, M. Ashour, and A. Nassar, Power-Efficient Clock/Data Distribution Technique
for Polyphase Comb Filter in Digital Receivers,IEEE Trans. Circuits Syst. II, Express Briefs,
56(8), 2009, 639–643.
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 6, Issue 5, May (2015), pp. 01-08© IAEME
8
8. Dr. K.B.Khanchandani, Kundan Kumar, Design and Implementation of Custom Low Power
DSP blocks for Biomedical Applications, Int. Journal of Advanced Engineering &
Application, 2011.
9. M. Madheswaran and V. Jayaprakasan, Implementation and Comparison of Different CIC
Filter Structure for Decimation, ICTACT Journal on Communication Technology, 4(2),
2013, 709–716.
10. V. Jayaprakasan and M. Madheswaran, FPGA Implementation of FIR based Decimation
Filter Structure for WiMAX Application, Int. J. Of Advanced Research in Computer and
Communication Engg. , 2(7), 2013, 2830–2837.
11. P. Jacob and Mr. Anoop B.N, Design and Implementation of Polyphase Decimation
Filter,IRACST – Int. J. of Computer Networks and Wireless Communications, 4(2), 2014,
123–127.
12. R. M. Rewatkar and Dr. S. L. Badjate, Optimization of Multirate Polyphase Decimator using
MCM and Digit Serial Architecture, Int. J. of Computer Science and Information
Technologies, 5(3),2014, 3899–3906.
13. Robert D. Turney, Chris Dick, and Ali M. Reza, Multirate Filters and Wavelets: From Theory
to Implementation, Xilinx Inc., San Jose, CA 95124, USA.
14. E. Ifeachor and B. W. Jervis, Digital Signal Processing (Pearson, 2011).
15. Nagoorkani, Digital Signal Processing (Tata McGraw-Hill, 2012).
16. Vishwanath Muddi and Prof. Sanjay Eligar, “A High-Speed, Low Power Consumption D
Flip-Flop For High Speed Phase Frequency Detector And Frequency Divider” International
journal of Electronics and Communication Engineering &Technology (IJECET), Volume 5,
Issue 8, 2014, pp. 185 - 193, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.
17. John Wilson and S. Sakthivel, “Big Bang-Big Crunch Algorithm For Minimizing Power
Consumption By Embedded Systems” International journal of Electronics and
Communication Engineering &Technology (IJECET), Volume 5, Issue 7, 2014, pp. 9 - 14,
ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.
18. N. Thangadurai, Dr. R. Dhanasekaran, “Effective Power Consumption Model For A Network
with Uniform Traffic Pattern” International journal of Computer Engineering & Technology
(IJCET), Volume 3, Issue 2, 2012, pp. 561 - 570, ISSN Print: 0976 – 6367, ISSN Online:
0976 – 6375.

More Related Content

What's hot

Design and implementation of DA FIR filter for bio-inspired computing archite...
Design and implementation of DA FIR filter for bio-inspired computing archite...Design and implementation of DA FIR filter for bio-inspired computing archite...
Design and implementation of DA FIR filter for bio-inspired computing archite...IJECEIAES
 
11 an-efficient-vlsi-architecture-of-a-reconfigurable-pulse-shaping-fir-inter...
11 an-efficient-vlsi-architecture-of-a-reconfigurable-pulse-shaping-fir-inter...11 an-efficient-vlsi-architecture-of-a-reconfigurable-pulse-shaping-fir-inter...
11 an-efficient-vlsi-architecture-of-a-reconfigurable-pulse-shaping-fir-inter...Pvrtechnologies Nellore
 
FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...
FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...
FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...idescitation
 
IRJET- Low Complexity and Critical Path Based VLSI Architecture for LMS A...
IRJET-  	  Low Complexity and Critical Path Based VLSI Architecture for LMS A...IRJET-  	  Low Complexity and Critical Path Based VLSI Architecture for LMS A...
IRJET- Low Complexity and Critical Path Based VLSI Architecture for LMS A...IRJET Journal
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Application of MUSIC Algorithm for Adaptive Beamforming Smart Antenna
Application of MUSIC Algorithm for Adaptive Beamforming Smart AntennaApplication of MUSIC Algorithm for Adaptive Beamforming Smart Antenna
Application of MUSIC Algorithm for Adaptive Beamforming Smart AntennaIRJET Journal
 
Implementation Cost Analysis of the Interpolator for the Wimax Technology
Implementation Cost Analysis of the Interpolator for the Wimax TechnologyImplementation Cost Analysis of the Interpolator for the Wimax Technology
Implementation Cost Analysis of the Interpolator for the Wimax Technologyiosrjce
 
Design Band Pass FIR Digital Filter for Cut off Frequency Calculation Using A...
Design Band Pass FIR Digital Filter for Cut off Frequency Calculation Using A...Design Band Pass FIR Digital Filter for Cut off Frequency Calculation Using A...
Design Band Pass FIR Digital Filter for Cut off Frequency Calculation Using A...IRJET Journal
 
IRJET- A Review on Paper Problem in OFDM Scheme
IRJET- A Review on Paper Problem in OFDM SchemeIRJET- A Review on Paper Problem in OFDM Scheme
IRJET- A Review on Paper Problem in OFDM SchemeIRJET Journal
 
Performance Analysis and Simulation of Decimator for Multirate Applications
Performance Analysis and Simulation of Decimator for Multirate ApplicationsPerformance Analysis and Simulation of Decimator for Multirate Applications
Performance Analysis and Simulation of Decimator for Multirate ApplicationsIJEEE
 
PAPR Reduction in OFDM
PAPR Reduction in OFDMPAPR Reduction in OFDM
PAPR Reduction in OFDMIRJET Journal
 
IRJET- Device Activation based on Voice Recognition using Mel Frequency Cepst...
IRJET- Device Activation based on Voice Recognition using Mel Frequency Cepst...IRJET- Device Activation based on Voice Recognition using Mel Frequency Cepst...
IRJET- Device Activation based on Voice Recognition using Mel Frequency Cepst...IRJET Journal
 
INDUSTRIAL TRAINING REPORT
INDUSTRIAL TRAINING REPORTINDUSTRIAL TRAINING REPORT
INDUSTRIAL TRAINING REPORTABHISHEK DABRAL
 
IRJET- Filter Design for Educational Set Via Labview Software Program
IRJET- Filter Design for Educational Set Via Labview Software ProgramIRJET- Filter Design for Educational Set Via Labview Software Program
IRJET- Filter Design for Educational Set Via Labview Software ProgramIRJET Journal
 
OPTIMIZATION OF THE RECURSIVE ONE-SIDED HYPOTHESIS TESTING TECHNIQUE FOR AUTO...
OPTIMIZATION OF THE RECURSIVE ONE-SIDED HYPOTHESIS TESTING TECHNIQUE FOR AUTO...OPTIMIZATION OF THE RECURSIVE ONE-SIDED HYPOTHESIS TESTING TECHNIQUE FOR AUTO...
OPTIMIZATION OF THE RECURSIVE ONE-SIDED HYPOTHESIS TESTING TECHNIQUE FOR AUTO...ijwmn
 
Area Efficient and high-speed fir filter implementation using divided LUT method
Area Efficient and high-speed fir filter implementation using divided LUT methodArea Efficient and high-speed fir filter implementation using divided LUT method
Area Efficient and high-speed fir filter implementation using divided LUT methodIJMER
 
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...IJREST
 

What's hot (19)

Design and implementation of DA FIR filter for bio-inspired computing archite...
Design and implementation of DA FIR filter for bio-inspired computing archite...Design and implementation of DA FIR filter for bio-inspired computing archite...
Design and implementation of DA FIR filter for bio-inspired computing archite...
 
Ad04507176183
Ad04507176183Ad04507176183
Ad04507176183
 
11 an-efficient-vlsi-architecture-of-a-reconfigurable-pulse-shaping-fir-inter...
11 an-efficient-vlsi-architecture-of-a-reconfigurable-pulse-shaping-fir-inter...11 an-efficient-vlsi-architecture-of-a-reconfigurable-pulse-shaping-fir-inter...
11 an-efficient-vlsi-architecture-of-a-reconfigurable-pulse-shaping-fir-inter...
 
FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...
FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...
FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...
 
IRJET- Low Complexity and Critical Path Based VLSI Architecture for LMS A...
IRJET-  	  Low Complexity and Critical Path Based VLSI Architecture for LMS A...IRJET-  	  Low Complexity and Critical Path Based VLSI Architecture for LMS A...
IRJET- Low Complexity and Critical Path Based VLSI Architecture for LMS A...
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Application of MUSIC Algorithm for Adaptive Beamforming Smart Antenna
Application of MUSIC Algorithm for Adaptive Beamforming Smart AntennaApplication of MUSIC Algorithm for Adaptive Beamforming Smart Antenna
Application of MUSIC Algorithm for Adaptive Beamforming Smart Antenna
 
Implementation Cost Analysis of the Interpolator for the Wimax Technology
Implementation Cost Analysis of the Interpolator for the Wimax TechnologyImplementation Cost Analysis of the Interpolator for the Wimax Technology
Implementation Cost Analysis of the Interpolator for the Wimax Technology
 
Design Band Pass FIR Digital Filter for Cut off Frequency Calculation Using A...
Design Band Pass FIR Digital Filter for Cut off Frequency Calculation Using A...Design Band Pass FIR Digital Filter for Cut off Frequency Calculation Using A...
Design Band Pass FIR Digital Filter for Cut off Frequency Calculation Using A...
 
IRJET- A Review on Paper Problem in OFDM Scheme
IRJET- A Review on Paper Problem in OFDM SchemeIRJET- A Review on Paper Problem in OFDM Scheme
IRJET- A Review on Paper Problem in OFDM Scheme
 
Performance Analysis and Simulation of Decimator for Multirate Applications
Performance Analysis and Simulation of Decimator for Multirate ApplicationsPerformance Analysis and Simulation of Decimator for Multirate Applications
Performance Analysis and Simulation of Decimator for Multirate Applications
 
40120140501011 2
40120140501011 240120140501011 2
40120140501011 2
 
PAPR Reduction in OFDM
PAPR Reduction in OFDMPAPR Reduction in OFDM
PAPR Reduction in OFDM
 
IRJET- Device Activation based on Voice Recognition using Mel Frequency Cepst...
IRJET- Device Activation based on Voice Recognition using Mel Frequency Cepst...IRJET- Device Activation based on Voice Recognition using Mel Frequency Cepst...
IRJET- Device Activation based on Voice Recognition using Mel Frequency Cepst...
 
INDUSTRIAL TRAINING REPORT
INDUSTRIAL TRAINING REPORTINDUSTRIAL TRAINING REPORT
INDUSTRIAL TRAINING REPORT
 
IRJET- Filter Design for Educational Set Via Labview Software Program
IRJET- Filter Design for Educational Set Via Labview Software ProgramIRJET- Filter Design for Educational Set Via Labview Software Program
IRJET- Filter Design for Educational Set Via Labview Software Program
 
OPTIMIZATION OF THE RECURSIVE ONE-SIDED HYPOTHESIS TESTING TECHNIQUE FOR AUTO...
OPTIMIZATION OF THE RECURSIVE ONE-SIDED HYPOTHESIS TESTING TECHNIQUE FOR AUTO...OPTIMIZATION OF THE RECURSIVE ONE-SIDED HYPOTHESIS TESTING TECHNIQUE FOR AUTO...
OPTIMIZATION OF THE RECURSIVE ONE-SIDED HYPOTHESIS TESTING TECHNIQUE FOR AUTO...
 
Area Efficient and high-speed fir filter implementation using divided LUT method
Area Efficient and high-speed fir filter implementation using divided LUT methodArea Efficient and high-speed fir filter implementation using divided LUT method
Area Efficient and high-speed fir filter implementation using divided LUT method
 
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...
 

Viewers also liked (11)

kakatiya university btech ece syllabus
kakatiya university btech ece syllabuskakatiya university btech ece syllabus
kakatiya university btech ece syllabus
 
noise in cw modulation systems | Communication Systems
noise in cw modulation systems | Communication Systemsnoise in cw modulation systems | Communication Systems
noise in cw modulation systems | Communication Systems
 
Multirate DSP
Multirate DSPMultirate DSP
Multirate DSP
 
Multrate dsp
Multrate dspMultrate dsp
Multrate dsp
 
adaptive delta modulation | Communication Systems
adaptive delta modulation | Communication Systemsadaptive delta modulation | Communication Systems
adaptive delta modulation | Communication Systems
 
Kerala Technological University (KTU)
Kerala Technological University (KTU)Kerala Technological University (KTU)
Kerala Technological University (KTU)
 
multirate signal processing for speech
multirate signal processing for speechmultirate signal processing for speech
multirate signal processing for speech
 
Multirate digital signal processing
Multirate digital signal processingMultirate digital signal processing
Multirate digital signal processing
 
DSP Processor
DSP Processor DSP Processor
DSP Processor
 
Ec 55 transmission lines and waveguides b
Ec 55 transmission lines and waveguides bEc 55 transmission lines and waveguides b
Ec 55 transmission lines and waveguides b
 
Vast 2014 18 batch pta orientation program- dr. s. swapna kumar
Vast 2014 18 batch pta orientation program- dr. s. swapna kumarVast 2014 18 batch pta orientation program- dr. s. swapna kumar
Vast 2014 18 batch pta orientation program- dr. s. swapna kumar
 

Similar to Performance evaluation of efficient structure for fir decimation filters using polyphase decomposition technique

Design of Multiplier Less 32 Tap FIR Filter using VHDL
Design of Multiplier Less 32 Tap FIR Filter using VHDLDesign of Multiplier Less 32 Tap FIR Filter using VHDL
Design of Multiplier Less 32 Tap FIR Filter using VHDLIJMER
 
Implementation of Low Complex Universal Filtered Multicarrier
Implementation of Low Complex Universal  Filtered MulticarrierImplementation of Low Complex Universal  Filtered Multicarrier
Implementation of Low Complex Universal Filtered MulticarrierIJASRD Journal
 
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm IJECEIAES
 
Design of Optimized FIR Filter Using FCSD Representation
Design  of  Optimized  FIR  Filter  Using  FCSD Representation Design  of  Optimized  FIR  Filter  Using  FCSD Representation
Design of Optimized FIR Filter Using FCSD Representation IJEEE
 
Power efficient and high throughput of fir filter using block least mean squa...
Power efficient and high throughput of fir filter using block least mean squa...Power efficient and high throughput of fir filter using block least mean squa...
Power efficient and high throughput of fir filter using block least mean squa...eSAT Publishing House
 
Memory Based Hardware Efficient Implementation of FIR Filters
Memory Based Hardware Efficient Implementation of FIR FiltersMemory Based Hardware Efficient Implementation of FIR Filters
Memory Based Hardware Efficient Implementation of FIR FiltersDr.SHANTHI K.G
 
Design and Implementation of Digital Chebyshev Type II Filter using XSG for N...
Design and Implementation of Digital Chebyshev Type II Filter using XSG for N...Design and Implementation of Digital Chebyshev Type II Filter using XSG for N...
Design and Implementation of Digital Chebyshev Type II Filter using XSG for N...IJERA Editor
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Review On Design Of Digital FIR Filters
Review On Design Of Digital FIR FiltersReview On Design Of Digital FIR Filters
Review On Design Of Digital FIR FiltersIRJET Journal
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
FPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT AlgorithmFPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT Algorithmcscpconf
 
FPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT AlgorithmFPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT Algorithmcscpconf
 
Matlab Based Decimeter Design Analysis Wimax Appliacation
Matlab Based Decimeter Design Analysis Wimax AppliacationMatlab Based Decimeter Design Analysis Wimax Appliacation
Matlab Based Decimeter Design Analysis Wimax Appliacationiosrjce
 
An fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filterAn fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filtereSAT Publishing House
 
An fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filter An fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filter eSAT Journals
 
37 9144 new technique based peasant multiplication (edit lafi)
37 9144 new technique based peasant multiplication (edit lafi)37 9144 new technique based peasant multiplication (edit lafi)
37 9144 new technique based peasant multiplication (edit lafi)IAESIJEECS
 
Efficient Design of Higher Order Variable Digital Filter for Multi Modulated ...
Efficient Design of Higher Order Variable Digital Filter for Multi Modulated ...Efficient Design of Higher Order Variable Digital Filter for Multi Modulated ...
Efficient Design of Higher Order Variable Digital Filter for Multi Modulated ...IJTET Journal
 

Similar to Performance evaluation of efficient structure for fir decimation filters using polyphase decomposition technique (20)

Design of Multiplier Less 32 Tap FIR Filter using VHDL
Design of Multiplier Less 32 Tap FIR Filter using VHDLDesign of Multiplier Less 32 Tap FIR Filter using VHDL
Design of Multiplier Less 32 Tap FIR Filter using VHDL
 
Implementation of Low Complex Universal Filtered Multicarrier
Implementation of Low Complex Universal  Filtered MulticarrierImplementation of Low Complex Universal  Filtered Multicarrier
Implementation of Low Complex Universal Filtered Multicarrier
 
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
 
Design of Optimized FIR Filter Using FCSD Representation
Design  of  Optimized  FIR  Filter  Using  FCSD Representation Design  of  Optimized  FIR  Filter  Using  FCSD Representation
Design of Optimized FIR Filter Using FCSD Representation
 
Power efficient and high throughput of fir filter using block least mean squa...
Power efficient and high throughput of fir filter using block least mean squa...Power efficient and high throughput of fir filter using block least mean squa...
Power efficient and high throughput of fir filter using block least mean squa...
 
Memory Based Hardware Efficient Implementation of FIR Filters
Memory Based Hardware Efficient Implementation of FIR FiltersMemory Based Hardware Efficient Implementation of FIR Filters
Memory Based Hardware Efficient Implementation of FIR Filters
 
Design and Implementation of Digital Chebyshev Type II Filter using XSG for N...
Design and Implementation of Digital Chebyshev Type II Filter using XSG for N...Design and Implementation of Digital Chebyshev Type II Filter using XSG for N...
Design and Implementation of Digital Chebyshev Type II Filter using XSG for N...
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Review On Design Of Digital FIR Filters
Review On Design Of Digital FIR FiltersReview On Design Of Digital FIR Filters
Review On Design Of Digital FIR Filters
 
F1074145
F1074145F1074145
F1074145
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
FPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT AlgorithmFPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT Algorithm
 
FPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT AlgorithmFPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT Algorithm
 
Efficient very large-scale integration architecture design of proportionate-...
Efficient very large-scale integration architecture design of  proportionate-...Efficient very large-scale integration architecture design of  proportionate-...
Efficient very large-scale integration architecture design of proportionate-...
 
J017635664
J017635664J017635664
J017635664
 
Matlab Based Decimeter Design Analysis Wimax Appliacation
Matlab Based Decimeter Design Analysis Wimax AppliacationMatlab Based Decimeter Design Analysis Wimax Appliacation
Matlab Based Decimeter Design Analysis Wimax Appliacation
 
An fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filterAn fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filter
 
An fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filter An fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filter
 
37 9144 new technique based peasant multiplication (edit lafi)
37 9144 new technique based peasant multiplication (edit lafi)37 9144 new technique based peasant multiplication (edit lafi)
37 9144 new technique based peasant multiplication (edit lafi)
 
Efficient Design of Higher Order Variable Digital Filter for Multi Modulated ...
Efficient Design of Higher Order Variable Digital Filter for Multi Modulated ...Efficient Design of Higher Order Variable Digital Filter for Multi Modulated ...
Efficient Design of Higher Order Variable Digital Filter for Multi Modulated ...
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 

Recently uploaded (20)

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 

Performance evaluation of efficient structure for fir decimation filters using polyphase decomposition technique

  • 1. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 6, Issue 5, May (2015), pp. 01-08© IAEME 1 PERFORMANCE EVALUATION OF EFFICIENT STRUCTURE FOR FIR DECIMATION FILTERS USING POLYPHASE DECOMPOSITION TECHNIQUE Gopal S. Gawande1 , Bhavna R. Pawar2 , Dr. K. B. Khanchandani3 1,2,3 Department of Electronics and Telecommunication Engg., S.S.G.M.C.E. Shegaon, India, ABSTRACT Multirate signal processing is an enabling technology that brings DSP techniques to theapplications requiring low-cost and high sample rates. Multirate filtering technique is widely used for meeting the sampling rates of different systems. This paper provides implementation and performance comparison ofvarious structures for Decimators usingPolyphase decomposition technique.Polyphase decomposition technique reduces the computational complexity and adopts parallelism. The digital FIR decimator is designed using Filter Design and Analysis (FDA) tool.The structures are synthesized for Spartan6 Field Programmable Gate Array (FPGA) board using Xilinx System Generator. The performance indices for comparing implemented structures using FPGA platform are also proposed in this paper. The proposed efficient polyphase structure consumes 249mWpowers and operates at 121 MHz speed. The efficient structure also yields higher throughput and computation rate compare to other structures used for decimation.The efficient structure shows promising results over the other decimators. Keywords: Decimators, Efficient Polyphase Structure, logic area, Polyphase Decomposition, Power consumption, Speed 1. INTRODUCTION In today’s Digital Signal Processing (DSP) applications, sampling rate conversion is a common operation. In most of these applications, very high quality sample rate converter is required. The sampling rate of a digital signal can be changed using interpolators and decimators [2][9][10].Multirate systems can perform a processing task with improved performance characteristics while simultaneously offering that performance at a significantly lower cost than traditional approaches. A decimation filter is one of the fundamental building blocks of a multirate INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 6, Issue 5, May (2015), pp. 01-08 © IAEME: http://www.iaeme.com/IJECET.asp Journal Impact Factor (2015): 7.9817 (Calculated by GISI) www.jifactor.com IJECET © I A E M E
  • 2. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 6, Issue 5, May (2015), pp. 01-08© IAEME 2 system when down sampling is employed. The accurate design of a decimation filter is of prime importance because it governs the attenuation of unwanted aliasing. Multirate system in which a digital interpolation filter is employed there is a need to reduce imaging by up sampling [4]. Interpolation and decimation (sampling rate conversions) can be performed efficiently by using polyphase interpolator and decimator structures. Such structures are obtained from the polyphase representation of the transfer function of the interpolation or decimation filter [1]. In this paper, decimation structures are implemented and evaluated. Decimation reduces the sampling rate at the output of a system so that another system with a lower sampling rate can receive this signal as input. A narrow filter followed by a down sampler is referred to as a decimator. Decimator can reduce the sampling rate up to the limit called the Nyquist rate, according to which the sampling rate must be higher than the highest frequency component present in the input signal to avoid aliasing. Reduction in sampling rate results in a cheaper implementation. Down sampling by a factor M is implemented by keeping every Mth sample and throwing away M-1 samples in between. Polyphase Decimation Filter is a digital filter (FIR/IIR) which is implemented using a polyphase decomposition technique [6][11]. Simple decimator, polyphase decimator and efficient polyphase decimators are implemented in this paper and their performances are compared in terms of speed, logic area occupied, power consumption, throughput and computation rate.FIR filter is used as an antialiasing filterwhere parallelism can easily be achieved. 2. STATE OF THE ART H. Johansson et al. introduced filter structures for interpolation and decimation. The structures are based on the frequency-response masking approach and make use of periodic (with a period of 2π/M ) half-band IIR filters composed of two all-pass filters in parallel and linear-phase FIR filters. This offers a large freedom to choose filter realizations with good properties [1]. S. Emami introduced new methods for computing interpolation and decimation of signals. Thesemethods are easy to learn and compute and can be incorporated into digital signal processing (DSP) courses that deal with multirate filters [2]. Kai-Yuan Cheng surveyed several architectures of FIR digital filter, several design methodologies were adopted to reduce the hardware complexity for low-power applications and also allowable for the high-speed applications [3]. M. B. Yeary et al. proposed an integerization technique and explores how these integerized implementations improve performance in embedded systems. He has also introduced a new algorithm for creating integer transform approximations and hasexplained about an optimal integer representation. The algorithm creates a fixed integer transforms with computationally optimal representations and a program was written to implement an optimal approximation algorithm that finds the lowest length fraction representation within the error bound [4]. N. Onwuchekwa et al. presented Multirate DSP, Noble identities and computationally more efficient Polyphase decomposition showed results that reduced operation and memory required by a factor of M and L with less heat dissipation of hardware by using this[5]. A. Mukhtar et al. described a hardware efficient interpolation filter for portable digital audio applications. The design of the filter is based on Merged Delay Transformation (MDT) [6]. N. Younis et al. presented a novel clock/data distribution technique for polyphase comb decimation filter input registers. The proposed technique significantly reduces the dynamic power consumption of the polyphase comb decimation filter and improves the SNR (Signal-to-Noise ratio) of a second-order sigma-delta modulator [7].
  • 3. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 6, Issue 5, May (2015), pp. 01-08© IAEME 3 Dr.K.B.Khanchandani et al. reviewed the multirate approaches for designing low power DSP systems. Since the data rate in the multirate implementation is M-times slower than the original data rate while maintaining the same throughput rate and can apply this feature to either the low-power implementation, or the speed-up of the DSP systems[8]. M. Madheswaran et al. briefed an implementation of different CIC filter architectures for decimation. The different decimation filter structures are implemented on Field Programmable Gate Array (FPGA) board and these different architectures are compared using number of used LUTs, Registers, Power consumption etc [9]. V. Jayaprakasan et al. presented the implementation of two stage FIR (Finite Impulse Response) decimation filter on Field Programmable Gate Array (FPGA) board using system generator and it is compared with single stage implementation of FIR filter for WiMAX Application related to used LUT’s and power consumption [10]. P. Jacob et al. proposed design of FIR filter, Decimation filter and Polyphase Decimation filters and implementation was done on Field Programmable Gate Array (FPGA) board and the results proveed that polyphase decimation filter can reduce the sampling rate of the input data stream compared to conventional filters [11]. R. M. Rewatkar et al. Presented Optimization Technique of Multirate Polyphase Decimator and implementation done on Field Programmable Gate Array (FPGA) board and optimized power dissipation, speed and area analyzed using Xilinx ISE [12]. Robert D. Turney et al. provides an introduction of multirate filter techniques and polyphase decimators and interpolators also explain wavelet theory from both a signal expansion and filter bank viewpoint [13]. 3. CONTRIBUTION OF THIS WORK In this paper, the theoretical concepts of Multirate Decimation Filter, Multirate Decimation Filter based on Polyphase decomposition and the computationally efficient structure of Polyphase decimation Filter structures are developedusing Xilinx System Generator and it is synthesized for Spartan6xslv150T-4fgg676 FPGA board. The performances of these structures are compared in terms of speed, power consumption, logic area occupied and throughput. 4. MATERIAL AND METHODOLOGY Multirate signal processing is essential for matching the sampling rates of multiple systems being operated at different sample rates and connected in cascade. Fundamental operations in Multirate signal processing are decimation and interpolation [15]. Multirate signal processing alters the sampling without significant error in the output. In decimation, the sampling rate is reduced from Fs to Fs/M by discarding M – 1 samples and keeping everyMth sample in the original sequence. It consist of digital antialiasing filter with a transfer function H(z) to band limit a input signal and a compressor, symbolized by down arrow and the decimation factor ‘M’ as shown in Fig 1. Fig.1: Multi rate decimator
  • 4. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 6, Issue 5, May (2015), pp. 01-08© IAEME 4 4.1 Polyphase Decomposition The polyphase decomposition is a technique that divides a filter into L-sections of sub-filters that can be realized in parallel. In this decomposition the sub-filters are differed only in phase characteristics. The decimator shown in Fig.1 is computationally inefficient because it throws away the processed samples. By using noble identity it is possible to rearrange the structure such that the processed outputs are not thrown away. The filter transfer function H(z) is decomposed into polyphase components [7][13]. Its representation is given in equation1: (1) The coefficients h(k) of the antialiasing filter are decomposed into M polyphase sub-filters filters, each with (N/M) taps, where N is the number of taps in the filter and M is the decimation factor. The transfer function of polyphase decimation filter is represented by equation 1. Each term in equation 1 represents a polyphasesubfilter.Fig.2shows the realization of polyphase decimation filter [3][8][12]. Fig.2: Polyphase decimation filter The decimator in the structure of Fig.2selectsonly one sample in every M samples of the output. It can be made computationally efficiently by embedding a down sampler block before multiplier in FIR filter structure. The block diagram showing this operation of superposition principal is shown in Fig.3 [5][14]. Fig.3: Superposition principal These structures are implemented by block level simulation method i.e. Xilinx System Generator and synthesized to evaluate and compare their performances. The performance index matrix consists of speed, logic area, throughput, computation rate and power consumption. Throughput (μ) is calculated by using the formula mentioned in equation2. The
  • 5. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 6, Issue 5, May (2015), pp. 01-08© IAEME 5 total throughput is directly proportional to the operating frequency (F) and the levels of parallelism (α), and inversely proportional to the size of the input(N). It is measured in terms of Mega Samples per Sec (MSPS). The computation rate (γ) is computed using a formula mentioned in equation3 and its unit is Mega Multiply Accumulate operations Per Sec (MMACPS). Itis directly proportional to the levels of parallelism (α) and the maximum clock frequency (F) in MHz. (2) (3) 4.2 Example In order to compare performances of Decimation Filter, Decimation Filter based on Polyphase Decomposition and the computationally efficient structure of Polyphase Decimation Filter, a Low Pass FIR antialiasing filter is designed. The specifications of the chosen filter are: Pass band attenuation (Ap) 1dB, Stop band attenuation (As) 60dB, decimation factor (M) is set to 2, Input sampling frequency Fsamp is set to 2000Hz with a Pass band edgefrequency (Fp) of 150Hz and Stop band edgefrequency(Fstop) of 350Hz. Using the above specifications an FIR filter is designed using Filter Design and Analysis tool available in MATLAB. The FIR filter has an order of 19and the generated coefficients are quantized to 16.14 fixed point format. Fixed point representation is essential for its implementation on FPGA platform. Decimation filter implementation divides the coefficients as even and odd to half the sampling rate (M=2). Itspolyphase representation is represented by equation4. (4) 5. RESULTS AND CONCLUSION The performances of decimation filter, Polyphase decimation and efficient Polyphase decimation filters are evaluated and recorded in TABLE 1. TABLE 1: Performance comparison of decimation filter structures
  • 6. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 6, Issue 5, May (2015), pp. 01-08© IAEME 6 Fig.4: Comparison of maximum frequency of decimation structures based on timing analysis results Fig.5: Comparison of power consumption of decimation structures based on power analysis results Fig.6: Comparison of throughput of decimation structures The resource utilization summary is given in TABLE2. TABLE 2: Resource Utilization of decimation filter structures
  • 7. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 6, Issue 5, May (2015), pp. 01-08© IAEME 7 Fig.7: Comparison of resource utilization of decimation structures based on synthesis results The following conclusions are drawn after comparing decimation, polyphase decimation and efficient polyphase decimation filter structures. • The maximum frequency indicates speed of the implemented algorithm. The efficient polyphase decimation filter structure has shown high speed with high throughput compared to the other decimation filter structures. • The power consumption of efficient polyphase decimation filter is less than the decimation filter structure but more than polyphase decimation filter. REFERENCES 1. H. Johansson and L. Wanhammar, Filter Structures Composed of All-Pass and FIR Filters for Interpolation and Decimation by a Factor of Two,IEEE Trans. Circuits Syst. II, Analog and Digital Signal Processing, 46(7), 1999, 896–905. 2. S. Emami, New Methods for Computing Interpolation and Decimation Using Polyphase Decomposition,IEEE Trans. Educ., 42(4), 1999, 311–314. 3. Kai-Yuan Cheng, MultiplierlessMultirate FIR Digital Filter /Decimator / Interpolator Module Generator, National Central University Jhongli 320, Taiwan, R.O.C., 2003. 4. M. B. Yeary, W. Zhang, J. Q. Trelewicz, Y. Zhai and B. McGuire, Theory and Implementation of a Computationally Efficient Decimation Filter for Power-Aware Embedded Systems, IEEE Trans. Instrum. Meas., 55(5), 2006, 1839–1849. 5. N.Onwuchekwa& G.A. Chukwudebe, Implementation Of Computationally Efficient Algorithms For Multirate Digital Signal Processing Systems,Afr. J. Comp. & ICT, 1(1), 2008, 33 – 45. 6. Mukhtar, H. Jamal and U. Farooq, An Area Efficient Interpolation Filter for Digital Audio Applications, IEEE Trans. Consumer Electronics, 55(2), 2009, 768–772. 7. N. Younis, M. Ashour, and A. Nassar, Power-Efficient Clock/Data Distribution Technique for Polyphase Comb Filter in Digital Receivers,IEEE Trans. Circuits Syst. II, Express Briefs, 56(8), 2009, 639–643.
  • 8. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 6, Issue 5, May (2015), pp. 01-08© IAEME 8 8. Dr. K.B.Khanchandani, Kundan Kumar, Design and Implementation of Custom Low Power DSP blocks for Biomedical Applications, Int. Journal of Advanced Engineering & Application, 2011. 9. M. Madheswaran and V. Jayaprakasan, Implementation and Comparison of Different CIC Filter Structure for Decimation, ICTACT Journal on Communication Technology, 4(2), 2013, 709–716. 10. V. Jayaprakasan and M. Madheswaran, FPGA Implementation of FIR based Decimation Filter Structure for WiMAX Application, Int. J. Of Advanced Research in Computer and Communication Engg. , 2(7), 2013, 2830–2837. 11. P. Jacob and Mr. Anoop B.N, Design and Implementation of Polyphase Decimation Filter,IRACST – Int. J. of Computer Networks and Wireless Communications, 4(2), 2014, 123–127. 12. R. M. Rewatkar and Dr. S. L. Badjate, Optimization of Multirate Polyphase Decimator using MCM and Digit Serial Architecture, Int. J. of Computer Science and Information Technologies, 5(3),2014, 3899–3906. 13. Robert D. Turney, Chris Dick, and Ali M. Reza, Multirate Filters and Wavelets: From Theory to Implementation, Xilinx Inc., San Jose, CA 95124, USA. 14. E. Ifeachor and B. W. Jervis, Digital Signal Processing (Pearson, 2011). 15. Nagoorkani, Digital Signal Processing (Tata McGraw-Hill, 2012). 16. Vishwanath Muddi and Prof. Sanjay Eligar, “A High-Speed, Low Power Consumption D Flip-Flop For High Speed Phase Frequency Detector And Frequency Divider” International journal of Electronics and Communication Engineering &Technology (IJECET), Volume 5, Issue 8, 2014, pp. 185 - 193, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. 17. John Wilson and S. Sakthivel, “Big Bang-Big Crunch Algorithm For Minimizing Power Consumption By Embedded Systems” International journal of Electronics and Communication Engineering &Technology (IJECET), Volume 5, Issue 7, 2014, pp. 9 - 14, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. 18. N. Thangadurai, Dr. R. Dhanasekaran, “Effective Power Consumption Model For A Network with Uniform Traffic Pattern” International journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2012, pp. 561 - 570, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.