SlideShare a Scribd company logo
1 of 4
Download to read offline
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
NITTTR, Chandigarh EDIT -2015 152
Performance Analysis and Simulation of
Decimator for Multirate Applications
1
Lajwanti Singh, 2
Umesh Kumar
1,2
Assistant Professor
Dept of Electronics & Communication, Anand International College of Engineering, Jaipur
Departmentt of CS & IT, Govt. Mahila Engineering College, Ajmer
1
lajwanti.singh@anandice.ac.in, 2
ume2222@gmail.com
Abstarct--In this paper, a decimator design has been
presented for multirate digital signal processing. The
decimator design has been analysed and simulated for
performance comparison in terms of filter order and
ripple factor. Direct form-I with decimation factor 2
have been used for performance and ripple analysis. The
decimators have been designed & simulated using
MATLAB. It can be observed from the simulated results
that as we increase the filter order, ripple factor decreases,
for the same filter structure. On the other hand,
increasing filter order will increase its area and
implementation cost.
Keywords: Decimator, DSP, FIR, MATLAB
1. INTRODUCTION
The demands for digital products with programmability
are growing day by day. Various industries like audio,
video, and cellular industry rely heavily on digital
technology. There is a trend in the current design of
DSP wireless communication circuits such as digital
receivers to implement the whole receiver as an all
digital, single - chip ASIC and to push the signal
processor closer to the "front end" (of antenna or sensor).
One of the main implications of this trend is the need
for flexibly programming or configuring hardware so
that it can accommodate multiple communication
standards. A digital implementation keeps the IC
manufacturing cost low while still providing the same
performance as an analog implementation. A great part
of digital technology deals with digital signal processing.
This aspect in engineering has gained increasing interest,
especially with much of the world now turning to
wireless technology. Finite impulse response (FIR)
digital filters are common DSP functions and are widely
used in FPGA implementations. If very high sampling
rates are required, full-parallel hardware
must be used where every clock edge feeds a new input
sample and produces a new output sample [1].
In case fully parallel implementation is not possible then
partly serial approach can be adopted to enhance the
system performance. Such filters can be implemented on
FPGAs using combinations of the general purpose logic
fabric, onboard RAM and embedded arithmetic hardware.
Therefore, power consumption has resulted to be the
most significant design requirement in portable systems
and this has lead to many low power design techniques
and the algorithms are used for speed and area
optimization. The key advantage to the approach is
Cost: 1. Price for high speed components goes up
exponentially with sample rate or clock rate. 2.
Break the processing into parallel stages operating at a
lower rate. Different approaches of number
representation are implemented on Decimation (reduction
of sample rate) which is useful for:
1. Increase effective resolution of A/D.
2. Reduce data for processing.
3. Create low computational count narrowband
filters.
4. Perform frequency translation.
5. Divide a wide band into narrow independent channels
6. Relax requirement on anti-aliasing filtering.
2. Multirate Digital Signal Processing
Multirate DSP hardware is an important sub-category of
the DSP hardware. It deals with the sampling rate
conversion of a digital signal, including interpolation and
decimation. There are basically two methods to
accomplish this. One method converts a digital signal to
analog through a digital to analog convertor, and then re-
samples the analog signal using a different sampling rate
with an analog to digital convertor, a process that
requires analog filters. The other method
operates totally in the digital domain, which has a
great advantage over the first method as only digital
filters are needed [2]. One of the typical applications for
decimation filters in telecommunications is a digital
receiver. A digital receiver is more complex than an
analog receiver, since the RF signal is transferred to
digital domain and then back to analog domain after
being processed.
Why is a complex structure preferred? One reason is that
digital filters have certain advantages over analog
filters in terms of performance, implementation cost,
and long term stability. Another is that the precision of
many parameters cannot be easily controlled for the
analog manufacturing process, while it is possible to
implement digital filters with well controlled features
such as small pass band ripple, sharp transition band
characteristics and linear phase. The high frequency
components need to be eliminated, and the unnecessarily
high sampling rate needs to be brought down since
the sampling rate only needs to be greater than twice the
bandwidth of the signal .The decimation filter eliminates
frequency components beyond baseband and reduces
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
153 NITTTR, Chandigarh EDIT-2015
AmplitudeMagnitude(dB)
the sampling rate down to Fs/N. Then the signal with
the low sampling rate is ready to be processed by the
DSP processor rate. One simple way of decimating a
digital signal x(n) by a factor of M is to select every Mth
sample of the input signal x(n). An down sampler with a
down- sampling factor M, where M is a positive
integer, develops an output sequence y[n] with a
sampling rate that is (1/M)th of that of the input sequence
x[n].
Down-sampling operation is implemented by keeping
every Mth sample of x[n] and removing M-1 in-
between samples to generate y[n]. The input and output
relation of down sampler can be expressed as [7]:
y[n] = x[nM]
5. PROPOSED DESIGN SIMULATION
The FIR filter has been developed for different filter
orders and compared for output response. Direct
form-I FIR filter compared for increasing filter order
which is analyzed and designed using Matlab7.008
.The main advantage of increasing filter length is that
percentage amount of ripples decreases and thus,
effieciency increases.
Order 16, Decimation factor 2
3. FIR FILTER
FIR filter is a finite impulse response filter which is
non- recursive in nature. That is, there is no feedback
involved. The impulse response of an FIR filter will
eventually reach zero. FIR filter is stable and has
linear phase. It depends only on inputs and consists
of only zeroes [3]. FIR filters are filters having a
transfer function of a polynomial in z- and is an all-
zero filter in the sense that the zeroes in the z-plane
determine the frequency response magnitude
characteristic.
0
-5
-
10
-
15
-
20
-
25
-
30
-
35
-
40
Magnitude Response (dB)
Decimator w ith Order 16
0 5 10 15 20
Frequency (kHz)
Impulse Response
4. DECIMATOR
Typically low pass filters are used to reduce the
bandwidth of a signal prior to reducing the sampling
rate. This is done to minimize aliasing due to the
reduction in the sampling rate. Down sampler is basic
sampling rate alteration device used to decrease the
sampling rate by an integer factor [6]. In signal
processing, down sampling (or "sub sampling") is the
process of reducing the sampling rate of a signal.
This is usually done to reduce the data rate or the size
of the data. The down sampling factor (commonly
denoted by M) is usually an integer or a rational
fraction greater than unity. This factor multiplies the
sampling time or, equivalently, divides the sampling
0.5
0.4
0.3
0.2
0.1
0
-0.1
Decimator with Order 16
0 50 100 150 200 250 300
Time (useconds)
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
NITTTR, Chandigarh EDIT -2015 154
Decimatorwith Order 32
Decimator with Order 16
Decimatorwith Order 32
Decimator with Order 64
Decimator with Order 64
Magnitude(dB)AmplitudeMagnitude(dB)
Magnitude(dB)Amplitude
Order 32, Decimation 2
0.
5
Impulse Response
Magnitude Response (dB) 0.4
0 0.3
-10 0.2
-20 0.
1
Decimator w ith Order 64
-30
0
-40
-50
-
0.1
0 0.2 0.4 0.6 0.8 1 1.2
Time (mseconds)
-60
-70
0.5
0 5 10 15
20
Frequency (kHz)
Impulse Response
Comparison
0
-20
Magnitude Response (dB)
0.4
Decimatorwith Order 32
-40
0.3
-60
0.2
-80
0.1
0
-100
-0.1
0 100 200 300 400 500 600
Time (useconds)
-120
0 5 10 15 20
Frequency (kHz)
Order 64, Decimation 2
0
-20
-40
-60
-80
-100
-120
Magnitude Response (dB)
The hardware requirements of all the designs have
been calculated in terms of multipliers and adders to
calculate the implementation cost. The cost increases
as we increase the filter length but ripple factor varies
greatly. For order32 and decimation factor 2, ripple
factor reduces to 30% and with order 64, it reduces to
60%.
6. CONCLUSION
In this paper, an optimized Direct form FIR
polyphase decomposition technique has been
presented to implement the decimator for multirate
applications. The proposed design has been
implemented using different filter orders. The design0 5 10 15 20
Frequency (kHz) with order 64 has minimum ripple factor in output
response as compared to design having filter order of
32 and 16. Thus, performance can be optimized on
the account of area and implementation cost.
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
155 NITTTR, Chandigarh EDIT-2015
REFERENCES
[1] Kanu Priya, Rajesh Mehra. “Area Efficient Design of FIR
Filter Using Symmetric Structure”, International Journal of Advanced
Research in Computer and Communication Engineering, Volume
1, Issue 10, December 2012
[2] Harry Yang, B.Eng. “Design and Implementation of a Cascaded
Integrator Comb (CIC) Decimation Filter”, ME Theses, Carleton
University, April 2001
[3] Sonika Gupta, Aman Panghal. “Performance Analysis of FIR Filter
Design by Using Rectangular, Hanning and Hamming Windows
Methods”, IJARCSSE, Volume 2, Issue 6, June 2012
[4] Florian Achleitner, Philipp Miedl, Thomas Unterluggauer. “Filter
Structures For FIR filters”, Conference Paper, Graz University of
Technology, January 2011
[5] N. Parijatha, K. R. Anusha Hinduja, A. Chandra Shaker. “FPGA
Optimized Low Power And High Speed FIR Filter Structures For DSP
Applications”, International Journal of Engineering Research &
Technology, Volume 2, Issue 3, March 2013
[6] S K Mitra, Digital Signal Processing, TaTa Mc Graw Hill, Third
edition, 2006
[7] Rajesh Mehra, Swapna Devi, “FPGA Based Design of High
Performance Decimator using DALUT Algorithm”, ACEEE
International Journal on Signal and Image Processing, Volume 1, pp. 9-
13,2010

