SlideShare a Scribd company logo
1 of 8
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1375
Design Low Pass FIR Digital Filter for Cut off Frequency Calculation
Using Artificial Neural Network
Noopur Srivastava1, Vandana Vikas Thakare2
1,2Department of Electronics, Madhav Institute of Technology & Science, Gwalior-05, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - This paper presents a design approach of low
pass FIR digital filter for cut- off frequency calculation using
artificial neural network (ANN).In this work FDA Tool has
been used for design of FIR low pass digital filter with
Bartlett–hanningandBlackman-Harriswindowbecause high
stop band attenuation has been achieved by these window
and ANN has been used for cut offfrequencycalculationwith
three algorithmsnamelyfeedforwardback propogation,feed
forward distributed time delay and radial basis function.
The cut off frequency has been compared by NN Tool and
FDA Tool, comparison has been done also for windows and
algorithms.
Key Words: low pass FIRdigital filter,NNTool,FDATool,
Bartlett-hanning, Blackman Harris window FFBP,
FFDTD, RBF.
1. INTRODUCTION
A filter is a device that discriminates of its input accordingto
some attribute of the object. The digital filter can be
implemented in both software and Hardware.Digital filter is
a linear time invariant system (LTI) which does not vary
with time. Digital filter have high accuracy, easy to simulate
and design, flexible than analog filter [17]. Based on
frequency characteristics digital filter is divided into four
types-
Low pass filter (LPF)-Low pass filter only passes the low
frequency components (≤wc).
High pass filter (HPF)-High pass filter only passes the high
frequency components (≥wc).
Band pass filter (BPF)-Band pass filter only passes the
frequency components between two frequencies (wc1&wc2).
Stop band filter (SBF)-Stop band filter does not passes the
frequency components between two frequency (wc1&wc2).
In this section discussion has been doneforthedesignoflow
pass FIR digital filter.
There are two types of digital filter-
i. Finite impulse response filters (FIR).
ii. Infinite impulse response (IIR).
The impulse response of FIR filter is finitesothisisknown as
FIR digital filter. They do not use and feedback because they
depends on present input and past input so it is also known
as non recursive filter.FIR digital filter has linear phase
characteristics and they and inherently stable but IIR filter
do not have linear phase characterstics.The impulse
response of IIR digital filter is infinite so this is known as IIR
digital filter. They requires feedback because they depends
on present input, past input and past output so they are also
known as recursive filter[10].
The output sequence is given as for FIR filter-
Y(n)=
Y(n)=h(0)x(n)+h(1)x(n-1)+……+h(N)x(n-N)
This sequence of output is finite so this is known as finite
impulse response.
Figure 1. FIR digital filter
2. FIR DIGITAL FILTER DESIGN USING
WINDOW METHOD
The window method is one of the simplest methods for design of
FIR filter among the two method i.e. fourier series and
frequency sampling. In the frequency sampling it only works for
particular frequency components and for other it does not works.
Window method is easy method and various windows can be
used based on our application [5]. The desired unit sample
response is given by
hd(n)=
h(n)=w(n)hd(n)
Where hd(w) is desired frequency response characteristics.hd(n)
is of infinite duration so hd(n) is truncated by finite length of
window(M-1) which is w(n).so h(n) will be of finite length
duration.
In this paper two windows have been used which are-
Bartlett-hanning window-
Bartlett-hanning window is given as
w(n)=0.62-.48 +.38
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1376
Blackman Harris window-
Blackman Harris window is given as
w(n)=0.35875-0.4882
;0
3. ARTIFICIAL NEURAL NETWORK (ANN)
Artificial neural network is comprised of a network of artificial
neurons (node) [15].neural network is an algorithmthat based on
the human brain works. They can build predicted model by
learning the pattern of historical data.ANN made by
interconnected processing element, these are known as node or
neuron. Each node processes the small part of the task. The most
common type of ANN is multi layer perceptron (MLP).in MLP
the nodes are organized in layer. It is also known as parallel
distributed processing system or connectionist system. The first
layer is the input layer, the outer most layer stands for output
layer. Between these two comes one or more layer known as
hidden layer. The entire node is fully connected with the
previous node. Input are multiplied by unique weight and added
together by a small value called bias. This total is processed is
by the function called the activation function.
f(u)=w1u1+w2u2+w3u3+b
Where w is weight is an input and b is a bias.
It leaves the node as output, this process proceeds till
information reached at the output layer and leaves it as the
prediction for the independent variable. The network compares
predicted and actual output. If these do not match it adjust all the
weight and repeat the process till the network produce an
accurate prediction for most of the observation.
There is various algorithms use in ANN this are-
Feed forward back propagation- a feed forward network has
feedback paths meaning they can have signals travelling using
loops. This system is nonlinear dynamic system because there is
a loop which changes until it reaches state of equilibrium. In this
the data flows in forward direction and error flows in reverse
direction.
Figure 2. Feed forward network
Feed forward distributed time delay algorithm-In this algorithm
whose basic function is to work on sequential data. Time delay
represents the time shift usually form part of a larger pattern
recognition system. It is mainly use to represent the relation
between time and input.
Radial basis function- It is a real value function whose value
depends only on the distance from the origin or alternatively on
the distance from some other point C, called a center. The norm
is usually euclidean distance although other distance function is
also possible. Radial basis function has more number of neurons
than other algorithm so it gives better result than another
algorithm.
4. FORMULATION OF PROBLEM
The objective of this paper is to be estimated the cut off
frequency of proposed filter coefficients of low pass FIR digital
filter which is achieved by FDA Tool using Bartlett-hanning and
Blackman Harris window. In this the input has been used as
filter coefficient and target has been used as cut off frequency
for which these filter coefficient have. Some filter coefficients
have been chosen which works as test input and for this test
input we estimate the cut off frequency using NN Tool. The
comparison has been done between Bartlett-hanning and
Blackman Harris window. Feed forward back propagation, feed
forward distributed time delay and radial basis function
algorithm of ANN also have been compared.
5. EXPERIMENTATION
Cut-off frequency of low pass FIR digital filter has been
calculated with three steps-
i. Step 1:
Low pass FIR digital filter has been designed by FDA Tool.
The order of the filter has been chosen 10.The cut off
frequency has been used in the form of normalized, varied
from 0 to 1.
The cut off frequency has been usedsayfc.Thevaluehasbeen
selected as fc=0.025 and designed the filter. The value of
filter coefficients h(n) have been exported on workspace.
The same process has been repeated for fc from 0.025 to
0.975. Total 39 samples have been achieved. Out of these 39
samples, 30 samples have been used as training and 9 as
testing.
ii. Step 2:
The MS excel file has been created for training input, target
and testing input. These files have been loaded to MATLAB
workspace.
iii.Step 3:
A neural network has been created by using nntool box.
Training algorithms have beenselectedasfeedforwardback
propagation; feed forward distributed time delay and radial
basis function. After training, the network has been
simulated by testing input. Then the cut off frequency has
been compared by data from FDA Tool.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1377
Figure 3. Filter designing by FDA Tool for Bartlett-
hanning window
Cut off frequency calculation of lowpassFIRdigitalfilter
using Bartlett-hanning window
a) Feed forward distributed time delay (FFDTD)
Figure 4. Trained network
Figure 5.1 Result of FFDTD network for Bartlett-hanning
window
Figure 5.2 Result of FFDTD network for Bartlett-hanning
window
Figure 6. Performance plot for FFDTD for Bartlett-hanning
window
b) Feed forward back propagation (FFBP)
Figure 7. Trained network
Figure 8.1 Result of FFBP network for Bartlett-hanning
window
Figure 8.2 Result of FFBP network for Bartlett-hanning
window
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1378
Figure 9. Regression plot of FFBP for Bartlett-handing
window
Figure 10. Performance plot for FFBP for Bartlett-hanning
window
c) Radial basis function (RBF)
Figure 11.1 result of RBF for Bartlett-hanning window
Figure 11.2 result of RBF for Bartlett-hanning window
Cut off frequency calculation of low pass FIR digital filter
using Blackman Harris window
a) Feed forward distributed time delay (FFDTD)
Figure 12. Trained network
Figure 13.1 Result of FFDTD network for Blackman Harris
window
Figure 13.2 Result of FFDTD network for Blackman Harris
window
Figure 14. Performance plot for FFDTD for Blackman Harris
window
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1379
b) Feed forward back propagation (FFBP)
Figure 15. Trained network
Figure 16.1 Result of FFBP network for Blackman -Harris
window
Figure 16.2 Result of FFBP network for Blackman Harris
window
Figure 17. Regression plot of FFBP for Blackman Harris
window
Figure 18. Performance plot for FFBP for Blackman Harris
window
c) Radial basis function (RBF)
Figure 19.1 result of RBF for Blackman Harris window
Figure 19.2 result of RBF for Blackman Harris
window
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1380
Test input
(Filter
coefficient)
Bartlett-hanning
Window (actual cut
off
Frequency)
Output of artificial neural network
(calculated cut off frequency)
Mean square error
FFDTD FFBP RBF FFDTD FFBP RBF
h(n) fc fc fc fc fc fc fc
h1(n) .1 .10013 .094099 .099645 .0000000169 .000034821801 .000000126
h2(n) .2 .1999 .19812 .19813 .00000001 .0000035344 .0000034969
h3(n) .3 .30031 .30522 .30178 .0000000961 .0000272484 .0000031684
h4(n) .4 .40034 .40082 .40026 .0000001156 .0000006724 .0000000676
h4(n) .5 .50012 .49661 .49895 .0000000144 .0000114921 .0000011025
h5(n) .6 .59996 .59897 .59922 .0000000016 .0000010609 .000006084
h6(n) .7 .70002 .69943 .70022 .0000000004 .0000003249 .0000000484
h7(n) .8 .79998 .80009 .80111 .0000000004 .0000000081 .0000012321
h8(n) .9 .89991 .90074 .90191 .0000000081 .0000005476 .0000036481
Table 1. Result of bartlett-hanning Window using ANN
Test input
(Filter
coefficient)
Blackman Harris
Window (actual cut
off
Frequency)
Output of artificial neural
network
(calculated cut off frequency)
Mean square error
FFDTD FFBP RBF FFDTD FFBP RBF
h(n) fc fc fc fc fc fc fc
h1(n) .1 .087439 .10017 .098198 .0001577778721 .0000000289 .0000032472
h2(n) .2 .21254 .19763 .19939 .0001572516 .0000056169 .0000003721
h3(n) .3 .30873 .29995 .30151 .0000762129 .0000000025 .0000022801
h4(n) .4 .40908 .40601 .39837 .0000824464 .0000361201 .0000026569
h4(n) .5 .49682 .50044 .50089 .0000101124 .0000001936 .0000007921
h5(n) .6 .59175 .59966 .6005 .0000680625 .0000001156 .00000025
h6(n) .7 .69839 .70021 .69895 .0000025921 .0000000441 .0000011025
h7(n) .8 .80597 .79892 .80001 .0000356409 .0000011664 .0000000001
h8(n) .9 .90078 .90248 .90108 .0000006084 .0000061504 .00000011664
Table 2. Result of blackman-harris Window using ANN
6. RESULT
In this experiment two tables have been acheived.first is
for Bartlett-hanning window, second is for blackman-
harris window. By help of the table 1 and 2. Various error
graphs between desiredand obtainedfrequencyaredrawn
for various windows.
Figure 20. Error graph between desired cut-off frequencies
and obtained cut-off frequencies for Bartlett-hanning
window with FFDTD
Figure 21. Error graph between desired cut-off frequencies
and obtained cut-off frequencies for Bartlett-hanning
window with FFBP
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1381
Figure 22. Error graph between desired cut-off frequencies
and obtained cut-off frequencies for Bartlett-hanning
window with RBF
Figure 20, 21 and 22 shows error graph between desired cut-
off frequency and obtained cut-off frequency for Bartlett-
hanning window with FFDTD, FFBP and RBF.
Figure 23. Error graph between desired cut-off frequencies
and obtained cut-off frequencies for Blackman-harris
window with FFDTD
Figure 24. Error graph between desired cut-off frequencies
and obtained cut-off frequencies for Blackman-harris
window with FFBP
Figure 25. Error graph between desired cut-off frequencies
and obtained cut-off frequencies for Blackman-harris
window with RBF
Figure 23, 24 and 25 shows error graph between desired cut-
off frequency and obtained cut-off frequency for Blackman-
Harris window with FFDTD, FFBP and RBF.
The cut off frequency have been calculated from ANN using
NN Tool and it can be easily seen that there is very less
difference between actual and calculated cut off frequency. In
this 39 samples have been used for training and 9 for testing.
So we have seen ANN gives efficient result in less time and it
has been given result nearer to the actual one.
7. CONCLUSION
For finding that which window gives better result the mean
square error (MSE) has been achieved for each window and
for each algorithm. After this it has been found that both
windows are given almost same result but Blackman -Harris
window is given the more efficient result than Bartlett-
hanning window. Out of three algorithms i.e. FFDTD, FFBP
and RBF, it has been found from various error graphs that
RBF is best and better result is achieved by this almost same
as actual one.RBF has highly accurate algorithm than other.
8. REFERANCE
[1] Alia Ahmed Eleti and Amer R. Zerek, “FIR Digital Filter
Design By Using Windows Method With MATLAB”, IEEE
2013.
[2] Manjinder Kaur, Sangeet Pal Kaur.” FIR Low Pass Filter
Designing Using Different Window Functions and their
Comparison using MATLAB”, International Journal of
Advanced Research in Electrical, Electronics and
Instrumentation Engineering, Vol. 5, Issue 2, February 2016.
[3]Gaurav Jain, R. P. Narwaria,”Designing of rectangular
window based FIR filter for cutoff frequency calculation in
artificial neural network”, International Journal of Engineering
Science &Research Technology (IJESRT), et al., 6(1):
January, 2017.
[4] Suman Mahant,Manju Kanwar,Ruchi Baghel, Pranay
Kumar Rahi, Designing a Low- Pass Fir Digital Filter By
Using Bartlett Hanning and
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1382
Blackman Harris Window Technique”, International
Journal of Scientific Research Engineering & Technology
(IJSRET), Volume 5, Issue 8, August 2016.
[5] John G. Proakis & Dimitis G. Manoakis, “Digital Signal
Processing Principles, Algorithms, and Applications”,
PRENTICE-HALLINTERNATINAL,INC.,ThirdEdition1996.
[6] Alan V. Oppenheim, and Ronald W. Schafer, “Discrete-
Time Signal Processing”.
[7] Yogesh Babu Indoriya, Anil Mourya, Karuna
Markam,”Design FIR digital filter using neural network”,
international journal of advanced and innovativeresearch,
vol. 4 issue 3.
[8] Suchi Sharma, Anjana Goen,
”Analysis and Performance Evaluation for Low Pass Filter
Design Using Artificial Neural Network” International
journal of innovative trends in engineerining (IJITE),
volume 19, Nov. 02, 2016.
[9] M. A. Singh and V. B. V. Thakare,”Artificial Neural
Network Use for Design Low PassFIR Filtera Comparison”,
International Journal of Electronics and Electrical
Engineering Vol. 3, No. 3, June 2015.
[10] Sanjit K. Mitra, “Digital signal processing A computer-
Based Approach”, Department of Electrical and Computer
Engineering University of California, McGraw-Hill, Second
Edition 2002.
[11] Suruchi Sharma,” Design and Analysis of FIR Filter using
Artificial Neural Network”, et al International Journal of
Computer and Electronics Research ,Volume 4, Issue 2, April
2015.
[12] Aparna Tiwari, Vandana Thakre, Karuna Markam,”FIR
Filter Design Using Artificial Neural Network”, International
Journal of Computer & Communication Engineering Research
(IJCCER),
Volume 2 - Issue 3 May 2014.
[13]Ajeet Maheshwari, Karuna Markam,”Design A Bartlett
Window Based Digital Filter by Using GRNN”, International
Journal of Innovative Research in Science, Engineering and
Technology Vol. 3, Issue 7, July 2014.
[14] S. Haykins, “Neural Networks –A comprehensive
foundation”, Prentice –Hall of India Private Limited, New
Delhi, (2003).
[15] Artificial neural network by B.Yegnanarayana.
[16] Mathworks.com
[17] Digital signal processing by Dr.J.S. Chitode.

