SlideShare a Scribd company logo
1 of 7
Download to read offline
ISSN: 2278 – 7798
International Journal of Science, Engineering and Technology Research (IJSETR)
Volume 2, Issue 3, March 2013

Design and Realization of IIR Digital
Band Stop Filter Using Modified Analog to
Digital Mapping Technique
Subhadeep Chakraborty
Abstract- In Digital Signal Processing (DSP), the BandStop filter is one of the most important filter in various
application. This may be of two types, Infinite Impulse
Response (IIR) Band-Stop filter and the Finite Impulse
Response (FIR) Band-Stop filter. In this paper, the
realization and the design of IIR Band-Stop filter is
represented. The IIR filter is of recursive type, i.e. the
present output sample depends on the present input
samples, past input samples and past output samples.
Band-Stop filter is used to eliminate a band of
frequency or a single frequency(for example- Notch
filter) wherever it is needed. Here the Band-Stop filter is
represented with its proper realization by applying the
advanced analog to digital mapping technique along
with the determination of its optimum coefficients and
successful simulation results of magnitude response,
phase response, impulse response and the pole-zero plot
using Matlab7 simulator with satisfying results.
Index Terms— IIR filter, Band-stop filter, Advanced
analog to digital frequency mapping, coefficients.

I. INTRODUCTION
In Digital Signal Processing environment,
basically in case if signal processing, the filter is
essentially required to process the signals. In digital
signal processing applications, we consider only the
digital filter. The digital filter performs its filtering
operation in time domain [1][2][3]. There are many
types of filters available for filtering operation. Bandstop filter is one of the most important filter among
them. Band-stop filter is mainly used to stop the
undesired frequency band or in some typical case
only one frequency. The index term of the filter,
capable of eliminate the frequency band is the Bandstop filter and typically the Band-stop filter is known
as the Notch filter which is capable to eliminate only
one frequency by proper selection [4][5][6][9][10].
The digital filter can be obtained from analog
filter. Analog filter can be designed by passive
elements like resistors, capacitors and active elements
like voltage source, current source. The analog filter,

designed by passive elements, called the passive
filter, and those are designed by passive elements
along with active elements, called the active
filter[9][10][11][12]. The filter can also be designed
using the OpAmp chip as it perform the recursive
operations. The IIR filter is the recursive type filter.
So, it is proper design the IIR filter, more properly,
IIR Band-stop filter, with OpAmp chip[2][7][8][11].
There are a numbers of method available for the
design of the digital filter. The analog to digital
mapping technique is the efficient method to design
the digital filter and to achieve the transfer function
in digital domain or z-plane along with the required
coefficients[2][4][5][12]. The digital filter have a
number of features like high accuracy, sensitivity,
smaller physical size, reduced sensitivity to
component tolerance and drift[1][2][3][12]. Now to
design a digital filter using analog to digital mapping
technique, the bilinear transformation is required. In
this paper, a new algorithm is introduced regarding
the analog to digital mapping technique and
observing the previous algorithms proposed for the
designing the digital filter[1][2][3][12].
II. IIR ANALOG FILTER
The analog filter can be constructed using
resistance, capacitance and inductance. The analog
filter that is designed using inductance and
capacitance, is called the LC analog filter. The Tsection Band-stop analog filter is shown in Fig.1
constructed
using
inductance
and
capacitance[10][13].

Fig.1 T-section Band stop filter (LC)
Author:
Subhadeep Chakraborty, is presently assistant professor in West
Bengal University of Technology, resides in Kolkata, West
Bengal, India.

If the analog filter is designed using resistance
and capacitance, it is called the RC analog filter. The
T-section RC Band-stop analog filter is shown in
Fig.2[9][10].

742
All Rights Reserved © 2013 IJSETR
ISSN: 2278 – 7798
International Journal of Science, Engineering and Technology Research (IJSETR)
Volume 2, Issue 3, March 2013
B. Derivation for transfer function H(z)
Let the impulse response of a realizable filter in
time domain is h(t). We can obtain the transfer
function in s-domain[2][4][5][18] H(s) by applying
the Laplace transform on h(t), i.e.,


H ( s)  L{h(t )}   h(t ).e  st dt

…(5)

0

Where,
s = complex variable
= σ + jω

Fig.2 T-section Band stop filter (RC)
Now, by proper value selection of L, R and C,
the exact Band-stop analog filter can be designed.
After designing the Band-stop analog filter, it is
necessary to introduce the analog to digital mapping
technique to construct the IIR digital Band-stop filter.

Now, for continuous h(t), we can replace t with
nT and hence the h(t) becomes,
h(t) = h(nT)

...(6)

Where,

III. ANALOG TO DIGITAL MAPPING TECHNIQUE

T = sampling time

The calculation of the transfer function is
necessary to design a digital filter,. After successful
determination of the transfer function in s-domain,
we apply the modified analog-to-digital mapping
technique to obtain the transfer function in zplane[4][5][17].
A. Transfer function in z-plane
The transfer function of a IIR digital filter can
be described by[1][2][3][4][5][18][19],
M

 b( n) z

H ( z) 

n

n 0
N

1

 a ( n) z

…(1)
n

In the equation (6), if the sampling time T=1
second, the equation becomes,
h(t) = h(n)
Where,
h(n) = Impulse response in z-plane

...(7)

Now, if we perform the Z-Transform of h(n), we
can obtain the transfer function in z-plane,
i.e[4][5][12][19].
H ( z )  Z {h(n)} 



 h(n)z

…(8)

n

n 

n 1

1

2

M

B( z) b(0)  b(1) z  b(2) z  .......  b(M ) z
…(2)

A( z) 1  a(1) z 1  a(2) z 2  ..............  a( N ) z  N
Where,
H(z) = Transfer function and Z-transform of
impulse response h(n)
b(n) = Numerator coefficient
a(n) = Denominator coefficient


The impulse response h(n) for the realizable filter
is described by[4][5][18],
h(n) = 0

for n ≤ 0

…(3)

The satisfactory condition for a stable filter is,


 | h(n) | 
n 0

…(4)

C. Relationship between s-plane and z-plane
The basic relationship between s-plane and z-plane
is essential for the analog-to-digital mapping. The
relationship is described in equation (9),

z  e sT

.…(9)

So, for successful realization of the mapping procedure,
the relationship between s-plane and z-plane is very

important and without the relationship, the mapping is
not practically possible.
IV. MODIFIED ANALOG TO DIGITAL MAPPING
ALGORITHM