More Related Content

What's hot

Digital Signal Processing Tutorial: Chapt 4 design of digital filters (FIR)
Digital Signal Processing Tutorial: Chapt 4 design of digital filters (FIR) Digital Signal Processing Tutorial: Chapt 4 design of digital filters (FIR)
Digital Signal Processing Tutorial: Chapt 4 design of digital filters (FIR) Chandrashekhar Padole
 
IRJET-A Comparative Study of Digital FIR and IIR Band- Pass Filter
IRJET-A Comparative Study of Digital FIR and IIR Band- Pass FilterIRJET-A Comparative Study of Digital FIR and IIR Band- Pass Filter
IRJET-A Comparative Study of Digital FIR and IIR Band- Pass FilterIRJET Journal
 
A 15 bit third order power optimized continuous time sigma delta modulator fo...
A 15 bit third order power optimized continuous time sigma delta modulator fo...A 15 bit third order power optimized continuous time sigma delta modulator fo...
A 15 bit third order power optimized continuous time sigma delta modulator fo...eSAT Publishing House
 
Real-Time Active Noise Cancellation with Simulink and Data Acquisition Toolbox
Real-Time Active Noise Cancellation with Simulink and Data Acquisition ToolboxReal-Time Active Noise Cancellation with Simulink and Data Acquisition Toolbox
Real-Time Active Noise Cancellation with Simulink and Data Acquisition ToolboxIDES Editor
 
IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...
IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...
IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...IRJET Journal
 
Ppt on speech processing by ranbeer
Ppt on speech processing by ranbeerPpt on speech processing by ranbeer
Ppt on speech processing by ranbeerRanbeer Tyagi
 
DSP_2018_FOEHU - Lec 0 - Course Outlines
DSP_2018_FOEHU - Lec 0 - Course OutlinesDSP_2018_FOEHU - Lec 0 - Course Outlines
DSP_2018_FOEHU - Lec 0 - Course OutlinesAmr E. Mohamed
 
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
 
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...Raj Kumar Thenua
 
microprocessor based digital filter
microprocessor based digital filtermicroprocessor based digital filter
microprocessor based digital filterEr. Ashish Pandey
 
Digital Signal Processing Summary
Digital Signal Processing SummaryDigital Signal Processing Summary
Digital Signal Processing Summaryop205
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Multirate signal processing and decimation interpolation
Multirate signal processing and decimation interpolationMultirate signal processing and decimation interpolation
Multirate signal processing and decimation interpolationransherraj
 
Optimized FIR filter design using Truncated Multiplier Technique
Optimized FIR filter design using Truncated Multiplier TechniqueOptimized FIR filter design using Truncated Multiplier Technique
Optimized FIR filter design using Truncated Multiplier TechniqueIJMER
 
Basics of Digital Filters
Basics of Digital FiltersBasics of Digital Filters
Basics of Digital Filtersop205
 
Performance analysis of new proposed window for
Performance analysis of new proposed window forPerformance analysis of new proposed window for
Performance analysis of new proposed window foreSAT Publishing House
 

What's hot (19)

Multrate dsp
Multrate dspMultrate dsp
Multrate dsp
 
Digital Signal Processing Tutorial: Chapt 4 design of digital filters (FIR)
Digital Signal Processing Tutorial: Chapt 4 design of digital filters (FIR) Digital Signal Processing Tutorial: Chapt 4 design of digital filters (FIR)
Digital Signal Processing Tutorial: Chapt 4 design of digital filters (FIR)
 
IRJET-A Comparative Study of Digital FIR and IIR Band- Pass Filter
IRJET-A Comparative Study of Digital FIR and IIR Band- Pass FilterIRJET-A Comparative Study of Digital FIR and IIR Band- Pass Filter
IRJET-A Comparative Study of Digital FIR and IIR Band- Pass Filter
 
A 15 bit third order power optimized continuous time sigma delta modulator fo...
A 15 bit third order power optimized continuous time sigma delta modulator fo...A 15 bit third order power optimized continuous time sigma delta modulator fo...
A 15 bit third order power optimized continuous time sigma delta modulator fo...
 
Real-Time Active Noise Cancellation with Simulink and Data Acquisition Toolbox
Real-Time Active Noise Cancellation with Simulink and Data Acquisition ToolboxReal-Time Active Noise Cancellation with Simulink and Data Acquisition Toolbox
Real-Time Active Noise Cancellation with Simulink and Data Acquisition Toolbox
 
IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...
IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...
IRJET- Design and Implementation of Butterworth, Chebyshev-I Filters for Digi...
 
Z4301132136
Z4301132136Z4301132136
Z4301132136
 
Ppt on speech processing by ranbeer
Ppt on speech processing by ranbeerPpt on speech processing by ranbeer
Ppt on speech processing by ranbeer
 
DSP_2018_FOEHU - Lec 0 - Course Outlines
DSP_2018_FOEHU - Lec 0 - Course OutlinesDSP_2018_FOEHU - Lec 0 - Course Outlines
DSP_2018_FOEHU - Lec 0 - Course Outlines
 
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
 
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...
 
microprocessor based digital filter
microprocessor based digital filtermicroprocessor based digital filter
microprocessor based digital filter
 
Digital Signal Processing Summary
Digital Signal Processing SummaryDigital Signal Processing Summary
Digital Signal Processing Summary
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Multirate signal processing and decimation interpolation
Multirate signal processing and decimation interpolationMultirate signal processing and decimation interpolation
Multirate signal processing and decimation interpolation
 
Optimized FIR filter design using Truncated Multiplier Technique
Optimized FIR filter design using Truncated Multiplier TechniqueOptimized FIR filter design using Truncated Multiplier Technique
Optimized FIR filter design using Truncated Multiplier Technique
 
1749 1756
1749 17561749 1756
1749 1756
 
Basics of Digital Filters
Basics of Digital FiltersBasics of Digital Filters
Basics of Digital Filters
 