More Related Content

What's hot

IRJET- Efficient Shift add Implementation of Fir Filter using Variable Pa...
IRJET-  	  Efficient Shift add Implementation of Fir Filter using Variable Pa...IRJET-  	  Efficient Shift add Implementation of Fir Filter using Variable Pa...
IRJET- Efficient Shift add Implementation of Fir Filter using Variable Pa...IRJET Journal
 
FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...
FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...
FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...idescitation
 
IRJET- A Review on Paper Problem in OFDM Scheme
IRJET- A Review on Paper Problem in OFDM SchemeIRJET- A Review on Paper Problem in OFDM Scheme
IRJET- A Review on Paper Problem in OFDM SchemeIRJET Journal
 
INDUSTRIAL TRAINING REPORT
INDUSTRIAL TRAINING REPORTINDUSTRIAL TRAINING REPORT
INDUSTRIAL TRAINING REPORTABHISHEK DABRAL
 
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
 
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...iosrjce
 
IRJET- Designing of Basic Types of Filters using Standard Tool
IRJET-  	  Designing of Basic Types of Filters using Standard ToolIRJET-  	  Designing of Basic Types of Filters using Standard Tool
IRJET- Designing of Basic Types of Filters using Standard ToolIRJET Journal
 
IRJET- Decimator Filter for Hearing Aid Application Based on FPGA
IRJET-  	  Decimator Filter for Hearing Aid Application Based on FPGAIRJET-  	  Decimator Filter for Hearing Aid Application Based on FPGA
IRJET- Decimator Filter for Hearing Aid Application Based on FPGAIRJET Journal
 