In the previous research, many of the algorithms
were introduced for the analog to digital mapping, i.e.
the transformation of s-domain to z-domain to
construct the digital filter from the pre-constructed
analog filter. In this paper, a modification of the
analog-to-digital mapping technique is introduced
which performs better than the earlier algorithms and

743
All Rights Reserved © 2013 IJSETR
ISSN: 2278 – 7798
International Journal of Science, Engineering and Technology Research (IJSETR)
Volume 2, Issue 3, March 2013
faster in the sense of computational time. The
algorithm is described in Fig. 3.
Start

designing the IIR Band-stop filter properly with the
OpAmp chip, if we use the Modified Analog-toDigital Mapping Algorithm, the desired digital IIR
Band-stop filter can be obtained. The network for the
IIR Band-stop filter using OpAmp is shown in Fig.
4[11][14][15].

Specify the values of components

Design the Analog filter

Obtain the transfer function in s-plane

Obtain coefficients in s-plane

Obtain relationship between s-plane and z-plane

Fig.4 Active IIR Band stop filter
Set suitable cutoff, passband and stopband frequency

The transfer function of the above mentioned
filter in s-plane can be mapped into z-plane by
applying the Modified Analog-to-Digital Mapping
Algorithm. After the mapping, the realization of the
digital filter can be performed.

Apply frequency transformation

Apply analog to digital conversion or mapping

VI. REALIZATION OF IIR DIGITAL BAND-STOP FILTER
There are various methods available for the
realization of the digital filter and they are as
follows[4][5],

Obtain transfer function in z-plane

Realize filter structure
Re-realize

Analysis of digital filter

1.
2.
3.
4.
5.
6.

Re-Calculate

Re-Specify

Calculate filter coefficient

Implementation of digital filter

Direct form - I realization
Direct form - I realization
Transposed direct form realization
Cascade form realization
Parallel form realization
Lattice-Ladder structure realization

Let we consider the filter to be an Linear TimeInvariant (LTI) recursive system being x(n) is the
input sequence and y(n) is the output sequence and
can be described by difference equation as
follows[4][5][16][18],

Stop
N

Fig.3 Modified Analog-to-Digital Mapping Algorithm

V. DESIGN OF IIR DIGITAL FILTER
The IIR Band-stop filter can also be designed by
using OpAmp. In this case, the required components
are the voltage source, Resistor and Capacitor.
OpAmp is mainly used for designing the IIR filter
because it shows the recursive effect and thus it can
satisfy the characteristics of the IIR filter. After

M

k 1

k 0

y (n)   ak y (n  k )   bk x(n  k ) ....(10a)
y(n)  a1 y(n  1)  a2 y(n  2)......  aN 1 y (n  N  1)

aN y (n  N )  b0 x(n)  b1 x(n  1)
......  bM x(n  M )

...(10b)

Let,

w(n)  b0 x(n)  b1 x(n  1)......  bM x(n  M )
…(10c)

744
All Rights Reserved © 2013 IJSETR
ISSN: 2278 – 7798
International Journal of Science, Engineering and Technology Research (IJSETR)
Volume 2, Issue 3, March 2013
Equation (10b) can be represented as,

y(n)  a1 y(n  1)  a2 y(n  2)......  aN 1 y(n  N  1)
aN y(n  N )  w(n)

…(10d)

Now taking the Z-Transform in the both sides of
equation (10b), we get

Y ( z)  a1z 1Y ( z)  a2 z 2Y ( z).......  aN 1z ( N 1)Y ( z)
aN z  NY ( z)  b0 X ( z)  b1z 1 X ( z)......
....  bM z  M X ( z )

… (11)

Rearranging the equation (11), we get,

Y ( z)  (a1z 1  a2 z 2 .......  aN 1z ( N 1)  aN z  N )Y ( z)
(b0  b1 z 1.........  bM z  M ) X ( z)

coefficients are essential to design the filter. So,
here, the coefficients are also calculated along with
the simulation results. For proper simulation the
specifications such as the passband and stopband
ripples, passband and stopband frequencies and the
sampling frequency are chosen in a proper way so
that the simulation will be perfect. The pole-zero plot
determines that the designed filter is stable. The
figure for the magnitude response, phase response,
impulse response and the pole-zero plot are shown
from Fig.5 to Fig.16 . The calculated coefficients are
shown in Table.1.
Filter name

...(12)

So, from equation (10b), we can see that the
present output of an IIR filter depends upon the past
inputs and outputs. Now, we can design the transfer
function H(z)=Y(z)/X(z), and can realize the IIR
digital Band-stop filter by using Direct form-I
realization method as it provides separate delays for
input and output.
Now, on the basis of equation (10b), the Direct
form-I realization structure is described in
Fig. 4[4][5][12][17].

Order
of
filter

6

Butterworth
Band-Stop
Filter

8

10

Numerator
coefficient

Denominator
coefficient

-1.197,2.569,
-2.582,2.569,
-1.197,0.583

-4.775,11.39,
-15.01,11.39,
-4.775,1.000

-1.457,4.036,
-5.133,7.202,
-5.506,4.642,
-1.798,0.872

-5.087,14.79,
-26.84,33.61,
-28.53,16.72,
-6.126,1.287

-1.724,4.721,
-6.585,9.521,
-8.68,8.042,
-4.698,2.845,
-0.877,0.316

-4.62,13.27,
-25.09,35.52,
-37.41,30.42,
-18.39,8.314,
-2.472,0.455

The simulation results for IIR Butterworth Bandstop filter for order 6, order 8 and order 10 are shown
below.
A. IIR Butterworth Band-stop filter(Order=6)

Fig.4 Direct Form-I realization

VII. SIMULATION RESULTS
The program required for designing the IIR
Band-stop filter is simulated in Matlab7. In this
paper, the simulation results are shown for the IIR
Butterworth Band-stop filter using the Modified
Analog to Digital Mapping technique. The

Fig.5 Magnitude response

745
All Rights Reserved © 2013 IJSETR
ISSN: 2278 – 7798
International Journal of Science, Engineering and Technology Research (IJSETR)
Volume 2, Issue 3, March 2013
B. IIR Butterworth Band-stop filter(Order=8)

Fig.6 Phase response

Fig.9 Magnitude response

Fig.7 Impulse response

Fig.10 Phase response

Fig.8 Pole-Zero plot

Fig.11 Impulse response

746
All Rights Reserved © 2013 IJSETR
ISSN: 2278 – 7798
International Journal of Science, Engineering and Technology Research (IJSETR)
Volume 2, Issue 3, March 2013

Fig.12 Pole-Zero plot

Fig.15 Impulse response