Performance analysis of new proposed window for
Performance analysis of new proposed window forPerformance analysis of new proposed window for
Performance analysis of new proposed window for
 

Viewers also liked

Nathan's Mobile Web Apps
Nathan's Mobile Web AppsNathan's Mobile Web Apps
Nathan's Mobile Web Appsnsmiths1220
 
DrChachi on corporate governanceحوكمة الشركات (7)
DrChachi on corporate governanceحوكمة الشركات (7)DrChachi on corporate governanceحوكمة الشركات (7)
DrChachi on corporate governanceحوكمة الشركات (7)Abdelkader Chachi
 
CI WP Meetup 2013-04-26
CI WP Meetup 2013-04-26CI WP Meetup 2013-04-26
CI WP Meetup 2013-04-26Andreas Ek
 
Meeks 2014 presentation
Meeks 2014   presentationMeeks 2014   presentation
Meeks 2014 presentationdawnmeeks
 
Aprendamos jugando (Lina)
Aprendamos jugando (Lina)Aprendamos jugando (Lina)
Aprendamos jugando (Lina)Liniita Suarez
 
Herramienta modelo de negocio
Herramienta modelo de negocioHerramienta modelo de negocio
Herramienta modelo de negociobusinesslifemodel
 
Q es la investigación científica
Q es la investigación científicaQ es la investigación científica
Q es la investigación científicaWilian Pineda
 
Q es la investigación científica
Q es la investigación científicaQ es la investigación científica
Q es la investigación científicaWilian Pineda
 
Wendorff vanguardias poéticas en el arte digital en latinoamérica
Wendorff vanguardias poéticas en el arte digital en latinoaméricaWendorff vanguardias poéticas en el arte digital en latinoamérica
Wendorff vanguardias poéticas en el arte digital en latinoaméricaAnna Wendorff
 
Gizmeon technologies overview v1.0
Gizmeon technologies overview v1.0Gizmeon technologies overview v1.0
Gizmeon technologies overview v1.0Start Work
 
Ejercicio de busquedas por internet
Ejercicio de busquedas por internetEjercicio de busquedas por internet
Ejercicio de busquedas por internetdariounid2013
 
Málaga trabajo de inglés
Málaga trabajo de inglésMálaga trabajo de inglés
Málaga trabajo de inglésibaiganelh
 
Cass City Chronicle News
Cass City Chronicle NewsCass City Chronicle News
Cass City Chronicle NewsTina Pallas
 
Show me the money! - Draft
Show me the money! - DraftShow me the money! - Draft
Show me the money! - DraftTomas Riha
 

Viewers also liked (20)

Nathan's Mobile Web Apps
Nathan's Mobile Web AppsNathan's Mobile Web Apps
Nathan's Mobile Web Apps
 
DrChachi on corporate governanceحوكمة الشركات (7)
DrChachi on corporate governanceحوكمة الشركات (7)DrChachi on corporate governanceحوكمة الشركات (7)
DrChachi on corporate governanceحوكمة الشركات (7)
 
CI WP Meetup 2013-04-26
CI WP Meetup 2013-04-26CI WP Meetup 2013-04-26
CI WP Meetup 2013-04-26
 
Joan
JoanJoan
Joan
 
Meeks 2014 presentation
Meeks 2014   presentationMeeks 2014   presentation
Meeks 2014 presentation
 
Chikungunya
ChikungunyaChikungunya
Chikungunya
 
Aprendamos jugando (Lina)
Aprendamos jugando (Lina)Aprendamos jugando (Lina)
Aprendamos jugando (Lina)
 
Herramienta modelo de negocio
Herramienta modelo de negocioHerramienta modelo de negocio
Herramienta modelo de negocio
 
Q es la investigación científica
Q es la investigación científicaQ es la investigación científica
Q es la investigación científica
 
Q es la investigación científica
Q es la investigación científicaQ es la investigación científica
Q es la investigación científica
 
Diario de una experiencia
Diario de una experienciaDiario de una experiencia
Diario de una experiencia
 
Wendorff vanguardias poéticas en el arte digital en latinoamérica
Wendorff vanguardias poéticas en el arte digital en latinoaméricaWendorff vanguardias poéticas en el arte digital en latinoamérica
Wendorff vanguardias poéticas en el arte digital en latinoamérica
 
Mexico
MexicoMexico
Mexico
 
Gizmeon technologies overview v1.0
Gizmeon technologies overview v1.0Gizmeon technologies overview v1.0
Gizmeon technologies overview v1.0
 
Ejercicio de busquedas por internet
Ejercicio de busquedas por internetEjercicio de busquedas por internet
Ejercicio de busquedas por internet
 
Málaga trabajo de inglés
Málaga trabajo de inglésMálaga trabajo de inglés
Málaga trabajo de inglés
 
My vacation
My vacationMy vacation
My vacation
 
Cass City Chronicle News
Cass City Chronicle NewsCass City Chronicle News
Cass City Chronicle News
 
Show me the money! - Draft
Show me the money! - DraftShow me the money! - Draft
Show me the money! - Draft
 
Death
DeathDeath
Death
 

Similar to Performance Analysis and Simulation of Decimator for Multirate Applications