A Novel Architecture for Different DSP Applications Using Field Programmable ...
A Novel Architecture for Different DSP Applications Using Field Programmable ...A Novel Architecture for Different DSP Applications Using Field Programmable ...
A Novel Architecture for Different DSP Applications Using Field Programmable ...journal ijme
 
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
 
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
 
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
 
M.Tech Thesis on Simulation and Hardware Implementation of NLMS algorithm on ...
M.Tech Thesis on Simulation and Hardware Implementation of NLMS algorithm on ...M.Tech Thesis on Simulation and Hardware Implementation of NLMS algorithm on ...
M.Tech Thesis on Simulation and Hardware Implementation of NLMS algorithm on ...Raj Kumar Thenua
 
Performance Analysis and Simulation of Decimator for Multirate Applications
Performance Analysis and Simulation of Decimator for Multirate ApplicationsPerformance Analysis and Simulation of Decimator for Multirate Applications
Performance Analysis and Simulation of Decimator for Multirate ApplicationsIJEEE
 
Design of Low Pass Digital FIR Filter Using Cuckoo Search Algorithm
Design of Low Pass Digital FIR Filter Using Cuckoo Search AlgorithmDesign of Low Pass Digital FIR Filter Using Cuckoo Search Algorithm
Design of Low Pass Digital FIR Filter Using Cuckoo Search AlgorithmIJERA Editor
 