C. IIR Butterworth Band-stop filter(Order=10)

Fig.16 Pole-zero plot

Fig.13 Magnitude response

VIII. CONCLUSION
The above simulation results shows that the
designed filter is stable as we can see in the pole zero
plots that all poles and zeros are within the unit circle
which is the essential feature of a system to be stable.
So, the IIR Butterworth Band-stop can be designed
properly with stability using the Modified Analog to
Digital Mapping Technique and applying the
frequency transformation. The simulations are done
using Matlab 7.6.0 version and shows the satisfactory
results for designing the stable IIR Band-stop filter.

Fig.14 Phase response

REFERENCES
[1] Ranjit Singh and Sandeep K. Arya, “Determining
Optimum coefficients of IIR Digital Filter using
Analog to Digital Mapping,” International Journal of
Advancements in Computer Science and Information
Technology, Vol. 01,No. 01, September 2011 pp.1923.
[2] Subhadeep Chakraborty, Krishna Kumar Jha,
Abhirup Patra, “ Design of IIR Digital Highpass

747
All Rights Reserved © 2013 IJSETR
ISSN: 2278 – 7798
International Journal of Science, Engineering and Technology Research (IJSETR)
Volume 2, Issue 3, March 2013
Butterworth Filter using Analog to Digital Mapping
Technique”, International Journal of Computer
Applications (0975 – 8887) Volume 52 – No. 7,
August 2012
[3] Ranjit Singh Chauhan and Sandeep Kumar Arya,
“ Determine Optimal Coefficients of IIR Digital
Filters using Simulated Annealing”, International
Journal of Computer Applications (0975 – 8887)
Volume 43– No.10, April 2012 36
[4] Proakis, J. G. and Manolakis, D. G. 2007. Digital
Signal Processing: Principles, Algorithms, and
Applications. Pearson Education Ltd
[5] P. Ramesh Babu,”Digital Signal Processing”,
Fourth edition, Scitech Publication(India) Pvt. Ltd,
Chennai,2008.
[6]
Saurabh
Singh
Rajput,
Dr.
S.S.
Bhadauria,“Comparison of Band-stop FIR Filter
using Modified Hamming Window and Other
Window functions and Its Application in Filtering a
Mutitone Signal”, International Journal of Advanced
Research in Computer Engineering & Technology
(IJARCET) Volume 1, Issue 8, October 2012.
[7] Surapum Yamman, Watcharapong Hinjit,
Weerasak Ussawongaraya, Payao Thoopluang,
Kobchai ejhan,“Design and implementation of IIR
Multiple Notch Filter with Modified Pole-Zero
Placement Algorithm”,Yhe Journal of KMITNB,Vol.
15, No. 2, Apr-Jun 2005.
[8] Suhash Chandra Dutta Roy, Balbir Kumar and
Shail Bala Jain, “Fir Notch Filter Design-A Review”,
Facta Universitatis (NIS),Electronics and Energetics
vol. 14, No. 3, December 2001, 295-327
[9] D.Chattopadhyaya, P.C. Rakshit, “Fundamentals
Of Electric Circuit Theory”, ISBN: 8121900085
[10] A. Sudhakar and Shyammohan S. Palli,
“Circuits and Network”, Fourth Edition, Tata
McGraw Hill Education Private Limited, New Delhi,
2011.
[11] Ramakant A. Gayakwad, “Opamp and Linear
Integrated Circuit”, Fourth Edition, PHI Learning
Private Limited, New Delhi, 2010.
[12] Subhadeep Chakraborty, Subhasish Maitra,”
Design and Determination of Optimum Coefficients
of IIR Digital Highpass Filter using Analog to Digital
Mapping Technique”, International Journal of
Computer Applications (0975 – 8887) Volume 58–
No.7, November 2012
[13] Zhengzheng Wu , Yonghyun Shim,, Mina RaisZadeh, “Miniaturized UWB Filters Integrated With
Tunable Notch Filters Using a Silicon-Based
Integrated Passive Device Technology”, IEEE
Transactions
On
Microwave
Theory
And
Techniques.
[14] Nitesh kumar, namarta sahayam, “ Design of
Narrow Band Reject Filter”, International Journal of

Scientific & Engineering Research, Volume 2, Issue
12, December-2011 1 ISSN 2229-5518
[15] Haiwen Liu, Reinhard H. Knoechel, and Klaus
F. Schuenemann, “Miniaturized Bandstop Filter
Using Meander Spurline and Capacitively Loaded
Stubs”, ETRI Journal, Volume 29, Number 5,
October 2007
[16] Samarjeet Singh, Uma Sharma, “MATLAB
Based Digital IIR Filter Design”, International
Journal of Electronics and Computer Science
Engineering, ISSN- 2277-1956/V1N1-74-83.
[17] B.A. Shanoi, “Introduction to Digital Signal
Processing and Filter design”, Willey Interscience,
2006.
[18] Li. Tan ,”Digital Signal Processing,
Fundamentals and Applications”, Elsevier, Academic
Press, 2008.
[19] Dag Strenneby, “Digital Signal Processing,DSP
& Applications”, Oxford, ISBN 0 7506 48112.

Author
Subhadeep Chakraborty,
born in 1986, is Assistant
Professor
in
Calcutta
Institute of Technology. He
received the B.Tech degree
from Saroj Mohan Institute
of Technology, WBUT,India
and M.Tech degree from
Kalyani Govt. Engineering
College, WBUT, India in
Electronics
and
Communication Engineering
in 2008 and 2010.The author has been teaching in Calcutta
Institute of Technology for 2 years. His primary research
interest includes Digital Signal Processing, Embedded
System
and
Microprocessor.
cloud
computing,
virtualization of Network.

748
All Rights Reserved © 2013 IJSETR

More Related Content

What's hot

Implementation of Efficiency CORDIC Algorithmfor Sine & Cosine Generation
Implementation of Efficiency CORDIC Algorithmfor Sine & Cosine GenerationImplementation of Efficiency CORDIC Algorithmfor Sine & Cosine Generation
Implementation of Efficiency CORDIC Algorithmfor Sine & Cosine GenerationIOSR Journals
 
Paper id 37201520
Paper id 37201520Paper id 37201520
Paper id 37201520IJRAT
 
Simulation Study of FIR Filter based on MATLAB
Simulation Study of FIR Filter based on MATLABSimulation Study of FIR Filter based on MATLAB
Simulation Study of FIR Filter based on MATLABijsrd.com
 
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...VLSICS Design
 