Digital Implementation of Costas Loop with Carrier Recovery
Digital Implementation of Costas Loop with Carrier RecoveryDigital Implementation of Costas Loop with Carrier Recovery
Digital Implementation of Costas Loop with Carrier RecoveryIJERD 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
 
Software Design of Digital Receiver using FPGA
Software Design of Digital Receiver using FPGASoftware Design of Digital Receiver using FPGA
Software Design of Digital Receiver using FPGAIRJET Journal
 
IRJET- A Digital Down Converter on Zynq SoC
IRJET-  	  A Digital Down Converter on Zynq SoCIRJET-  	  A Digital Down Converter on Zynq SoC
IRJET- A Digital Down Converter on Zynq SoCIRJET Journal
 
DSM Based low oversampling using SDR transmitter
DSM Based low oversampling using SDR transmitterDSM Based low oversampling using SDR transmitter
DSM Based low oversampling using SDR transmitterIJTET 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
 
presentation on digital signal processing
presentation on digital signal processingpresentation on digital signal processing
presentation on digital signal processingsandhya jois
 
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
 
Performance analysis of iir digital band stop filter
Performance analysis of iir digital band stop filterPerformance analysis of iir digital band stop filter
Performance analysis of iir digital band stop filterSubhadeep Chakraborty
 
Design and implementation of two-dimensional digital finite impulse response...
Design and implementation of two-dimensional digital finite  impulse response...Design and implementation of two-dimensional digital finite  impulse response...
Design and implementation of two-dimensional digital finite impulse response...IJECEIAES
 
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
 
Lth band filter design and performance analysis for wimax application
Lth band filter design and performance analysis for wimax applicationLth band filter design and performance analysis for wimax application
Lth band filter design and performance analysis for wimax applicationAyushi Gagneja
 
Design of Low Power Sigma Delta ADC
Design of Low Power Sigma Delta ADCDesign of Low Power Sigma Delta ADC
Design of Low Power Sigma Delta ADCVLSICS Design
 
Discrete time signal processing unit-2
Discrete time signal processing unit-2Discrete time signal processing unit-2
Discrete time signal processing unit-2selvalakshmi24
 
DSP_2018_FOEHU - Lec 05 - Digital Filters
DSP_2018_FOEHU - Lec 05 - Digital FiltersDSP_2018_FOEHU - Lec 05 - Digital Filters
DSP_2018_FOEHU - Lec 05 - Digital FiltersAmr E. Mohamed
 
First order sigma delta modulator with low-power
First order sigma delta modulator with low-powerFirst order sigma delta modulator with low-power
First order sigma delta modulator with low-powereSAT Publishing House
 
First order sigma delta modulator with low-power consumption implemented in a...
First order sigma delta modulator with low-power consumption implemented in a...First order sigma delta modulator with low-power consumption implemented in a...
First order sigma delta modulator with low-power consumption implemented in a...eSAT Journals
 
RF Mixed Signal Guidi-McIllree-Stannard
RF Mixed Signal Guidi-McIllree-StannardRF Mixed Signal Guidi-McIllree-Stannard
RF Mixed Signal Guidi-McIllree-StannardJohn Stannard
 

Similar to Performance Analysis and Simulation of Decimator for Multirate Applications (20)

Digital Implementation of Costas Loop with Carrier Recovery
Digital Implementation of Costas Loop with Carrier RecoveryDigital Implementation of Costas Loop with Carrier Recovery
Digital Implementation of Costas Loop with Carrier Recovery
 
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)
 
Software Design of Digital Receiver using FPGA
Software Design of Digital Receiver using FPGASoftware Design of Digital Receiver using FPGA
Software Design of Digital Receiver using FPGA
 
IRJET- A Digital Down Converter on Zynq SoC
IRJET-  	  A Digital Down Converter on Zynq SoCIRJET-  	  A Digital Down Converter on Zynq SoC
IRJET- A Digital Down Converter on Zynq SoC
 
FPGA Implementation of High Speed FIR Filters and less power consumption stru...
FPGA Implementation of High Speed FIR Filters and less power consumption stru...FPGA Implementation of High Speed FIR Filters and less power consumption stru...
FPGA Implementation of High Speed FIR Filters and less power consumption stru...
 
DSM Based low oversampling using SDR transmitter
DSM Based low oversampling using SDR transmitterDSM Based low oversampling using SDR transmitter
DSM Based low oversampling using SDR transmitter
 
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)
 
presentation on digital signal processing
presentation on digital signal processingpresentation on digital signal processing
presentation on digital signal processing
 
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
 
Performance analysis of iir digital band stop filter
Performance analysis of iir digital band stop filterPerformance analysis of iir digital band stop filter
Performance analysis of iir digital band stop filter
 
Design and implementation of two-dimensional digital finite impulse response...
Design and implementation of two-dimensional digital finite  impulse response...Design and implementation of two-dimensional digital finite  impulse response...
Design and implementation of two-dimensional digital finite impulse response...
 
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...
 
Lth band filter design and performance analysis for wimax application
Lth band filter design and performance analysis for wimax applicationLth band filter design and performance analysis for wimax application
Lth band filter design and performance analysis for wimax application
 
Design of Low Power Sigma Delta ADC
Design of Low Power Sigma Delta ADCDesign of Low Power Sigma Delta ADC
Design of Low Power Sigma Delta ADC
 