IRJET- Low Complexity and Critical Path Based VLSI Architecture for LMS A...
IRJET-  	  Low Complexity and Critical Path Based VLSI Architecture for LMS A...IRJET-  	  Low Complexity and Critical Path Based VLSI Architecture for LMS A...
IRJET- Low Complexity and Critical Path Based VLSI Architecture for LMS A...IRJET Journal
 
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
 

What's hot (19)

IRJET- Efficient Shift add Implementation of Fir Filter using Variable Pa...
IRJET-  	  Efficient Shift add Implementation of Fir Filter using Variable Pa...IRJET-  	  Efficient Shift add Implementation of Fir Filter using Variable Pa...
IRJET- Efficient Shift add Implementation of Fir Filter using Variable Pa...
 
J010234960
J010234960J010234960
J010234960
 
FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...
FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...
FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...
 
IRJET- A Review on Paper Problem in OFDM Scheme
IRJET- A Review on Paper Problem in OFDM SchemeIRJET- A Review on Paper Problem in OFDM Scheme
IRJET- A Review on Paper Problem in OFDM Scheme
 
INDUSTRIAL TRAINING REPORT
INDUSTRIAL TRAINING REPORTINDUSTRIAL TRAINING REPORT
INDUSTRIAL TRAINING REPORT
 
1749 1756
1749 17561749 1756
1749 1756
 
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
 
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
 
IRJET- Designing of Basic Types of Filters using Standard Tool
IRJET-  	  Designing of Basic Types of Filters using Standard ToolIRJET-  	  Designing of Basic Types of Filters using Standard Tool
IRJET- Designing of Basic Types of Filters using Standard Tool
 
IRJET- Decimator Filter for Hearing Aid Application Based on FPGA
IRJET-  	  Decimator Filter for Hearing Aid Application Based on FPGAIRJET-  	  Decimator Filter for Hearing Aid Application Based on FPGA
IRJET- Decimator Filter for Hearing Aid Application Based on FPGA
 
A Novel Architecture for Different DSP Applications Using Field Programmable ...
A Novel Architecture for Different DSP Applications Using Field Programmable ...A Novel Architecture for Different DSP Applications Using Field Programmable ...
A Novel Architecture for Different DSP Applications Using Field Programmable ...
 
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...
 
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
 
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)
 
M.Tech Thesis on Simulation and Hardware Implementation of NLMS algorithm on ...
M.Tech Thesis on Simulation and Hardware Implementation of NLMS algorithm on ...M.Tech Thesis on Simulation and Hardware Implementation of NLMS algorithm on ...
M.Tech Thesis on Simulation and Hardware Implementation of NLMS algorithm on ...
 