Performance Improvisation of Automatic Speaker Recognition by Spectral Reverb...
Performance Improvisation of Automatic Speaker Recognition by Spectral Reverb...Performance Improvisation of Automatic Speaker Recognition by Spectral Reverb...
Performance Improvisation of Automatic Speaker Recognition by Spectral Reverb...Dvizma Sinha
 
FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator
FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator
FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator cscpconf
 
design of high speed performance 64bit mac unit
design of high speed performance 64bit mac unitdesign of high speed performance 64bit mac unit
design of high speed performance 64bit mac unitShiva Narayan Reddy
 
128-Bit Area Efficient Reconfigurable Carry Select Adder
128-Bit Area Efficient Reconfigurable Carry Select Adder 128-Bit Area Efficient Reconfigurable Carry Select Adder
128-Bit Area Efficient Reconfigurable Carry Select Adder ijcisjournal
 
Design and Performance Analysis of Filters Using a Proposed Window Function
Design and Performance Analysis of Filters Using a Proposed Window FunctionDesign and Performance Analysis of Filters Using a Proposed Window Function
Design and Performance Analysis of Filters Using a Proposed Window FunctionRSIS International
 
Speech Enhancement Using Compressive Sensing
Speech Enhancement Using Compressive SensingSpeech Enhancement Using Compressive Sensing
Speech Enhancement Using Compressive SensingIRJET Journal
 
32-bit unsigned multiplier by using CSLA & CLAA
32-bit unsigned multiplier by using CSLA &  CLAA32-bit unsigned multiplier by using CSLA &  CLAA
32-bit unsigned multiplier by using CSLA & CLAAGanesh Sambasivarao
 
An Introduction to Video Principles-Part 1
An Introduction to Video Principles-Part 1   An Introduction to Video Principles-Part 1
An Introduction to Video Principles-Part 1 Dr. Mohieddin Moradi
 
IRJET- Comparison of Different PAPR Reduction Schemes in OFDM System
IRJET- Comparison of Different PAPR Reduction Schemes in OFDM SystemIRJET- Comparison of Different PAPR Reduction Schemes in OFDM System
IRJET- Comparison of Different PAPR Reduction Schemes in OFDM SystemIRJET Journal
 

What's hot (18)

Implementation of Efficiency CORDIC Algorithmfor Sine & Cosine Generation
Implementation of Efficiency CORDIC Algorithmfor Sine & Cosine GenerationImplementation of Efficiency CORDIC Algorithmfor Sine & Cosine Generation
Implementation of Efficiency CORDIC Algorithmfor Sine & Cosine Generation
 
Ae4101177181
Ae4101177181Ae4101177181
Ae4101177181
 
Paper id 37201520
Paper id 37201520Paper id 37201520
Paper id 37201520
 
4241
42414241
4241
 
FILTER BANKS
FILTER BANKSFILTER BANKS
FILTER BANKS
 
Simulation Study of FIR Filter based on MATLAB
Simulation Study of FIR Filter based on MATLABSimulation Study of FIR Filter based on MATLAB
Simulation Study of FIR Filter based on MATLAB
 
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
 
B046050711
B046050711B046050711
B046050711
 
Performance Improvisation of Automatic Speaker Recognition by Spectral Reverb...
Performance Improvisation of Automatic Speaker Recognition by Spectral Reverb...Performance Improvisation of Automatic Speaker Recognition by Spectral Reverb...
Performance Improvisation of Automatic Speaker Recognition by Spectral Reverb...
 
FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator
FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator
FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator
 
design of high speed performance 64bit mac unit
design of high speed performance 64bit mac unitdesign of high speed performance 64bit mac unit
design of high speed performance 64bit mac unit
 
Cordic Code
Cordic CodeCordic Code
Cordic Code
 
128-Bit Area Efficient Reconfigurable Carry Select Adder
128-Bit Area Efficient Reconfigurable Carry Select Adder 128-Bit Area Efficient Reconfigurable Carry Select Adder
128-Bit Area Efficient Reconfigurable Carry Select Adder
 
Design and Performance Analysis of Filters Using a Proposed Window Function
Design and Performance Analysis of Filters Using a Proposed Window FunctionDesign and Performance Analysis of Filters Using a Proposed Window Function
Design and Performance Analysis of Filters Using a Proposed Window Function
 
Speech Enhancement Using Compressive Sensing
Speech Enhancement Using Compressive SensingSpeech Enhancement Using Compressive Sensing
Speech Enhancement Using Compressive Sensing
 
32-bit unsigned multiplier by using CSLA & CLAA
32-bit unsigned multiplier by using CSLA &  CLAA32-bit unsigned multiplier by using CSLA &  CLAA
32-bit unsigned multiplier by using CSLA & CLAA
 
An Introduction to Video Principles-Part 1
An Introduction to Video Principles-Part 1   An Introduction to Video Principles-Part 1
An Introduction to Video Principles-Part 1
 
IRJET- Comparison of Different PAPR Reduction Schemes in OFDM System
IRJET- Comparison of Different PAPR Reduction Schemes in OFDM SystemIRJET- Comparison of Different PAPR Reduction Schemes in OFDM System
IRJET- Comparison of Different PAPR Reduction Schemes in OFDM System
 

Viewers also liked

Exp2 passive band pass and band-stop filter
Exp2 passive band pass and band-stop filterExp2 passive band pass and band-stop filter
Exp2 passive band pass and band-stop filterSarah Krystelle
 
Design of FIR Filters
Design of FIR FiltersDesign of FIR Filters
Design of FIR FiltersAranya Sarkar
 
29 EMI & Filtering
29 EMI & Filtering29 EMI & Filtering
29 EMI & FilteringLee Jennings
 
7.Active Filters using Opamp
7.Active Filters using Opamp7.Active Filters using Opamp
7.Active Filters using OpampINDIAN NAVY
 

Viewers also liked (6)

Exp2 passive band pass and band-stop filter
Exp2 passive band pass and band-stop filterExp2 passive band pass and band-stop filter
Exp2 passive band pass and band-stop filter
 
Design of FIR Filters
Design of FIR FiltersDesign of FIR Filters
Design of FIR Filters
 
29 EMI & Filtering
29 EMI & Filtering29 EMI & Filtering
29 EMI & Filtering
 
7.Active Filters using Opamp
7.Active Filters using Opamp7.Active Filters using Opamp
7.Active Filters using Opamp
 
Active Filter (Low Pass)
Active Filter (Low Pass)Active Filter (Low Pass)
Active Filter (Low Pass)
 
Filters
FiltersFilters
Filters
 

Similar to Design and realization of iir digital band stop filter using modified analog to digital mapping technique

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
 