Discrete time signal processing unit-2
Discrete time signal processing unit-2Discrete time signal processing unit-2
Discrete time signal processing unit-2
 
DSP_2018_FOEHU - Lec 05 - Digital Filters
DSP_2018_FOEHU - Lec 05 - Digital FiltersDSP_2018_FOEHU - Lec 05 - Digital Filters
DSP_2018_FOEHU - Lec 05 - Digital Filters
 
First order sigma delta modulator with low-power
First order sigma delta modulator with low-powerFirst order sigma delta modulator with low-power
First order sigma delta modulator with low-power
 
First order sigma delta modulator with low-power consumption implemented in a...
First order sigma delta modulator with low-power consumption implemented in a...First order sigma delta modulator with low-power consumption implemented in a...
First order sigma delta modulator with low-power consumption implemented in a...
 
RF Mixed Signal Guidi-McIllree-Stannard
RF Mixed Signal Guidi-McIllree-StannardRF Mixed Signal Guidi-McIllree-Stannard
RF Mixed Signal Guidi-McIllree-Stannard
 

More from IJEEE

A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...IJEEE
 
Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...IJEEE
 
Automated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoAutomated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoIJEEE
 
An Approach to Speech and Iris based Multimodal Biometric System
An Approach to Speech and Iris based Multimodal Biometric SystemAn Approach to Speech and Iris based Multimodal Biometric System
An Approach to Speech and Iris based Multimodal Biometric SystemIJEEE
 
An Overview of EDFA Gain Flattening by Using Hybrid Amplifier
An Overview of EDFA Gain Flattening by Using Hybrid AmplifierAn Overview of EDFA Gain Flattening by Using Hybrid Amplifier
An Overview of EDFA Gain Flattening by Using Hybrid AmplifierIJEEE
 
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...IJEEE
 
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...IJEEE
 
Performance Analysis of GSM Network for Different Types of Antennas
Performance Analysis of GSM Network for Different Types of Antennas Performance Analysis of GSM Network for Different Types of Antennas
Performance Analysis of GSM Network for Different Types of Antennas IJEEE
 
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...IJEEE
 
Design Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm TechnologyDesign Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm TechnologyIJEEE
 
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A ReviewCarbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A ReviewIJEEE
 
Routing Protocols in Zigbee Based networks: A Survey
Routing Protocols in Zigbee Based networks: A SurveyRouting Protocols in Zigbee Based networks: A Survey
Routing Protocols in Zigbee Based networks: A SurveyIJEEE
 
A Survey of Routing Protocols for Structural Health Monitoring
A Survey of Routing Protocols for Structural Health MonitoringA Survey of Routing Protocols for Structural Health Monitoring
A Survey of Routing Protocols for Structural Health MonitoringIJEEE
 
Layout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS TechnologyLayout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS TechnologyIJEEE
 
Codec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI InterconnectsCodec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI InterconnectsIJEEE
 
Design of Planar Inverted F-Antenna for Multiband Applications
Design of Planar Inverted F-Antenna for Multiband Applications Design of Planar Inverted F-Antenna for Multiband Applications
Design of Planar Inverted F-Antenna for Multiband Applications IJEEE
 
Design of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Design of CMOS Inverter for Low Power and High Speed using Mentor GraphicsDesign of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Design of CMOS Inverter for Low Power and High Speed using Mentor GraphicsIJEEE
 
Layout Design Analysis of CMOS Comparator using 180nm Technology
Layout Design Analysis of CMOS Comparator using 180nm TechnologyLayout Design Analysis of CMOS Comparator using 180nm Technology
Layout Design Analysis of CMOS Comparator using 180nm TechnologyIJEEE
 

More from IJEEE (20)

A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
 
Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...
 
Automated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoAutomated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using Arduino
 
Id136
Id136Id136
Id136
 
Id135
Id135Id135
Id135
 
An Approach to Speech and Iris based Multimodal Biometric System
An Approach to Speech and Iris based Multimodal Biometric SystemAn Approach to Speech and Iris based Multimodal Biometric System
An Approach to Speech and Iris based Multimodal Biometric System
 
An Overview of EDFA Gain Flattening by Using Hybrid Amplifier
An Overview of EDFA Gain Flattening by Using Hybrid AmplifierAn Overview of EDFA Gain Flattening by Using Hybrid Amplifier
An Overview of EDFA Gain Flattening by Using Hybrid Amplifier
 
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
 
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
 
Performance Analysis of GSM Network for Different Types of Antennas
Performance Analysis of GSM Network for Different Types of Antennas Performance Analysis of GSM Network for Different Types of Antennas
Performance Analysis of GSM Network for Different Types of Antennas
 
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
 
Design Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm TechnologyDesign Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm Technology
 
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A ReviewCarbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
 
Routing Protocols in Zigbee Based networks: A Survey
Routing Protocols in Zigbee Based networks: A SurveyRouting Protocols in Zigbee Based networks: A Survey
Routing Protocols in Zigbee Based networks: A Survey
 
A Survey of Routing Protocols for Structural Health Monitoring
A Survey of Routing Protocols for Structural Health MonitoringA Survey of Routing Protocols for Structural Health Monitoring
A Survey of Routing Protocols for Structural Health Monitoring
 