Performance Analysis and Simulation of Decimator for Multirate Applications
Performance Analysis and Simulation of Decimator for Multirate ApplicationsPerformance Analysis and Simulation of Decimator for Multirate Applications
Performance Analysis and Simulation of Decimator for Multirate Applications
 
Design of Low Pass Digital FIR Filter Using Cuckoo Search Algorithm
Design of Low Pass Digital FIR Filter Using Cuckoo Search AlgorithmDesign of Low Pass Digital FIR Filter Using Cuckoo Search Algorithm
Design of Low Pass Digital FIR Filter Using Cuckoo Search Algorithm
 
IRJET- Low Complexity and Critical Path Based VLSI Architecture for LMS A...
IRJET-  	  Low Complexity and Critical Path Based VLSI Architecture for LMS A...IRJET-  	  Low Complexity and Critical Path Based VLSI Architecture for LMS A...
IRJET- Low Complexity and Critical Path Based VLSI Architecture for LMS A...
 
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...
 

Similar to Design Low Pass FIR Digital Filter for Cut off Frequency Calculation Using Artificial Neural Network

Review On Design Of Digital FIR Filters
Review On Design Of Digital FIR FiltersReview On Design Of Digital FIR Filters
Review On Design Of Digital FIR FiltersIRJET Journal
 
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm IJECEIAES
 
Transpose Form Fir Filter Design for Fixed and Reconfigurable Coefficients
Transpose Form Fir Filter Design for Fixed and Reconfigurable CoefficientsTranspose Form Fir Filter Design for Fixed and Reconfigurable Coefficients
Transpose Form Fir Filter Design for Fixed and Reconfigurable CoefficientsIRJET Journal
 
Design and Implementation of FIR Filter to Analyze Power Efficiency and Noise...
Design and Implementation of FIR Filter to Analyze Power Efficiency and Noise...Design and Implementation of FIR Filter to Analyze Power Efficiency and Noise...
Design and Implementation of FIR Filter to Analyze Power Efficiency and Noise...IRJET Journal
 
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
 
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
 
IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band Radar
IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band RadarIRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band Radar
IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band RadarIRJET Journal
 
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
 
ECG Signal Denoising using Digital Filter and Adaptive Filter
ECG Signal Denoising using Digital Filter and Adaptive FilterECG Signal Denoising using Digital Filter and Adaptive Filter
ECG Signal Denoising using Digital Filter and Adaptive FilterIRJET Journal
 
IRJET- Wavelet Decomposition along with ANN used for Fault Detection
IRJET- Wavelet Decomposition along with ANN used for Fault DetectionIRJET- Wavelet Decomposition along with ANN used for Fault Detection
IRJET- Wavelet Decomposition along with ANN used for Fault DetectionIRJET Journal
 
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
 
Design of Variable Digital FIR Filter for Software Defined Radio Applications
Design of Variable Digital FIR Filter for Software Defined Radio ApplicationsDesign of Variable Digital FIR Filter for Software Defined Radio Applications
Design of Variable Digital FIR Filter for Software Defined Radio ApplicationsIRJET Journal
 
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
 
“FIELD PROGRAMMABLE DSP ARRAYS” - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...
“FIELD PROGRAMMABLE DSP ARRAYS” - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...“FIELD PROGRAMMABLE DSP ARRAYS” - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...
“FIELD PROGRAMMABLE DSP ARRAYS” - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...sipij
 
Computer Based Model to Filter Real Time Acquired Human Carotid Pulse
Computer Based Model to Filter Real Time Acquired Human Carotid PulseComputer Based Model to Filter Real Time Acquired Human Carotid Pulse
Computer Based Model to Filter Real Time Acquired Human Carotid PulseCSCJournals
 

Similar to Design Low Pass FIR Digital Filter for Cut off Frequency Calculation Using Artificial Neural Network (20)

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...
 
Review On Design Of Digital FIR Filters
Review On Design Of Digital FIR FiltersReview On Design Of Digital FIR Filters
Review On Design Of Digital FIR Filters
 
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
Linear Phase FIR Low Pass Filter Design Based on Firefly Algorithm
 
Transpose Form Fir Filter Design for Fixed and Reconfigurable Coefficients
Transpose Form Fir Filter Design for Fixed and Reconfigurable CoefficientsTranspose Form Fir Filter Design for Fixed and Reconfigurable Coefficients
Transpose Form Fir Filter Design for Fixed and Reconfigurable Coefficients
 
Design and Implementation of FIR Filter to Analyze Power Efficiency and Noise...
Design and Implementation of FIR Filter to Analyze Power Efficiency and Noise...Design and Implementation of FIR Filter to Analyze Power Efficiency and Noise...
Design and Implementation of FIR Filter to Analyze Power Efficiency and Noise...
 
Ae4101177181
Ae4101177181Ae4101177181
Ae4101177181
 
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...
 
Ga3510571061
Ga3510571061Ga3510571061
Ga3510571061
 
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
 
C010431520
C010431520C010431520
C010431520
 
IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band Radar
IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band RadarIRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band Radar
IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band Radar
 
J017635664
J017635664J017635664
J017635664
 
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...
 
ECG Signal Denoising using Digital Filter and Adaptive Filter
ECG Signal Denoising using Digital Filter and Adaptive FilterECG Signal Denoising using Digital Filter and Adaptive Filter
ECG Signal Denoising using Digital Filter and Adaptive Filter
 
IRJET- Wavelet Decomposition along with ANN used for Fault Detection
IRJET- Wavelet Decomposition along with ANN used for Fault DetectionIRJET- Wavelet Decomposition along with ANN used for Fault Detection
IRJET- Wavelet Decomposition along with ANN used for Fault Detection
 
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...
 