Determination of optimum coefficients of iir digital butterworth band stop fi...
Determination of optimum coefficients of iir digital butterworth band stop fi...Determination of optimum coefficients of iir digital butterworth band stop fi...
Determination of optimum coefficients of iir digital butterworth band stop fi...Subhadeep Chakraborty
 
Design of iir digital highpass butterworth filter using analog to digital map...
Design of iir digital highpass butterworth filter using analog to digital map...Design of iir digital highpass butterworth filter using analog to digital map...
Design of iir digital highpass butterworth filter using analog to digital map...Subhadeep Chakraborty
 
Design and determination of optimum coefficients of iir digital highpass filt...
Design and determination of optimum coefficients of iir digital highpass filt...Design and determination of optimum coefficients of iir digital highpass filt...
Design and determination of optimum coefficients of iir digital highpass filt...Subhadeep Chakraborty
 
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...ijsrd.com
 
FPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
FPGA Implementation of FIR Filter using Various Algorithms: A RetrospectiveFPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
FPGA Implementation of FIR Filter using Various Algorithms: A RetrospectiveIJORCS
 
FILTER DESIGN
FILTER DESIGNFILTER DESIGN
FILTER DESIGNnaimish12
 
DSP_FOEHU - Lec 07 - Digital Filters
DSP_FOEHU - Lec 07 - Digital FiltersDSP_FOEHU - Lec 07 - Digital Filters
DSP_FOEHU - Lec 07 - Digital FiltersAmr E. Mohamed
 
Efficient FPGA implementation of high speed digital delay for wideband beamfor...
Efficient FPGA implementation of high speed digital delay for wideband beamfor...Efficient FPGA implementation of high speed digital delay for wideband beamfor...
Efficient FPGA implementation of high speed digital delay for wideband beamfor...journalBEEI
 
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGICDESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGICVLSICS Design
 
Design of Low Power Reconfigurable IIR filter with Row Bypassing Multiplier
Design of Low Power Reconfigurable IIR filter with Row Bypassing MultiplierDesign of Low Power Reconfigurable IIR filter with Row Bypassing Multiplier
Design of Low Power Reconfigurable IIR filter with Row Bypassing MultiplierIRJET Journal
 
Design And Implementation of Combined Pipelining and Parallel Processing Arch...
Design And Implementation of Combined Pipelining and Parallel Processing Arch...Design And Implementation of Combined Pipelining and Parallel Processing Arch...
Design And Implementation of Combined Pipelining and Parallel Processing Arch...VLSICS Design
 
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...VLSICS Design
 
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...VLSICS Design
 
Fir and iir filter_design
Fir and iir filter_designFir and iir filter_design
Fir and iir filter_designshrinivasgnaik
 
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
 
Implementation and Performance Analysis of Kaiser and Hamming Window Techniqu...
Implementation and Performance Analysis of Kaiser and Hamming Window Techniqu...Implementation and Performance Analysis of Kaiser and Hamming Window Techniqu...
Implementation and Performance Analysis of Kaiser and Hamming Window Techniqu...IJERA Editor
 

Similar to Design and realization of iir digital band stop filter using modified analog to digital mapping technique (20)

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
 
Determination of optimum coefficients of iir digital butterworth band stop fi...
Determination of optimum coefficients of iir digital butterworth band stop fi...Determination of optimum coefficients of iir digital butterworth band stop fi...
Determination of optimum coefficients of iir digital butterworth band stop fi...
 
1749 1756
1749 17561749 1756
1749 1756
 
1749 1756
1749 17561749 1756
1749 1756
 
Design of iir digital highpass butterworth filter using analog to digital map...
Design of iir digital highpass butterworth filter using analog to digital map...Design of iir digital highpass butterworth filter using analog to digital map...
Design of iir digital highpass butterworth filter using analog to digital map...
 
Design and determination of optimum coefficients of iir digital highpass filt...
Design and determination of optimum coefficients of iir digital highpass filt...Design and determination of optimum coefficients of iir digital highpass filt...
Design and determination of optimum coefficients of iir digital highpass filt...
 
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
 
FPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
FPGA Implementation of FIR Filter using Various Algorithms: A RetrospectiveFPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
FPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
 
FILTER DESIGN
FILTER DESIGNFILTER DESIGN
FILTER DESIGN
 
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...
 
DSP_FOEHU - Lec 07 - Digital Filters
DSP_FOEHU - Lec 07 - Digital FiltersDSP_FOEHU - Lec 07 - Digital Filters
DSP_FOEHU - Lec 07 - Digital Filters
 
Efficient FPGA implementation of high speed digital delay for wideband beamfor...
Efficient FPGA implementation of high speed digital delay for wideband beamfor...Efficient FPGA implementation of high speed digital delay for wideband beamfor...
Efficient FPGA implementation of high speed digital delay for wideband beamfor...
 
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGICDESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
 
Design of Low Power Reconfigurable IIR filter with Row Bypassing Multiplier
Design of Low Power Reconfigurable IIR filter with Row Bypassing MultiplierDesign of Low Power Reconfigurable IIR filter with Row Bypassing Multiplier
Design of Low Power Reconfigurable IIR filter with Row Bypassing Multiplier
 
Design And Implementation of Combined Pipelining and Parallel Processing Arch...
Design And Implementation of Combined Pipelining and Parallel Processing Arch...Design And Implementation of Combined Pipelining and Parallel Processing Arch...
Design And Implementation of Combined Pipelining and Parallel Processing Arch...
 
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
 
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
 
Fir and iir filter_design
Fir and iir filter_designFir and iir filter_design
Fir and iir filter_design
 
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
 
Implementation and Performance Analysis of Kaiser and Hamming Window Techniqu...
Implementation and Performance Analysis of Kaiser and Hamming Window Techniqu...Implementation and Performance Analysis of Kaiser and Hamming Window Techniqu...
Implementation and Performance Analysis of Kaiser and Hamming Window Techniqu...
 

Recently uploaded

Untitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxUntitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxmapanig881
 
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一F dds
 
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一Fi L
 
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`dajasot375
 
西北大学毕业证学位证成绩单-怎么样办伪造
西北大学毕业证学位证成绩单-怎么样办伪造西北大学毕业证学位证成绩单-怎么样办伪造
西北大学毕业证学位证成绩单-怎么样办伪造kbdhl05e
 
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一z xss
 
shot list for my tv series two steps back
shot list for my tv series two steps backshot list for my tv series two steps back
shot list for my tv series two steps back17lcow074
 
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一lvtagr7
 
Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricksabhishekparmar618
 
Mookuthi is an artisanal nose ornament brand based in Madras.
Mookuthi is an artisanal nose ornament brand based in Madras.Mookuthi is an artisanal nose ornament brand based in Madras.
Mookuthi is an artisanal nose ornament brand based in Madras.Mookuthi
 
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCR
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCRCall In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCR
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCRdollysharma2066
 
3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdfSwaraliBorhade
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证nhjeo1gg
 
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts ServiceCall Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Servicejennyeacort
 
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档208367051
 
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full NightCall Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...katerynaivanenko1
 

Recently uploaded (20)

Untitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxUntitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptx
 
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
 
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
 
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
 
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
 
西北大学毕业证学位证成绩单-怎么样办伪造
西北大学毕业证学位证成绩单-怎么样办伪造西北大学毕业证学位证成绩单-怎么样办伪造
西北大学毕业证学位证成绩单-怎么样办伪造
 
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
 
shot list for my tv series two steps back
shot list for my tv series two steps backshot list for my tv series two steps back
shot list for my tv series two steps back
 
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
 
Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricks
 
Mookuthi is an artisanal nose ornament brand based in Madras.
Mookuthi is an artisanal nose ornament brand based in Madras.Mookuthi is an artisanal nose ornament brand based in Madras.
Mookuthi is an artisanal nose ornament brand based in Madras.
 
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCR
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCRCall In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCR
Call In girls Bhikaji Cama Place 🔝 ⇛8377877756 FULL Enjoy Delhi NCR
 
3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
 
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts ServiceCall Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
 
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档
 
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full NightCall Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
 
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
 
Call Girls in Pratap Nagar, 9953056974 Escort Service
Call Girls in Pratap Nagar,  9953056974 Escort ServiceCall Girls in Pratap Nagar,  9953056974 Escort Service
Call Girls in Pratap Nagar, 9953056974 Escort Service
 

Design and realization of iir digital band stop filter using modified analog to digital mapping technique

  • 1. ISSN: 2278 – 7798 International Journal of Science, Engineering and Technology Research (IJSETR) Volume 2, Issue 3, March 2013 Design and Realization of IIR Digital Band Stop Filter Using Modified Analog to Digital Mapping Technique Subhadeep Chakraborty Abstract- In Digital Signal Processing (DSP), the BandStop filter is one of the most important filter in various application. This may be of two types, Infinite Impulse Response (IIR) Band-Stop filter and the Finite Impulse Response (FIR) Band-Stop filter. In this paper, the realization and the design of IIR Band-Stop filter is represented. The IIR filter is of recursive type, i.e. the present output sample depends on the present input samples, past input samples and past output samples. Band-Stop filter is used to eliminate a band of frequency or a single frequency(for example- Notch filter) wherever it is needed. Here the Band-Stop filter is represented with its proper realization by applying the advanced analog to digital mapping technique along with the determination of its optimum coefficients and successful simulation results of magnitude response, phase response, impulse response and the pole-zero plot using Matlab7 simulator with satisfying results. Index Terms— IIR filter, Band-stop filter, Advanced analog to digital frequency mapping, coefficients. I. INTRODUCTION In Digital Signal Processing environment, basically in case if signal processing, the filter is essentially required to process the signals. In digital signal processing applications, we consider only the digital filter. The digital filter performs its filtering operation in time domain [1][2][3]. There are many types of filters available for filtering operation. Bandstop filter is one of the most important filter among them. Band-stop filter is mainly used to stop the undesired frequency band or in some typical case only one frequency. The index term of the filter, capable of eliminate the frequency band is the Bandstop filter and typically the Band-stop filter is known as the Notch filter which is capable to eliminate only one frequency by proper selection [4][5][6][9][10]. The digital filter can be obtained from analog filter. Analog filter can be designed by passive elements like resistors, capacitors and active elements like voltage source, current source. The analog filter, designed by passive elements, called the passive filter, and those are designed by passive elements along with active elements, called the active filter[9][10][11][12]. The filter can also be designed using the OpAmp chip as it perform the recursive operations. The IIR filter is the recursive type filter. So, it is proper design the IIR filter, more properly, IIR Band-stop filter, with OpAmp chip[2][7][8][11]. There are a numbers of method available for the design of the digital filter. The analog to digital mapping technique is the efficient method to design the digital filter and to achieve the transfer function in digital domain or z-plane along with the required coefficients[2][4][5][12]. The digital filter have a number of features like high accuracy, sensitivity, smaller physical size, reduced sensitivity to component tolerance and drift[1][2][3][12]. Now to design a digital filter using analog to digital mapping technique, the bilinear transformation is required. In this paper, a new algorithm is introduced regarding the analog to digital mapping technique and observing the previous algorithms proposed for the designing the digital filter[1][2][3][12]. II. IIR ANALOG FILTER The analog filter can be constructed using resistance, capacitance and inductance. The analog filter that is designed using inductance and capacitance, is called the LC analog filter. The Tsection Band-stop analog filter is shown in Fig.1 constructed using inductance and capacitance[10][13]. Fig.1 T-section Band stop filter (LC) Author: Subhadeep Chakraborty, is presently assistant professor in West Bengal University of Technology, resides in Kolkata, West Bengal, India. If the analog filter is designed using resistance and capacitance, it is called the RC analog filter. The T-section RC Band-stop analog filter is shown in Fig.2[9][10]. 742 All Rights Reserved © 2013 IJSETR
  • 2. ISSN: 2278 – 7798 International Journal of Science, Engineering and Technology Research (IJSETR) Volume 2, Issue 3, March 2013 B. Derivation for transfer function H(z) Let the impulse response of a realizable filter in time domain is h(t). We can obtain the transfer function in s-domain[2][4][5][18] H(s) by applying the Laplace transform on h(t), i.e.,  H ( s)  L{h(t )}   h(t ).e  st dt …(5) 0 Where, s = complex variable = σ + jω Fig.2 T-section Band stop filter (RC) Now, by proper value selection of L, R and C, the exact Band-stop analog filter can be designed. After designing the Band-stop analog filter, it is necessary to introduce the analog to digital mapping technique to construct the IIR digital Band-stop filter. Now, for continuous h(t), we can replace t with nT and hence the h(t) becomes, h(t) = h(nT) ...(6) Where, III. ANALOG TO DIGITAL MAPPING TECHNIQUE T = sampling time The calculation of the transfer function is necessary to design a digital filter,. After successful determination of the transfer function in s-domain, we apply the modified analog-to-digital mapping technique to obtain the transfer function in zplane[4][5][17]. A. Transfer function in z-plane The transfer function of a IIR digital filter can be described by[1][2][3][4][5][18][19], M  b( n) z H ( z)  n n 0 N 1  a ( n) z …(1) n In the equation (6), if the sampling time T=1 second, the equation becomes, h(t) = h(n) Where, h(n) = Impulse response in z-plane ...(7) Now, if we perform the Z-Transform of h(n), we can obtain the transfer function in z-plane, i.e[4][5][12][19]. H ( z )  Z {h(n)}    h(n)z …(8) n n  n 1 1 2 M B( z) b(0)  b(1) z  b(2) z  .......  b(M ) z …(2)  A( z) 1  a(1) z 1  a(2) z 2  ..............  a( N ) z  N Where, H(z) = Transfer function and Z-transform of impulse response h(n) b(n) = Numerator coefficient a(n) = Denominator coefficient  The impulse response h(n) for the realizable filter is described by[4][5][18], h(n) = 0 for n ≤ 0 …(3) The satisfactory condition for a stable filter is,   | h(n) |  n 0 …(4) C. Relationship between s-plane and z-plane The basic relationship between s-plane and z-plane is essential for the analog-to-digital mapping. The relationship is described in equation (9), z  e sT .…(9) So, for successful realization of the mapping procedure, the relationship between s-plane and z-plane is very important and without the relationship, the mapping is not practically possible. IV. MODIFIED ANALOG TO DIGITAL MAPPING ALGORITHM In the previous research, many of the algorithms were introduced for the analog to digital mapping, i.e. the transformation of s-domain to z-domain to construct the digital filter from the pre-constructed analog filter. In this paper, a modification of the analog-to-digital mapping technique is introduced which performs better than the earlier algorithms and 743 All Rights Reserved © 2013 IJSETR
  • 3. ISSN: 2278 – 7798 International Journal of Science, Engineering and Technology Research (IJSETR) Volume 2, Issue 3, March 2013 faster in the sense of computational time. The algorithm is described in Fig. 3. Start designing the IIR Band-stop filter properly with the OpAmp chip, if we use the Modified Analog-toDigital Mapping Algorithm, the desired digital IIR Band-stop filter can be obtained. The network for the IIR Band-stop filter using OpAmp is shown in Fig. 4[11][14][15]. Specify the values of components Design the Analog filter Obtain the transfer function in s-plane Obtain coefficients in s-plane Obtain relationship between s-plane and z-plane Fig.4 Active IIR Band stop filter Set suitable cutoff, passband and stopband frequency The transfer function of the above mentioned filter in s-plane can be mapped into z-plane by applying the Modified Analog-to-Digital Mapping Algorithm. After the mapping, the realization of the digital filter can be performed. Apply frequency transformation Apply analog to digital conversion or mapping VI. REALIZATION OF IIR DIGITAL BAND-STOP FILTER There are various methods available for the realization of the digital filter and they are as follows[4][5], Obtain transfer function in z-plane Realize filter structure Re-realize Analysis of digital filter 1. 2. 3. 4. 5. 6. Re-Calculate Re-Specify Calculate filter coefficient Implementation of digital filter Direct form - I realization Direct form - I realization Transposed direct form realization Cascade form realization Parallel form realization Lattice-Ladder structure realization Let we consider the filter to be an Linear TimeInvariant (LTI) recursive system being x(n) is the input sequence and y(n) is the output sequence and can be described by difference equation as follows[4][5][16][18], Stop N Fig.3 Modified Analog-to-Digital Mapping Algorithm V. DESIGN OF IIR DIGITAL FILTER The IIR Band-stop filter can also be designed by using OpAmp. In this case, the required components are the voltage source, Resistor and Capacitor. OpAmp is mainly used for designing the IIR filter because it shows the recursive effect and thus it can satisfy the characteristics of the IIR filter. After M k 1 k 0 y (n)   ak y (n  k )   bk x(n  k ) ....(10a) y(n)  a1 y(n  1)  a2 y(n  2)......  aN 1 y (n  N  1) aN y (n  N )  b0 x(n)  b1 x(n  1) ......  bM x(n  M ) ...(10b) Let, w(n)  b0 x(n)  b1 x(n  1)......  bM x(n  M ) …(10c) 744 All Rights Reserved © 2013 IJSETR
  • 4. ISSN: 2278 – 7798 International Journal of Science, Engineering and Technology Research (IJSETR) Volume 2, Issue 3, March 2013 Equation (10b) can be represented as, y(n)  a1 y(n  1)  a2 y(n  2)......  aN 1 y(n  N  1) aN y(n  N )  w(n) …(10d) Now taking the Z-Transform in the both sides of equation (10b), we get Y ( z)  a1z 1Y ( z)  a2 z 2Y ( z).......  aN 1z ( N 1)Y ( z) aN z  NY ( z)  b0 X ( z)  b1z 1 X ( z)...... ....  bM z  M X ( z ) … (11) Rearranging the equation (11), we get, Y ( z)  (a1z 1  a2 z 2 .......  aN 1z ( N 1)  aN z  N )Y ( z) (b0  b1 z 1.........  bM z  M ) X ( z) coefficients are essential to design the filter. So, here, the coefficients are also calculated along with the simulation results. For proper simulation the specifications such as the passband and stopband ripples, passband and stopband frequencies and the sampling frequency are chosen in a proper way so that the simulation will be perfect. The pole-zero plot determines that the designed filter is stable. The figure for the magnitude response, phase response, impulse response and the pole-zero plot are shown from Fig.5 to Fig.16 . The calculated coefficients are shown in Table.1. Filter name ...(12) So, from equation (10b), we can see that the present output of an IIR filter depends upon the past inputs and outputs. Now, we can design the transfer function H(z)=Y(z)/X(z), and can realize the IIR digital Band-stop filter by using Direct form-I realization method as it provides separate delays for input and output. Now, on the basis of equation (10b), the Direct form-I realization structure is described in Fig. 4[4][5][12][17]. Order of filter 6 Butterworth Band-Stop Filter 8 10 Numerator coefficient Denominator coefficient -1.197,2.569, -2.582,2.569, -1.197,0.583 -4.775,11.39, -15.01,11.39, -4.775,1.000 -1.457,4.036, -5.133,7.202, -5.506,4.642, -1.798,0.872 -5.087,14.79, -26.84,33.61, -28.53,16.72, -6.126,1.287 -1.724,4.721, -6.585,9.521, -8.68,8.042, -4.698,2.845, -0.877,0.316 -4.62,13.27, -25.09,35.52, -37.41,30.42, -18.39,8.314, -2.472,0.455 The simulation results for IIR Butterworth Bandstop filter for order 6, order 8 and order 10 are shown below. A. IIR Butterworth Band-stop filter(Order=6) Fig.4 Direct Form-I realization VII. SIMULATION RESULTS The program required for designing the IIR Band-stop filter is simulated in Matlab7. In this paper, the simulation results are shown for the IIR Butterworth Band-stop filter using the Modified Analog to Digital Mapping technique. The Fig.5 Magnitude response 745 All Rights Reserved © 2013 IJSETR
  • 5. ISSN: 2278 – 7798 International Journal of Science, Engineering and Technology Research (IJSETR) Volume 2, Issue 3, March 2013 B. IIR Butterworth Band-stop filter(Order=8) Fig.6 Phase response Fig.9 Magnitude response Fig.7 Impulse response Fig.10 Phase response Fig.8 Pole-Zero plot Fig.11 Impulse response 746 All Rights Reserved © 2013 IJSETR
  • 6. ISSN: 2278 – 7798 International Journal of Science, Engineering and Technology Research (IJSETR) Volume 2, Issue 3, March 2013 Fig.12 Pole-Zero plot Fig.15 Impulse response C. IIR Butterworth Band-stop filter(Order=10) Fig.16 Pole-zero plot Fig.13 Magnitude response VIII. CONCLUSION The above simulation results shows that the designed filter is stable as we can see in the pole zero plots that all poles and zeros are within the unit circle which is the essential feature of a system to be stable. So, the IIR Butterworth Band-stop can be designed properly with stability using the Modified Analog to Digital Mapping Technique and applying the frequency transformation. The simulations are done using Matlab 7.6.0 version and shows the satisfactory results for designing the stable IIR Band-stop filter. Fig.14 Phase response REFERENCES [1] Ranjit Singh and Sandeep K. Arya, “Determining Optimum coefficients of IIR Digital Filter using Analog to Digital Mapping,” International Journal of Advancements in Computer Science and Information Technology, Vol. 01,No. 01, September 2011 pp.1923. [2] Subhadeep Chakraborty, Krishna Kumar Jha, Abhirup Patra, “ Design of IIR Digital Highpass 747 All Rights Reserved © 2013 IJSETR
  • 7. ISSN: 2278 – 7798 International Journal of Science, Engineering and Technology Research (IJSETR) Volume 2, Issue 3, March 2013 Butterworth Filter using Analog to Digital Mapping Technique”, International Journal of Computer Applications (0975 – 8887) Volume 52 – No. 7, August 2012 [3] Ranjit Singh Chauhan and Sandeep Kumar Arya, “ Determine Optimal Coefficients of IIR Digital Filters using Simulated Annealing”, International Journal of Computer Applications (0975 – 8887) Volume 43– No.10, April 2012 36 [4] Proakis, J. G. and Manolakis, D. G. 2007. Digital Signal Processing: Principles, Algorithms, and Applications. Pearson Education Ltd [5] P. Ramesh Babu,”Digital Signal Processing”, Fourth edition, Scitech Publication(India) Pvt. Ltd, Chennai,2008. [6] Saurabh Singh Rajput, Dr. S.S. Bhadauria,“Comparison of Band-stop FIR Filter using Modified Hamming Window and Other Window functions and Its Application in Filtering a Mutitone Signal”, International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 1, Issue 8, October 2012. [7] Surapum Yamman, Watcharapong Hinjit, Weerasak Ussawongaraya, Payao Thoopluang, Kobchai ejhan,“Design and implementation of IIR Multiple Notch Filter with Modified Pole-Zero Placement Algorithm”,Yhe Journal of KMITNB,Vol. 15, No. 2, Apr-Jun 2005. [8] Suhash Chandra Dutta Roy, Balbir Kumar and Shail Bala Jain, “Fir Notch Filter Design-A Review”, Facta Universitatis (NIS),Electronics and Energetics vol. 14, No. 3, December 2001, 295-327 [9] D.Chattopadhyaya, P.C. Rakshit, “Fundamentals Of Electric Circuit Theory”, ISBN: 8121900085 [10] A. Sudhakar and Shyammohan S. Palli, “Circuits and Network”, Fourth Edition, Tata McGraw Hill Education Private Limited, New Delhi, 2011. [11] Ramakant A. Gayakwad, “Opamp and Linear Integrated Circuit”, Fourth Edition, PHI Learning Private Limited, New Delhi, 2010. [12] Subhadeep Chakraborty, Subhasish Maitra,” Design and Determination of Optimum Coefficients of IIR Digital Highpass Filter using Analog to Digital Mapping Technique”, International Journal of Computer Applications (0975 – 8887) Volume 58– No.7, November 2012 [13] Zhengzheng Wu , Yonghyun Shim,, Mina RaisZadeh, “Miniaturized UWB Filters Integrated With Tunable Notch Filters Using a Silicon-Based Integrated Passive Device Technology”, IEEE Transactions On Microwave Theory And Techniques. [14] Nitesh kumar, namarta sahayam, “ Design of Narrow Band Reject Filter”, International Journal of Scientific & Engineering Research, Volume 2, Issue 12, December-2011 1 ISSN 2229-5518 [15] Haiwen Liu, Reinhard H. Knoechel, and Klaus F. Schuenemann, “Miniaturized Bandstop Filter Using Meander Spurline and Capacitively Loaded Stubs”, ETRI Journal, Volume 29, Number 5, October 2007 [16] Samarjeet Singh, Uma Sharma, “MATLAB Based Digital IIR Filter Design”, International Journal of Electronics and Computer Science Engineering, ISSN- 2277-1956/V1N1-74-83. [17] B.A. Shanoi, “Introduction to Digital Signal Processing and Filter design”, Willey Interscience, 2006. [18] Li. Tan ,”Digital Signal Processing, Fundamentals and Applications”, Elsevier, Academic Press, 2008. [19] Dag Strenneby, “Digital Signal Processing,DSP & Applications”, Oxford, ISBN 0 7506 48112. Author Subhadeep Chakraborty, born in 1986, is Assistant Professor in Calcutta Institute of Technology. He received the B.Tech degree from Saroj Mohan Institute of Technology, WBUT,India and M.Tech degree from Kalyani Govt. Engineering College, WBUT, India in Electronics and Communication Engineering in 2008 and 2010.The author has been teaching in Calcutta Institute of Technology for 2 years. His primary research interest includes Digital Signal Processing, Embedded System and Microprocessor. cloud computing, virtualization of Network. 748 All Rights Reserved © 2013 IJSETR