Layout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS TechnologyLayout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS Technology
 
Codec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI InterconnectsCodec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI Interconnects
 
Design of Planar Inverted F-Antenna for Multiband Applications
Design of Planar Inverted F-Antenna for Multiband Applications Design of Planar Inverted F-Antenna for Multiband Applications
Design of Planar Inverted F-Antenna for Multiband Applications
 
Design of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Design of CMOS Inverter for Low Power and High Speed using Mentor GraphicsDesign of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Design of CMOS Inverter for Low Power and High Speed using Mentor Graphics
 
Layout Design Analysis of CMOS Comparator using 180nm Technology
Layout Design Analysis of CMOS Comparator using 180nm TechnologyLayout Design Analysis of CMOS Comparator using 180nm Technology
Layout Design Analysis of CMOS Comparator using 180nm Technology
 

Recently uploaded

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
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
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
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
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
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
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
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 

Recently uploaded (20)

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
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
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
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
★ 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
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
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 )
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
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
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 

Performance Analysis and Simulation of Decimator for Multirate Applications

  • 1. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 NITTTR, Chandigarh EDIT -2015 152 Performance Analysis and Simulation of Decimator for Multirate Applications 1 Lajwanti Singh, 2 Umesh Kumar 1,2 Assistant Professor Dept of Electronics & Communication, Anand International College of Engineering, Jaipur Departmentt of CS & IT, Govt. Mahila Engineering College, Ajmer 1 lajwanti.singh@anandice.ac.in, 2 ume2222@gmail.com Abstarct--In this paper, a decimator design has been presented for multirate digital signal processing. The decimator design has been analysed and simulated for performance comparison in terms of filter order and ripple factor. Direct form-I with decimation factor 2 have been used for performance and ripple analysis. The decimators have been designed & simulated using MATLAB. It can be observed from the simulated results that as we increase the filter order, ripple factor decreases, for the same filter structure. On the other hand, increasing filter order will increase its area and implementation cost. Keywords: Decimator, DSP, FIR, MATLAB 1. INTRODUCTION The demands for digital products with programmability are growing day by day. Various industries like audio, video, and cellular industry rely heavily on digital technology. There is a trend in the current design of DSP wireless communication circuits such as digital receivers to implement the whole receiver as an all digital, single - chip ASIC and to push the signal processor closer to the "front end" (of antenna or sensor). One of the main implications of this trend is the need for flexibly programming or configuring hardware so that it can accommodate multiple communication standards. A digital implementation keeps the IC manufacturing cost low while still providing the same performance as an analog implementation. A great part of digital technology deals with digital signal processing. This aspect in engineering has gained increasing interest, especially with much of the world now turning to wireless technology. Finite impulse response (FIR) digital filters are common DSP functions and are widely used in FPGA implementations. If very high sampling rates are required, full-parallel hardware must be used where every clock edge feeds a new input sample and produces a new output sample [1]. In case fully parallel implementation is not possible then partly serial approach can be adopted to enhance the system performance. Such filters can be implemented on FPGAs using combinations of the general purpose logic fabric, onboard RAM and embedded arithmetic hardware. Therefore, power consumption has resulted to be the most significant design requirement in portable systems and this has lead to many low power design techniques and the algorithms are used for speed and area optimization. The key advantage to the approach is Cost: 1. Price for high speed components goes up exponentially with sample rate or clock rate. 2. Break the processing into parallel stages operating at a lower rate. Different approaches of number representation are implemented on Decimation (reduction of sample rate) which is useful for: 1. Increase effective resolution of A/D. 2. Reduce data for processing. 3. Create low computational count narrowband filters. 4. Perform frequency translation. 5. Divide a wide band into narrow independent channels 6. Relax requirement on anti-aliasing filtering. 2. Multirate Digital Signal Processing Multirate DSP hardware is an important sub-category of the DSP hardware. It deals with the sampling rate conversion of a digital signal, including interpolation and decimation. There are basically two methods to accomplish this. One method converts a digital signal to analog through a digital to analog convertor, and then re- samples the analog signal using a different sampling rate with an analog to digital convertor, a process that requires analog filters. The other method operates totally in the digital domain, which has a great advantage over the first method as only digital filters are needed [2]. One of the typical applications for decimation filters in telecommunications is a digital receiver. A digital receiver is more complex than an analog receiver, since the RF signal is transferred to digital domain and then back to analog domain after being processed. Why is a complex structure preferred? One reason is that digital filters have certain advantages over analog filters in terms of performance, implementation cost, and long term stability. Another is that the precision of many parameters cannot be easily controlled for the analog manufacturing process, while it is possible to implement digital filters with well controlled features such as small pass band ripple, sharp transition band characteristics and linear phase. The high frequency components need to be eliminated, and the unnecessarily high sampling rate needs to be brought down since the sampling rate only needs to be greater than twice the bandwidth of the signal .The decimation filter eliminates frequency components beyond baseband and reduces
  • 2. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 153 NITTTR, Chandigarh EDIT-2015 AmplitudeMagnitude(dB) the sampling rate down to Fs/N. Then the signal with the low sampling rate is ready to be processed by the DSP processor rate. One simple way of decimating a digital signal x(n) by a factor of M is to select every Mth sample of the input signal x(n). An down sampler with a down- sampling factor M, where M is a positive integer, develops an output sequence y[n] with a sampling rate that is (1/M)th of that of the input sequence x[n]. Down-sampling operation is implemented by keeping every Mth sample of x[n] and removing M-1 in- between samples to generate y[n]. The input and output relation of down sampler can be expressed as [7]: y[n] = x[nM] 5. PROPOSED DESIGN SIMULATION The FIR filter has been developed for different filter orders and compared for output response. Direct form-I FIR filter compared for increasing filter order which is analyzed and designed using Matlab7.008 .The main advantage of increasing filter length is that percentage amount of ripples decreases and thus, effieciency increases. Order 16, Decimation factor 2 3. FIR FILTER FIR filter is a finite impulse response filter which is non- recursive in nature. That is, there is no feedback involved. The impulse response of an FIR filter will eventually reach zero. FIR filter is stable and has linear phase. It depends only on inputs and consists of only zeroes [3]. FIR filters are filters having a transfer function of a polynomial in z- and is an all- zero filter in the sense that the zeroes in the z-plane determine the frequency response magnitude characteristic. 0 -5 - 10 - 15 - 20 - 25 - 30 - 35 - 40 Magnitude Response (dB) Decimator w ith Order 16 0 5 10 15 20 Frequency (kHz) Impulse Response 4. DECIMATOR Typically low pass filters are used to reduce the bandwidth of a signal prior to reducing the sampling rate. This is done to minimize aliasing due to the reduction in the sampling rate. Down sampler is basic sampling rate alteration device used to decrease the sampling rate by an integer factor [6]. In signal processing, down sampling (or "sub sampling") is the process of reducing the sampling rate of a signal. This is usually done to reduce the data rate or the size of the data. The down sampling factor (commonly denoted by M) is usually an integer or a rational fraction greater than unity. This factor multiplies the sampling time or, equivalently, divides the sampling 0.5 0.4 0.3 0.2 0.1 0 -0.1 Decimator with Order 16 0 50 100 150 200 250 300 Time (useconds)
  • 3. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 NITTTR, Chandigarh EDIT -2015 154 Decimatorwith Order 32 Decimator with Order 16 Decimatorwith Order 32 Decimator with Order 64 Decimator with Order 64 Magnitude(dB)AmplitudeMagnitude(dB) Magnitude(dB)Amplitude Order 32, Decimation 2 0. 5 Impulse Response Magnitude Response (dB) 0.4 0 0.3 -10 0.2 -20 0. 1 Decimator w ith Order 64 -30 0 -40 -50 - 0.1 0 0.2 0.4 0.6 0.8 1 1.2 Time (mseconds) -60 -70 0.5 0 5 10 15 20 Frequency (kHz) Impulse Response Comparison 0 -20 Magnitude Response (dB) 0.4 Decimatorwith Order 32 -40 0.3 -60 0.2 -80 0.1 0 -100 -0.1 0 100 200 300 400 500 600 Time (useconds) -120 0 5 10 15 20 Frequency (kHz) Order 64, Decimation 2 0 -20 -40 -60 -80 -100 -120 Magnitude Response (dB) The hardware requirements of all the designs have been calculated in terms of multipliers and adders to calculate the implementation cost. The cost increases as we increase the filter length but ripple factor varies greatly. For order32 and decimation factor 2, ripple factor reduces to 30% and with order 64, it reduces to 60%. 6. CONCLUSION In this paper, an optimized Direct form FIR polyphase decomposition technique has been presented to implement the decimator for multirate applications. The proposed design has been implemented using different filter orders. The design0 5 10 15 20 Frequency (kHz) with order 64 has minimum ripple factor in output response as compared to design having filter order of 32 and 16. Thus, performance can be optimized on the account of area and implementation cost.
  • 4. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 155 NITTTR, Chandigarh EDIT-2015 REFERENCES [1] Kanu Priya, Rajesh Mehra. “Area Efficient Design of FIR Filter Using Symmetric Structure”, International Journal of Advanced Research in Computer and Communication Engineering, Volume 1, Issue 10, December 2012 [2] Harry Yang, B.Eng. “Design and Implementation of a Cascaded Integrator Comb (CIC) Decimation Filter”, ME Theses, Carleton University, April 2001 [3] Sonika Gupta, Aman Panghal. “Performance Analysis of FIR Filter Design by Using Rectangular, Hanning and Hamming Windows Methods”, IJARCSSE, Volume 2, Issue 6, June 2012 [4] Florian Achleitner, Philipp Miedl, Thomas Unterluggauer. “Filter Structures For FIR filters”, Conference Paper, Graz University of Technology, January 2011 [5] N. Parijatha, K. R. Anusha Hinduja, A. Chandra Shaker. “FPGA Optimized Low Power And High Speed FIR Filter Structures For DSP Applications”, International Journal of Engineering Research & Technology, Volume 2, Issue 3, March 2013 [6] S K Mitra, Digital Signal Processing, TaTa Mc Graw Hill, Third edition, 2006 [7] Rajesh Mehra, Swapna Devi, “FPGA Based Design of High Performance Decimator using DALUT Algorithm”, ACEEE International Journal on Signal and Image Processing, Volume 1, pp. 9- 13,2010