Design of Variable Digital FIR Filter for Software Defined Radio Applications
Design of Variable Digital FIR Filter for Software Defined Radio ApplicationsDesign of Variable Digital FIR Filter for Software Defined Radio Applications
Design of Variable Digital FIR Filter for Software Defined Radio Applications
 
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
 
“FIELD PROGRAMMABLE DSP ARRAYS” - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...
“FIELD PROGRAMMABLE DSP ARRAYS” - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...“FIELD PROGRAMMABLE DSP ARRAYS” - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...
“FIELD PROGRAMMABLE DSP ARRAYS” - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...
 
Computer Based Model to Filter Real Time Acquired Human Carotid Pulse
Computer Based Model to Filter Real Time Acquired Human Carotid PulseComputer Based Model to Filter Real Time Acquired Human Carotid Pulse
Computer Based Model to Filter Real Time Acquired Human Carotid Pulse
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
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
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 

Recently uploaded (20)

Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
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
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 

Design Low Pass FIR Digital Filter for Cut off Frequency Calculation Using Artificial Neural Network

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1375 Design Low Pass FIR Digital Filter for Cut off Frequency Calculation Using Artificial Neural Network Noopur Srivastava1, Vandana Vikas Thakare2 1,2Department of Electronics, Madhav Institute of Technology & Science, Gwalior-05, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - This paper presents a design approach of low pass FIR digital filter for cut- off frequency calculation using artificial neural network (ANN).In this work FDA Tool has been used for design of FIR low pass digital filter with Bartlett–hanningandBlackman-Harriswindowbecause high stop band attenuation has been achieved by these window and ANN has been used for cut offfrequencycalculationwith three algorithmsnamelyfeedforwardback propogation,feed forward distributed time delay and radial basis function. The cut off frequency has been compared by NN Tool and FDA Tool, comparison has been done also for windows and algorithms. Key Words: low pass FIRdigital filter,NNTool,FDATool, Bartlett-hanning, Blackman Harris window FFBP, FFDTD, RBF. 1. INTRODUCTION A filter is a device that discriminates of its input accordingto some attribute of the object. The digital filter can be implemented in both software and Hardware.Digital filter is a linear time invariant system (LTI) which does not vary with time. Digital filter have high accuracy, easy to simulate and design, flexible than analog filter [17]. Based on frequency characteristics digital filter is divided into four types- Low pass filter (LPF)-Low pass filter only passes the low frequency components (≤wc). High pass filter (HPF)-High pass filter only passes the high frequency components (≥wc). Band pass filter (BPF)-Band pass filter only passes the frequency components between two frequencies (wc1&wc2). Stop band filter (SBF)-Stop band filter does not passes the frequency components between two frequency (wc1&wc2). In this section discussion has been doneforthedesignoflow pass FIR digital filter. There are two types of digital filter- i. Finite impulse response filters (FIR). ii. Infinite impulse response (IIR). The impulse response of FIR filter is finitesothisisknown as FIR digital filter. They do not use and feedback because they depends on present input and past input so it is also known as non recursive filter.FIR digital filter has linear phase characteristics and they and inherently stable but IIR filter do not have linear phase characterstics.The impulse response of IIR digital filter is infinite so this is known as IIR digital filter. They requires feedback because they depends on present input, past input and past output so they are also known as recursive filter[10]. The output sequence is given as for FIR filter- Y(n)= Y(n)=h(0)x(n)+h(1)x(n-1)+……+h(N)x(n-N) This sequence of output is finite so this is known as finite impulse response. Figure 1. FIR digital filter 2. FIR DIGITAL FILTER DESIGN USING WINDOW METHOD The window method is one of the simplest methods for design of FIR filter among the two method i.e. fourier series and frequency sampling. In the frequency sampling it only works for particular frequency components and for other it does not works. Window method is easy method and various windows can be used based on our application [5]. The desired unit sample response is given by hd(n)= h(n)=w(n)hd(n) Where hd(w) is desired frequency response characteristics.hd(n) is of infinite duration so hd(n) is truncated by finite length of window(M-1) which is w(n).so h(n) will be of finite length duration. In this paper two windows have been used which are- Bartlett-hanning window- Bartlett-hanning window is given as w(n)=0.62-.48 +.38
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1376 Blackman Harris window- Blackman Harris window is given as w(n)=0.35875-0.4882 ;0 3. ARTIFICIAL NEURAL NETWORK (ANN) Artificial neural network is comprised of a network of artificial neurons (node) [15].neural network is an algorithmthat based on the human brain works. They can build predicted model by learning the pattern of historical data.ANN made by interconnected processing element, these are known as node or neuron. Each node processes the small part of the task. The most common type of ANN is multi layer perceptron (MLP).in MLP the nodes are organized in layer. It is also known as parallel distributed processing system or connectionist system. The first layer is the input layer, the outer most layer stands for output layer. Between these two comes one or more layer known as hidden layer. The entire node is fully connected with the previous node. Input are multiplied by unique weight and added together by a small value called bias. This total is processed is by the function called the activation function. f(u)=w1u1+w2u2+w3u3+b Where w is weight is an input and b is a bias. It leaves the node as output, this process proceeds till information reached at the output layer and leaves it as the prediction for the independent variable. The network compares predicted and actual output. If these do not match it adjust all the weight and repeat the process till the network produce an accurate prediction for most of the observation. There is various algorithms use in ANN this are- Feed forward back propagation- a feed forward network has feedback paths meaning they can have signals travelling using loops. This system is nonlinear dynamic system because there is a loop which changes until it reaches state of equilibrium. In this the data flows in forward direction and error flows in reverse direction. Figure 2. Feed forward network Feed forward distributed time delay algorithm-In this algorithm whose basic function is to work on sequential data. Time delay represents the time shift usually form part of a larger pattern recognition system. It is mainly use to represent the relation between time and input. Radial basis function- It is a real value function whose value depends only on the distance from the origin or alternatively on the distance from some other point C, called a center. The norm is usually euclidean distance although other distance function is also possible. Radial basis function has more number of neurons than other algorithm so it gives better result than another algorithm. 4. FORMULATION OF PROBLEM The objective of this paper is to be estimated the cut off frequency of proposed filter coefficients of low pass FIR digital filter which is achieved by FDA Tool using Bartlett-hanning and Blackman Harris window. In this the input has been used as filter coefficient and target has been used as cut off frequency for which these filter coefficient have. Some filter coefficients have been chosen which works as test input and for this test input we estimate the cut off frequency using NN Tool. The comparison has been done between Bartlett-hanning and Blackman Harris window. Feed forward back propagation, feed forward distributed time delay and radial basis function algorithm of ANN also have been compared. 5. EXPERIMENTATION Cut-off frequency of low pass FIR digital filter has been calculated with three steps- i. Step 1: Low pass FIR digital filter has been designed by FDA Tool. The order of the filter has been chosen 10.The cut off frequency has been used in the form of normalized, varied from 0 to 1. The cut off frequency has been usedsayfc.Thevaluehasbeen selected as fc=0.025 and designed the filter. The value of filter coefficients h(n) have been exported on workspace. The same process has been repeated for fc from 0.025 to 0.975. Total 39 samples have been achieved. Out of these 39 samples, 30 samples have been used as training and 9 as testing. ii. Step 2: The MS excel file has been created for training input, target and testing input. These files have been loaded to MATLAB workspace. iii.Step 3: A neural network has been created by using nntool box. Training algorithms have beenselectedasfeedforwardback propagation; feed forward distributed time delay and radial basis function. After training, the network has been simulated by testing input. Then the cut off frequency has been compared by data from FDA Tool.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1377 Figure 3. Filter designing by FDA Tool for Bartlett- hanning window Cut off frequency calculation of lowpassFIRdigitalfilter using Bartlett-hanning window a) Feed forward distributed time delay (FFDTD) Figure 4. Trained network Figure 5.1 Result of FFDTD network for Bartlett-hanning window Figure 5.2 Result of FFDTD network for Bartlett-hanning window Figure 6. Performance plot for FFDTD for Bartlett-hanning window b) Feed forward back propagation (FFBP) Figure 7. Trained network Figure 8.1 Result of FFBP network for Bartlett-hanning window Figure 8.2 Result of FFBP network for Bartlett-hanning window
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1378 Figure 9. Regression plot of FFBP for Bartlett-handing window Figure 10. Performance plot for FFBP for Bartlett-hanning window c) Radial basis function (RBF) Figure 11.1 result of RBF for Bartlett-hanning window Figure 11.2 result of RBF for Bartlett-hanning window Cut off frequency calculation of low pass FIR digital filter using Blackman Harris window a) Feed forward distributed time delay (FFDTD) Figure 12. Trained network Figure 13.1 Result of FFDTD network for Blackman Harris window Figure 13.2 Result of FFDTD network for Blackman Harris window Figure 14. Performance plot for FFDTD for Blackman Harris window
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1379 b) Feed forward back propagation (FFBP) Figure 15. Trained network Figure 16.1 Result of FFBP network for Blackman -Harris window Figure 16.2 Result of FFBP network for Blackman Harris window Figure 17. Regression plot of FFBP for Blackman Harris window Figure 18. Performance plot for FFBP for Blackman Harris window c) Radial basis function (RBF) Figure 19.1 result of RBF for Blackman Harris window Figure 19.2 result of RBF for Blackman Harris window
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1380 Test input (Filter coefficient) Bartlett-hanning Window (actual cut off Frequency) Output of artificial neural network (calculated cut off frequency) Mean square error FFDTD FFBP RBF FFDTD FFBP RBF h(n) fc fc fc fc fc fc fc h1(n) .1 .10013 .094099 .099645 .0000000169 .000034821801 .000000126 h2(n) .2 .1999 .19812 .19813 .00000001 .0000035344 .0000034969 h3(n) .3 .30031 .30522 .30178 .0000000961 .0000272484 .0000031684 h4(n) .4 .40034 .40082 .40026 .0000001156 .0000006724 .0000000676 h4(n) .5 .50012 .49661 .49895 .0000000144 .0000114921 .0000011025 h5(n) .6 .59996 .59897 .59922 .0000000016 .0000010609 .000006084 h6(n) .7 .70002 .69943 .70022 .0000000004 .0000003249 .0000000484 h7(n) .8 .79998 .80009 .80111 .0000000004 .0000000081 .0000012321 h8(n) .9 .89991 .90074 .90191 .0000000081 .0000005476 .0000036481 Table 1. Result of bartlett-hanning Window using ANN Test input (Filter coefficient) Blackman Harris Window (actual cut off Frequency) Output of artificial neural network (calculated cut off frequency) Mean square error FFDTD FFBP RBF FFDTD FFBP RBF h(n) fc fc fc fc fc fc fc h1(n) .1 .087439 .10017 .098198 .0001577778721 .0000000289 .0000032472 h2(n) .2 .21254 .19763 .19939 .0001572516 .0000056169 .0000003721 h3(n) .3 .30873 .29995 .30151 .0000762129 .0000000025 .0000022801 h4(n) .4 .40908 .40601 .39837 .0000824464 .0000361201 .0000026569 h4(n) .5 .49682 .50044 .50089 .0000101124 .0000001936 .0000007921 h5(n) .6 .59175 .59966 .6005 .0000680625 .0000001156 .00000025 h6(n) .7 .69839 .70021 .69895 .0000025921 .0000000441 .0000011025 h7(n) .8 .80597 .79892 .80001 .0000356409 .0000011664 .0000000001 h8(n) .9 .90078 .90248 .90108 .0000006084 .0000061504 .00000011664 Table 2. Result of blackman-harris Window using ANN 6. RESULT In this experiment two tables have been acheived.first is for Bartlett-hanning window, second is for blackman- harris window. By help of the table 1 and 2. Various error graphs between desiredand obtainedfrequencyaredrawn for various windows. Figure 20. Error graph between desired cut-off frequencies and obtained cut-off frequencies for Bartlett-hanning window with FFDTD Figure 21. Error graph between desired cut-off frequencies and obtained cut-off frequencies for Bartlett-hanning window with FFBP
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1381 Figure 22. Error graph between desired cut-off frequencies and obtained cut-off frequencies for Bartlett-hanning window with RBF Figure 20, 21 and 22 shows error graph between desired cut- off frequency and obtained cut-off frequency for Bartlett- hanning window with FFDTD, FFBP and RBF. Figure 23. Error graph between desired cut-off frequencies and obtained cut-off frequencies for Blackman-harris window with FFDTD Figure 24. Error graph between desired cut-off frequencies and obtained cut-off frequencies for Blackman-harris window with FFBP Figure 25. Error graph between desired cut-off frequencies and obtained cut-off frequencies for Blackman-harris window with RBF Figure 23, 24 and 25 shows error graph between desired cut- off frequency and obtained cut-off frequency for Blackman- Harris window with FFDTD, FFBP and RBF. The cut off frequency have been calculated from ANN using NN Tool and it can be easily seen that there is very less difference between actual and calculated cut off frequency. In this 39 samples have been used for training and 9 for testing. So we have seen ANN gives efficient result in less time and it has been given result nearer to the actual one. 7. CONCLUSION For finding that which window gives better result the mean square error (MSE) has been achieved for each window and for each algorithm. After this it has been found that both windows are given almost same result but Blackman -Harris window is given the more efficient result than Bartlett- hanning window. Out of three algorithms i.e. FFDTD, FFBP and RBF, it has been found from various error graphs that RBF is best and better result is achieved by this almost same as actual one.RBF has highly accurate algorithm than other. 8. REFERANCE [1] Alia Ahmed Eleti and Amer R. Zerek, “FIR Digital Filter Design By Using Windows Method With MATLAB”, IEEE 2013. [2] Manjinder Kaur, Sangeet Pal Kaur.” FIR Low Pass Filter Designing Using Different Window Functions and their Comparison using MATLAB”, International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering, Vol. 5, Issue 2, February 2016. [3]Gaurav Jain, R. P. Narwaria,”Designing of rectangular window based FIR filter for cutoff frequency calculation in artificial neural network”, International Journal of Engineering Science &Research Technology (IJESRT), et al., 6(1): January, 2017. [4] Suman Mahant,Manju Kanwar,Ruchi Baghel, Pranay Kumar Rahi, Designing a Low- Pass Fir Digital Filter By Using Bartlett Hanning and
  • 8. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1382 Blackman Harris Window Technique”, International Journal of Scientific Research Engineering & Technology (IJSRET), Volume 5, Issue 8, August 2016. [5] John G. Proakis & Dimitis G. Manoakis, “Digital Signal Processing Principles, Algorithms, and Applications”, PRENTICE-HALLINTERNATINAL,INC.,ThirdEdition1996. [6] Alan V. Oppenheim, and Ronald W. Schafer, “Discrete- Time Signal Processing”. [7] Yogesh Babu Indoriya, Anil Mourya, Karuna Markam,”Design FIR digital filter using neural network”, international journal of advanced and innovativeresearch, vol. 4 issue 3. [8] Suchi Sharma, Anjana Goen, ”Analysis and Performance Evaluation for Low Pass Filter Design Using Artificial Neural Network” International journal of innovative trends in engineerining (IJITE), volume 19, Nov. 02, 2016. [9] M. A. Singh and V. B. V. Thakare,”Artificial Neural Network Use for Design Low PassFIR Filtera Comparison”, International Journal of Electronics and Electrical Engineering Vol. 3, No. 3, June 2015. [10] Sanjit K. Mitra, “Digital signal processing A computer- Based Approach”, Department of Electrical and Computer Engineering University of California, McGraw-Hill, Second Edition 2002. [11] Suruchi Sharma,” Design and Analysis of FIR Filter using Artificial Neural Network”, et al International Journal of Computer and Electronics Research ,Volume 4, Issue 2, April 2015. [12] Aparna Tiwari, Vandana Thakre, Karuna Markam,”FIR Filter Design Using Artificial Neural Network”, International Journal of Computer & Communication Engineering Research (IJCCER), Volume 2 - Issue 3 May 2014. [13]Ajeet Maheshwari, Karuna Markam,”Design A Bartlett Window Based Digital Filter by Using GRNN”, International Journal of Innovative Research in Science, Engineering and Technology Vol. 3, Issue 7, July 2014. [14] S. Haykins, “Neural Networks –A comprehensive foundation”, Prentice –Hall of India Private Limited, New Delhi, (2003). [15] Artificial neural network by B.Yegnanarayana. [16] Mathworks.com [17] Digital signal processing by Dr.J.S. Chitode.