SlideShare uma empresa Scribd logo
1 de 10
Baixar para ler offline
Network and Complex Systems                                                                               www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol 2, No.4, 2012


 Filtration and Synthesis of Different types of Human Voice Signals:
                         An application of digital signal processing


   Mohammad Shahjalal1, Md. Atiqul Islam2, Md. Amanullah3, Muhammad Mostafa Amir Faisal4, M. Sanaullah5, K.
                                                     S. Mohammad6
    1.   Lecturer, Department of         Electrical and Electronic Engineering, International Islamic University
         Chittagong.
    2.   Lecturer, Department of         Electrical and Electronic Engineering, International Islamic University
         Chittagong.
    3.   Lecturer, Department of         Electrical and Electronic Engineering, International Islamic University
         Chittagong.
    4.   Lecturer, Department of     Electronic and Telecommunications Engineering, International Islamic University
         Chittagong.
    5. Lecturer, Department of Electrical and Electronic Engineering, Chittagong University of Engineering and
         Technology.
    6. Graduate Student, Department of            Electrical and Electronic Engineering, Chittagong University of
         Engineering and Technology.
    * E-mail of the corresponding author: tahsanahmedj@yahoo.com.
Abstract
An observation of the effect in audio signal by using digital filter plays an important role in the field of digital signal
processing (DSP). Day by day the digital form of signal is becoming more preferable than the analog one which is
increasing the need of DSP in the rapidly changing world. Yet, there are many attractive schemes for designing a
digital filter; we adopt windowing technique for design a FIR low pass filter in the frequency domain for the short
period. However, the main task of our work is to perform filtration of the different types of practical human voice
signals by using digital filter and synthesis of those signals to reduce the memory size (kB) by remaining the same
quality of the signal. We used MATLAB for the design of digital filter and synthesis of those audio signals.
MATLAB provides different options for signal synthesis. Finally, this paper gives an idea about reconstructed signals
and filtrated signals.
Keywords: Digital filter, Cutoff frequency, Fourier transform, Inverse Fourier transforms, normalized frequency.


1. Introduction
An audio signal, such like human voice, is a representation of sound waves in a different form. Typically this is an
electrical voltage, but these signals can be expressed through alternative mediums such as magnetic particles, when
recorded onto analogue tape [1]. A fundamental aspect of signal processing is filtering. Filtering involves the
manipulation of the spectrum of a signal by passing or blocking certain portions of the spectrum, depending on the
                                                            15
Network and Complex Systems                                                                                 www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol 2, No.4, 2012

frequency of those portions [1-2]. Filters are designed according to what kind of manipulation of the signal is
required for a particular application. Filters are basically classified into two classes: analogue filter and digital filter.
Digital filters are a very important part of DSP. In fact, their extraordinary performance is one of the key reasons that
DSP has become so popular [3]. The problem of this paper can be attacked with either analogue or digital filters.
Which is better? Analogue filters are cheap, fast, and have a large dynamic range in both amplitude and frequency
[2]. On the other hand, digital filters, in comparison, are vastly superior in the level of performance that can be
achieved. Digital filters are totally flexible, as they are designed by some set of programs. So to change the filters
response we just have to make a little change in that program [2-3]. It is also easy to handle and store digital signals.
So, digital filters are preferable over analogue filters. In our experiment, we take an analogue audio signal of a
particular memory size and finally we show that the memory size of this audio signal has been reduced by remaining
the same quality through digital signal processing system. In the starting process of this project, we record the human
voice by a recorder. As human voice is analogue, it has been digitized. The digitization process has done
automatically when it take in a computer. We designed a low pass FIR filter by MATLAB program. The input audio
signal is then passed through the filter. The filtrated signal is synthesized. In the synthesized process, Fourier
transform, low amplitude signal suppression, inverse Fourier transform are done respectively. The reconstructed
signal and filtrated signal are achieved practically, which almost have the same quality but the reconstructed signal’s
memory size is almost half of the filtrated signal.
This paper is organized as follows. Section 2 represents the working procedure in details. Section 3 describes the
complete system of our work with Simulation results. Summary of the results are shown in Section 4. Research
trends and potential for future applications is discussed in Section 5 and followed by a conclusion in Section 6.


2. Working Scheme
A fundamental aspect of signal processing is filtering. Filtering involves the manipulation of the spectrum of a signal
by passing or blocking certain portions of the spectrum, depending on the frequency of those portions. Generally, the
work of this paper involves two parts which one is to observe the frequency response and the second one is to
reconstruct of the original (human voice) signal. These two phenomena, finally, shows that the memory size of the
reconstructed signal with respect to filtrated signal is almost half by remaining the same quality. A signal may contain
noise. For this reason, filtering has done. For filtering approach, a low pass filter has been designed in the frequency
domain by using FIR type window-sinc (Hamming window) technique [1-4]. Windowed-sinc filters are used to
separate one band of frequencies from another [3]. They are very stable, produce few surprises and can be pushed to
incredible performance levels. To design a windowed-sinc, two parameters must be selected which one is the cutoff
frequency, fc and other is the length of the filter kernel, M [1,3]. The cutoff frequency (fc) is expressed as a fraction of
the sampling rate and the length of the filter kernel (M) which determines the transition bandwidth (BW) of the filter.
This is only an approximation since roll-off depends on the particular window being used in [2]. Down sampling has
done to reduce the lower amplitude. The down sampling factor is usually an integer or a rational fraction greater than
unity. In this paper, we carried down sampling by a factor two. After that an audio signal synthesis is done by taking
FFT (Fast Fourier Transform) and IFFT (Inverse Fast Fourier Transform) [5]. FFTs are of great importance in [5] to a
wide variety of applications, from digital signal processing and solving partial differential equations to algorithms for



                                                             16
Network and Complex Systems                                                                            www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol 2, No.4, 2012

quick multiplication of large integers. The following flow chart shows the working scheme of our work of this paper
which is shown in Fig. 1.

                            Analog Audio Signal
                                                             Digitization       Filtration




                                                  Low Amplitude Signal          Fourier
                                                      Suppression              Transform




                                                     Inverse Fourier

                                                       Transform




                                                  Reconstructed Signal

                                                        output

                                Fig. 1. Flow chart for showing the complete process.


3.1 System Description (Analog Audio signal)
An analogue human audio signal is practically recorded by a recorder in wav format. The human audio frequency
range mostly for men is (2-3) kHz and for women (3-4) kHz. However, the audio signal was recorded and collected
data after certain period of time with differential interval. From such collected data, the graphical representation of
one of the audio signal is shown in Fig. 2 as an example.




                                        Fig. 2. Recorded Human Audio Signal.

                                                               17
Network and Complex Systems                                                                              www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol 2, No.4, 2012




We used normalized frequency in every case due do some beneficial aspects. Normalized frequency has no unit,
decrease calculation complexities, good for graphical comparison.
3.2 Signal Digitization
When we work with digital signal processing in computer, the analogue signal has turned digital automatically.
So, there was no need of extra arrangement to turn the analogue signal into digital.
3.3 Design of digital filter
This subsection is normally complex compare to other parts. The most straightforward way to implement a digital
filter is by convolving the input signal with the digital filter’s impulse response [3]. Actually, digital filters are
described by their impulse response which is called filter kernel. The impulse response is the output of the filter if the
filter is feed by impulse. According to filters impulse response, digital filters are classified into finite impulse
response (FIR) filter and infinite impulse response (IIR) filter respectively. There are several methods to design a
digital filter [1-6]. We discuss here one simple method called Windowing method because of two main applications
which one is to data analysis based on Fast Fourier Transform (FFT) and the other is to design of Finite Impulse
Response (FIR) filters from Infinite Impulse Response (IIR) filters. For FFT analysis, windows are employed to
suppress the so-called ‘leakage effect’ and for FIR filter design according to the ‘windowing method’, Gibbs
oscillations are attenuated [1-3]. Desirable characteristics for a window in the frequency domain are small main-lobe
width and side-lobe peak [14]. However, these two requirements are contradictory, since for a given length, a
window with a narrow main-lobe has a poor attenuation, and vice versa. According to [14], also a third preferred
property of window when applied in data spectrum analysis is that, in the time domain, the sum of window function
(w[n]) with its shifted version by M/2 samples (M is the window order) would be constant shown in Equation (1).




Unispherical windows [7], which are derived from Gegenbaur polynomials, have the property that the side-lobes
roll-off can be controlled by a parameter, independent from the main-lobe width and first side-lobe level. Data
windows given by the inverse of the product of two Gamma functions [8], offer the same advantage of controlling
side-lobes decay, but in trade-off with the main-lobe width. Another class of windows based on Gegenbaur
polynomials introduced in [9], besides of having controllable tradeoff between main-lobe width and side-lobes peak,
also have an additional parameter to combine the two following criteria in designing FIR filters by desired ratio:
minimizing side-lobes peak, and/or minimizing their energy. A family of windows based on Legendre polynomials
has also been reported in [10]. The windows in [7-10] have high computational complexity in deriving the windows
coefficients; therefore they may not be used in real-time applications as well as have no property of (1). To overcome
this difficulties, a windowing method, the so-called Hamming window, based on the ‘Sinc’ function have been
introduced in [14], which offers the advantage of equation (1). The design of linear FIR low pass filter using
Hamming window        which is a special case of the important class of windows, named raised cosine window [13], is
shown in Fig. 3.
                                                           18
Network and Complex Systems                                                                                                             www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol 2, No.4, 2012


                     Magnitude response of truncated sinc                                            Magnitude response after multiplying
                      2                                                                               2
              M agnitude




                                                                                            M agnitude
                           1                                                                             1

                           0                                                                             0
                               0              0.5           1                                                0            0.5             1
                                     Normalized Frequency                                                        Normalized Frequency
                                    Hamming window function                                                      Stopband attenuation



                                                                          M agnitude (db)
                           1                                                                   200
       M agnitude




                    0.5                                                                                  0

                           0                                                                 -200
                               0               50                   100                                      0            0.5             1
                                          Sample number                                                          Normalized Frequency

                                   Fig. 3. Design of digital low pass filter using Hamming window at frequency domain.


It is found that in [15], the Hamming window has about a 20% faster roll-off than the Blackman. The Mathematical
model of Hamming window is given as follows:




Where M is represent the length of filter kernel. When equation (2) is convolving with truncated-sinc function, the
output result is found like Fig. 3 after representing in frequency domain based on FFT and dB scale for showing
passband ripple (0.2%) and stopband attenuation (-53dB) respectively.


3.4 Filter Response
When the input audio signal (shown in Fig. 2) is passed through the desired low pass filter (shown in Fig. 3), the
output signal is found like Fig. 4.




                                                                          19
Network and Complex Systems                                                                           www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol 2, No.4, 2012




                                                 Fig.4. Output filtrated signal

3.5 Signal Synthesis
In the sciences and engineering, the decomposing process of a function into simpler pieces is often called an analysis.
The corresponding operation of rebuilding the function from these pieces is known as synthesis. Audio signal
synthesis is done by taking FFT (Fast Fourier Transform) and IFFT (Inverse Fast Fourier Transform). After FFT of
the filtrated signal, low amplitude suppression has been accomplished. Low amplitude reduction has been done by
down sampling method. In signal processing, down sampling or ‘sub sampling’ is the process of reducing the
sampling rate of a signal. This is actually done to reduce the data rate or the size of the data. The signals before
reconstruction and after reconstruction are shown in Fig. 5 .




                                         Fig. 5.    Synthesis of the Audio signals.


                         Before Reconstruction                              After Reconstruction

4. Result and discussion
We took several input signals with different interval of times and analyzed by following above procedure. After
reconstruction of the signal, it is found that the sound quality is unchanged whereas the memory size is almost half
compare to original signal. Actually the memory size depends upon the down sampling rate. Table 1 shows a
comparison between before and after reconstruction.
                                                              20
Network and Complex Systems                                                                             www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol 2, No.4, 2012

TABLE I
A COMPARISON BETWEEN BEFORE AND AFTER RECONSTRUCTION OF DIFFERENT TYPES OF AUDIO SIGNALS


                                                      Memory(KB)           Memory(KB)
                           Serial
                                        Period        (Before              (After
                           No.
                                                      Reconstruction)      Reconstruction )

                           1            2s            25.5                 12.7

                           2            5s            64.8                 31.8

                           3            8s            102                  50.88

                           4            15 s          191                  95.40

                           5            1.0 min       736.8                381.6

                           6            1.15 min      954.5                477.0


5. Further study
Many Scientists and Engineers feel guilty how to remove noise from noisy signal using digital low pass filters. This
is because every linear filter (including high pass, band pass) can be implemented with the help of low pass filter.
However, good performance in the frequency domain results in poor performance in the time domain, and vice versa.
Now, it is challenge to implement the mathematical model of window function which shows better performance in
time and frequency domain so that it can be easily analyzed not only in signal (including image, speech and
biomedical such as ECG, EEG, MRI etc.) processing but also in communication (cellular, radar and satellite etc.).
6. Conclusion
At first, we designed a filter according to our need and came up with a decision that FIR filters have their own
advantages over IIR filters. As they need only finite numbers of samples so there is need of finite amount of memory
whereas IIR filter needs infinite amount of memory. However, Matlab software provides different options for digital
filter design, which include function calls to filter algorithms. A variety of filter design algorithms are available in
Matlab for both IIR and FIR filters. We also used Matlab for the FFT & IFFT computation for signal processing. In
practical, we have done synthesizing of the filtered signal. By using this technique, it is found that the synthesized
signal acquired the memory size around fifty percent less compare to the original input signal. But, the quality of
signals has remained the same. This technique can be used to minimize the size of disc drive which is helpful to get a
lot of audio signal in a fix disc place. But, if the input signal memory is large enough than there is a problem
occurred during matrix array formation which is one of the main drawbacks of this work.




                                                            21
Network and Complex Systems                                                                          www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol 2, No.4, 2012

References
 A. Oppenheim, R. Schafer and J. Buck (1999), "Discrete-Time Signal Processing, second edition, Prentice-Hall,.
J. Proakis and D. G. Manolakis (2003), “Digital Signal Processing – Principles, Algorithms and Applications”, third
    edition, Prentice-Hall.
“The scientist and Engineer’s guide to Digital Signal Processing”, 2008.
A. Antoniou(1993), Digital Filters, McGraw-Hill, New York.
M. H. Hayes and S. Bhattacharya (2007), Digital Signal Processing, Special Indian edition, McGraw-Hill, New Delhi.
 G. L. Richard (2001), Understanding Digital Signal Processing, second edition, Prentice Hall PTR, New Jersy, USA.
A. G. Deczky (2001), “Unspherical windows”, in Proc. IEEE ISCS, vol. II, pp. 85-89.
C. M. Zierhofer (2007), “Data window with tunable side lobe ripple decay”, IEEE Signal Processing Letters, vol. 14,
    no. 11, November.
A. Rowinska-schwarzweller and M. Wintermantel (2002), “On designing FIR filters using windows based on
    Gegenbauer polynomials”, in Proc. IEEE ISCAS, vol. 1, pp. 413-416.
 M. Jascula (2002), “New windows family based on modified Legendre polynomials”, in Proc. IEEE IMTC, pp.
    553-556.
 M. G. Shayesteh and M. Mottaghi-Kashtiban (2009), “FIR filter design using a new window function”, in Proc. of
    IEEE DSP.
 M. G. Shayesteh and M. Mottaghi-Kashtiban (2009), “An efficient window function for design of FIR filters using
    IIR filters”, in Proc. of IEEE Eurocon, pp. 1443-1447.
 F. J. Harris (1978), “On the use of windows for harmonic analysis with the discrete Fourier transform”, In Proc. of
    IEEE, vol. 66, no. 1, pp. 51-83.
M. Mottaghi-Kashtiban and M. G. Shayesteh (2010), “A new window function for signal spectrum analysis and FIR
    filter design”, In Proc. of ICEE.


Mohammad Shahjalal received his B. Sc. degree in Electrical and Electronic Engineering from Chittagong
University of Engineering and Technology in 2009. Now he is serving as a lecturer in the department of Electrical
and Electronic Engineering of International Islamic University Chittagong since February 28, 2010. His research
interests focus on Digital image and signal processing, wireless communication, wireless networking, power
electronics, renewable energy.


Md. Atiqul Islam received his B. Sc. degree in Electrical and Electronic Engineering from Rajshahi University of
Engineering and Technology in 2009. Now he is pursuing M. Sc. in Electrical & Electronic Engineering in
Chittagong University of Engineering and Technology.          After receiving his B. Sc. He was as an Instructor at
Aeronautical Institute of Bangladesh for five months, also worked as a service engineer at BD Power Limited for six
months, as a lecturer in University of Information Technology and Sciences for six months and now serving as a
lecturer in the department of Electrical and Electronic Engineering of International Islamic University Chittagong
since September 06, 2010. His research interests focus on Digital signal processing, biomedical electronics, wireless
communication, and renewable energy.



                                                         22
Network and Complex Systems                                                                           www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol 2, No.4, 2012

Md. Amanullah received his B. Sc. degree in Computer Science and Engineering from International Islamic
University Chittagong in 2007. Now he is serving as a lecturer in the department of Electrical and Electronic
Engineering of International Islamic University Chittagong. His research interests focus on Digital signal processing,
Artificial Intelligence, Computer networks.


Muhammad Mostafa Amir Faisal received his B. Sc. degree in Electrical and Electronic Engineering from Islamic
University of Technology in 2011. Now he is serving as a lecturer in the department of Electronic and
Telecommunications Engineering of International Islamic University Chittagong. His research interests focus on
Digital signal processing, wireless communication, wireless networking, automation and robotics.


M. Sanaullah received his B. Sc. degree in Electrical and Electronic Engineering from Chittagong University of
Engineering and Technology in 2008. Now he is serving as a lecturer in the department of Electrical and Electronic
Engineering of Chittagong University of Engineering and Technology. His research interests focus on Digital signal
processing, wireless communication, wireless networking, and MIMO communication.


K. S. Mohammad received his B. Sc. degree in Electrical and Electronic Engineering from Chittagong University of
Engineering and Technology. His research interests focus on Digital signal processing, control systems,
semiconductor physics.




                                                         23
This academic article was published by The International Institute for Science,
Technology and Education (IISTE). The IISTE is a pioneer in the Open Access
Publishing service based in the U.S. and Europe. The aim of the institute is
Accelerating Global Knowledge Sharing.

More information about the publisher can be found in the IISTE’s homepage:
http://www.iiste.org


The IISTE is currently hosting more than 30 peer-reviewed academic journals and
collaborating with academic institutions around the world. Prospective authors of
IISTE journals can find the submission instruction on the following page:
http://www.iiste.org/Journals/

The IISTE editorial team promises to the review and publish all the qualified
submissions in a fast manner. All the journals articles are available online to the
readers all over the world without financial, legal, or technical barriers other than
those inseparable from gaining access to the internet itself. Printed version of the
journals is also available upon request of readers and authors.

IISTE Knowledge Sharing Partners

EBSCO, Index Copernicus, Ulrich's Periodicals Directory, JournalTOCS, PKP Open
Archives Harvester, Bielefeld Academic Search Engine, Elektronische
Zeitschriftenbibliothek EZB, Open J-Gate, OCLC WorldCat, Universe Digtial
Library , NewJour, Google Scholar

Mais conteúdo relacionado

Mais procurados

Digital Signal Processing Tutorial: Chapt 4 design of digital filters (FIR)
Digital Signal Processing Tutorial: Chapt 4 design of digital filters (FIR) Digital Signal Processing Tutorial: Chapt 4 design of digital filters (FIR)
Digital Signal Processing Tutorial: Chapt 4 design of digital filters (FIR) Chandrashekhar Padole
 
Discrete-Time Signal Processing
Discrete-Time Signal ProcessingDiscrete-Time Signal Processing
Discrete-Time Signal Processinglancer350
 
Introductory Lecture to Audio Signal Processing
Introductory Lecture to Audio Signal ProcessingIntroductory Lecture to Audio Signal Processing
Introductory Lecture to Audio Signal ProcessingAngelo Salatino
 
Introduction to DSP
Introduction to DSPIntroduction to DSP
Introduction to DSPshinychristo
 
PSoC BASED SPEECH RECOGNITION SYSTEM
PSoC BASED SPEECH RECOGNITION SYSTEMPSoC BASED SPEECH RECOGNITION SYSTEM
PSoC BASED SPEECH RECOGNITION SYSTEMIJRES 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
 
Introduction to Digital Signal Processing
Introduction to Digital Signal ProcessingIntroduction to Digital Signal Processing
Introduction to Digital Signal Processingop205
 
Performance Analysis of FIR Filter using FDATool
Performance Analysis of FIR Filter using FDAToolPerformance Analysis of FIR Filter using FDATool
Performance Analysis of FIR Filter using FDAToolijtsrd
 
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
 
Digital signal processing
Digital signal processingDigital signal processing
Digital signal processingVedavyas PBurli
 
Introduction to dsp by bibhu prasad ganthia
Introduction to dsp by bibhu prasad ganthiaIntroduction to dsp by bibhu prasad ganthia
Introduction to dsp by bibhu prasad ganthiaDr. Bibhu Prasad Ganthia
 
Introduction to DSP - Digital Signal Processing
Introduction to DSP - Digital Signal ProcessingIntroduction to DSP - Digital Signal Processing
Introduction to DSP - Digital Signal ProcessingDr. Shivananda Koteshwar
 
Introduction to digital signal processing 2
Introduction to digital signal processing 2Introduction to digital signal processing 2
Introduction to digital signal processing 2Hossam Hassan
 
Architecture of direct_digital_synthesiz
Architecture of direct_digital_synthesizArchitecture of direct_digital_synthesiz
Architecture of direct_digital_synthesizanjunarayanan
 
Advanced Topics In Digital Signal Processing
Advanced Topics In Digital Signal ProcessingAdvanced Topics In Digital Signal Processing
Advanced Topics In Digital Signal ProcessingJim Jenkins
 

Mais procurados (18)

Digital Signal Processing Tutorial: Chapt 4 design of digital filters (FIR)
Digital Signal Processing Tutorial: Chapt 4 design of digital filters (FIR) Digital Signal Processing Tutorial: Chapt 4 design of digital filters (FIR)
Digital Signal Processing Tutorial: Chapt 4 design of digital filters (FIR)
 
Sub band project
Sub band projectSub band project
Sub band project
 
Discrete-Time Signal Processing
Discrete-Time Signal ProcessingDiscrete-Time Signal Processing
Discrete-Time Signal Processing
 
Introductory Lecture to Audio Signal Processing
Introductory Lecture to Audio Signal ProcessingIntroductory Lecture to Audio Signal Processing
Introductory Lecture to Audio Signal Processing
 
Introduction to DSP
Introduction to DSPIntroduction to DSP
Introduction to DSP
 
PSoC BASED SPEECH RECOGNITION SYSTEM
PSoC BASED SPEECH RECOGNITION SYSTEMPSoC BASED SPEECH RECOGNITION SYSTEM
PSoC BASED SPEECH RECOGNITION SYSTEM
 
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
 
Signal Filtering
Signal FilteringSignal Filtering
Signal Filtering
 
Introduction to Digital Signal Processing
Introduction to Digital Signal ProcessingIntroduction to Digital Signal Processing
Introduction to Digital Signal Processing
 
Performance Analysis of FIR Filter using FDATool
Performance Analysis of FIR Filter using FDAToolPerformance Analysis of FIR Filter using FDATool
Performance Analysis of FIR Filter using FDATool
 
252 256
252 256252 256
252 256
 
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
 
Digital signal processing
Digital signal processingDigital signal processing
Digital signal processing
 
Introduction to dsp by bibhu prasad ganthia
Introduction to dsp by bibhu prasad ganthiaIntroduction to dsp by bibhu prasad ganthia
Introduction to dsp by bibhu prasad ganthia
 
Introduction to DSP - Digital Signal Processing
Introduction to DSP - Digital Signal ProcessingIntroduction to DSP - Digital Signal Processing
Introduction to DSP - Digital Signal Processing
 
Introduction to digital signal processing 2
Introduction to digital signal processing 2Introduction to digital signal processing 2
Introduction to digital signal processing 2
 
Architecture of direct_digital_synthesiz
Architecture of direct_digital_synthesizArchitecture of direct_digital_synthesiz
Architecture of direct_digital_synthesiz
 
Advanced Topics In Digital Signal Processing
Advanced Topics In Digital Signal ProcessingAdvanced Topics In Digital Signal Processing
Advanced Topics In Digital Signal Processing
 

Destaque

An Introduction to Types of Water Membrane Filtration
An Introduction to Types of Water Membrane FiltrationAn Introduction to Types of Water Membrane Filtration
An Introduction to Types of Water Membrane FiltrationAgape Water Solutions, Inc.
 
Agglomeration of Ferro Manganese Fines for Use in LD Steel Making : Presented...
Agglomeration of Ferro Manganese Fines for Use in LD Steel Making : Presented...Agglomeration of Ferro Manganese Fines for Use in LD Steel Making : Presented...
Agglomeration of Ferro Manganese Fines for Use in LD Steel Making : Presented...PRABHASH GOKARN
 
IBA 2009: Principals of Organics Granulation - A Technical Overview of Fertil...
IBA 2009: Principals of Organics Granulation - A Technical Overview of Fertil...IBA 2009: Principals of Organics Granulation - A Technical Overview of Fertil...
IBA 2009: Principals of Organics Granulation - A Technical Overview of Fertil...FEECO International, Inc.
 
Comparative study of vertebral column of camel, ox and horse
Comparative study of vertebral column of camel, ox and horseComparative study of vertebral column of camel, ox and horse
Comparative study of vertebral column of camel, ox and horseAsadAbdulHannan
 
27 3 size reduction
27 3 size reduction27 3 size reduction
27 3 size reductionZamir Khan
 
Size reduction theories
Size reduction theoriesSize reduction theories
Size reduction theoriesDhiren Modi
 
Kinetic Particle Theory (Slg Introduction)
Kinetic Particle Theory (Slg Introduction)Kinetic Particle Theory (Slg Introduction)
Kinetic Particle Theory (Slg Introduction)sYhira
 
Food service equipments
Food service equipmentsFood service equipments
Food service equipmentsEdgar Dsouza
 
PARTICLE SIZE REDUCTION TECHNIQUES
PARTICLE SIZE REDUCTION TECHNIQUESPARTICLE SIZE REDUCTION TECHNIQUES
PARTICLE SIZE REDUCTION TECHNIQUESSagar Savale
 
Filtration: mechanism and design parameters
Filtration: mechanism and design parameters Filtration: mechanism and design parameters
Filtration: mechanism and design parameters reyhane mazahernasab
 
Step up to writing for kids
Step up to writing for kidsStep up to writing for kids
Step up to writing for kidsSonya ter Borg
 
Non-Destructive Testing (NDT) - Industrial Radiography Normal Working Procedures
Non-Destructive Testing (NDT) - Industrial Radiography Normal Working ProceduresNon-Destructive Testing (NDT) - Industrial Radiography Normal Working Procedures
Non-Destructive Testing (NDT) - Industrial Radiography Normal Working Proceduresshahar_sayuti
 
Introduction to construction management
Introduction to construction managementIntroduction to construction management
Introduction to construction managementAditi Shah
 

Destaque (20)

FEECO Corporate Overview
FEECO Corporate OverviewFEECO Corporate Overview
FEECO Corporate Overview
 
An Introduction to Types of Water Membrane Filtration
An Introduction to Types of Water Membrane FiltrationAn Introduction to Types of Water Membrane Filtration
An Introduction to Types of Water Membrane Filtration
 
Lab Soul, India, Ambala, Sieve Shaker
Lab Soul, India, Ambala, Sieve ShakerLab Soul, India, Ambala, Sieve Shaker
Lab Soul, India, Ambala, Sieve Shaker
 
Agglomeration of Ferro Manganese Fines for Use in LD Steel Making : Presented...
Agglomeration of Ferro Manganese Fines for Use in LD Steel Making : Presented...Agglomeration of Ferro Manganese Fines for Use in LD Steel Making : Presented...
Agglomeration of Ferro Manganese Fines for Use in LD Steel Making : Presented...
 
IBA 2009: Principals of Organics Granulation - A Technical Overview of Fertil...
IBA 2009: Principals of Organics Granulation - A Technical Overview of Fertil...IBA 2009: Principals of Organics Granulation - A Technical Overview of Fertil...
IBA 2009: Principals of Organics Granulation - A Technical Overview of Fertil...
 
Particle Technology- Filtration
Particle Technology- FiltrationParticle Technology- Filtration
Particle Technology- Filtration
 
Comparative study of vertebral column of camel, ox and horse
Comparative study of vertebral column of camel, ox and horseComparative study of vertebral column of camel, ox and horse
Comparative study of vertebral column of camel, ox and horse
 
Agglomeration Equipment Basics
Agglomeration Equipment BasicsAgglomeration Equipment Basics
Agglomeration Equipment Basics
 
27 3 size reduction
27 3 size reduction27 3 size reduction
27 3 size reduction
 
Size reduction theories
Size reduction theoriesSize reduction theories
Size reduction theories
 
Kinetic Particle Theory (Slg Introduction)
Kinetic Particle Theory (Slg Introduction)Kinetic Particle Theory (Slg Introduction)
Kinetic Particle Theory (Slg Introduction)
 
Food service equipments
Food service equipmentsFood service equipments
Food service equipments
 
PARTICLE SIZE REDUCTION TECHNIQUES
PARTICLE SIZE REDUCTION TECHNIQUESPARTICLE SIZE REDUCTION TECHNIQUES
PARTICLE SIZE REDUCTION TECHNIQUES
 
size reduction
size reductionsize reduction
size reduction
 
Filtration: mechanism and design parameters
Filtration: mechanism and design parameters Filtration: mechanism and design parameters
Filtration: mechanism and design parameters
 
Step up to writing for kids
Step up to writing for kidsStep up to writing for kids
Step up to writing for kids
 
Non-Destructive Testing (NDT) - Industrial Radiography Normal Working Procedures
Non-Destructive Testing (NDT) - Industrial Radiography Normal Working ProceduresNon-Destructive Testing (NDT) - Industrial Radiography Normal Working Procedures
Non-Destructive Testing (NDT) - Industrial Radiography Normal Working Procedures
 
Introduction to construction management
Introduction to construction managementIntroduction to construction management
Introduction to construction management
 
Air pollution control m4
Air pollution control m4Air pollution control m4
Air pollution control m4
 
Filtration
FiltrationFiltration
Filtration
 

Semelhante a Filtration and synthesis of different types of human voice signals

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
 
Discrete time signal processing unit-2
Discrete time signal processing unit-2Discrete time signal processing unit-2
Discrete time signal processing unit-2selvalakshmi24
 
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
 
PSoC BASED SPEECH RECOGNITION SYSTEM
PSoC BASED SPEECH RECOGNITION SYSTEMPSoC BASED SPEECH RECOGNITION SYSTEM
PSoC BASED SPEECH RECOGNITION SYSTEMirjes
 
DIGITAL FILTERS/SIGNERS types and uses.docx
DIGITAL FILTERS/SIGNERS types and uses.docxDIGITAL FILTERS/SIGNERS types and uses.docx
DIGITAL FILTERS/SIGNERS types and uses.docxgreatmike3
 
An Evaluation Of Lms Based Adaptive Filtering
An Evaluation Of Lms Based Adaptive FilteringAn Evaluation Of Lms Based Adaptive Filtering
An Evaluation Of Lms Based Adaptive FilteringRenee Wardowski
 
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
 
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
 
Periodic impulsive noise reduction in ofdm based power line communication
Periodic impulsive noise reduction in ofdm based power line communicationPeriodic impulsive noise reduction in ofdm based power line communication
Periodic impulsive noise reduction in ofdm based power line communicationeSAT Publishing House
 
Periodic impulsive noise reduction in ofdm based power line communication
Periodic impulsive noise reduction in ofdm based power line communicationPeriodic impulsive noise reduction in ofdm based power line communication
Periodic impulsive noise reduction in ofdm based power line communicationeSAT Publishing House
 
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...INFOGAIN PUBLICATION
 
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...INFOGAIN PUBLICATION
 
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...INFOGAIN PUBLICATION
 
Adaptive Digital Filter Design for Linear Noise Cancellation Using Neural Net...
Adaptive Digital Filter Design for Linear Noise Cancellation Using Neural Net...Adaptive Digital Filter Design for Linear Noise Cancellation Using Neural Net...
Adaptive Digital Filter Design for Linear Noise Cancellation Using Neural Net...iosrjce
 
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
 
Design and Implementation of Digital PLL using Self Correcting DCO System
Design and Implementation of Digital PLL using Self Correcting DCO SystemDesign and Implementation of Digital PLL using Self Correcting DCO System
Design and Implementation of Digital PLL using Self Correcting DCO SystemIJERA Editor
 

Semelhante a Filtration and synthesis of different types of human voice signals (20)

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
 
Discrete time signal processing unit-2
Discrete time signal processing unit-2Discrete time signal processing unit-2
Discrete time signal processing unit-2
 
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
 
PSoC BASED SPEECH RECOGNITION SYSTEM
PSoC BASED SPEECH RECOGNITION SYSTEMPSoC BASED SPEECH RECOGNITION SYSTEM
PSoC BASED SPEECH RECOGNITION SYSTEM
 
DIGITAL FILTERS/SIGNERS types and uses.docx
DIGITAL FILTERS/SIGNERS types and uses.docxDIGITAL FILTERS/SIGNERS types and uses.docx
DIGITAL FILTERS/SIGNERS types and uses.docx
 
An Evaluation Of Lms Based Adaptive Filtering
An Evaluation Of Lms Based Adaptive FilteringAn Evaluation Of Lms Based Adaptive Filtering
An Evaluation Of Lms Based Adaptive Filtering
 
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
 
S01061136141
S01061136141S01061136141
S01061136141
 
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...
 
Periodic impulsive noise reduction in ofdm based power line communication
Periodic impulsive noise reduction in ofdm based power line communicationPeriodic impulsive noise reduction in ofdm based power line communication
Periodic impulsive noise reduction in ofdm based power line communication
 
Periodic impulsive noise reduction in ofdm based power line communication
Periodic impulsive noise reduction in ofdm based power line communicationPeriodic impulsive noise reduction in ofdm based power line communication
Periodic impulsive noise reduction in ofdm based power line communication
 
Z4301132136
Z4301132136Z4301132136
Z4301132136
 
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
 
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
 
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
 
Hk3613091316
Hk3613091316Hk3613091316
Hk3613091316
 
Adaptive Digital Filter Design for Linear Noise Cancellation Using Neural Net...
Adaptive Digital Filter Design for Linear Noise Cancellation Using Neural Net...Adaptive Digital Filter Design for Linear Noise Cancellation Using Neural Net...
Adaptive Digital Filter Design for Linear Noise Cancellation Using Neural Net...
 
D017632228
D017632228D017632228
D017632228
 
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
 
Design and Implementation of Digital PLL using Self Correcting DCO System
Design and Implementation of Digital PLL using Self Correcting DCO SystemDesign and Implementation of Digital PLL using Self Correcting DCO System
Design and Implementation of Digital PLL using Self Correcting DCO System
 

Mais de Alexander Decker

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Alexander Decker
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inAlexander Decker
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesAlexander Decker
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksAlexander Decker
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dAlexander Decker
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceAlexander Decker
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifhamAlexander Decker
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaAlexander Decker
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenAlexander Decker
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksAlexander Decker
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget forAlexander Decker
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabAlexander Decker
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...Alexander Decker
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalAlexander Decker
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesAlexander Decker
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbAlexander Decker
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloudAlexander Decker
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveragedAlexander Decker
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenyaAlexander Decker
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health ofAlexander Decker
 

Mais de Alexander Decker (20)

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale in
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websites
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banks
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized d
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistance
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifham
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibia
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school children
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banks
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget for
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjab
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incremental
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniques
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo db
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloud
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveraged
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenya
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health of
 

Último

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 

Último (20)

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 

Filtration and synthesis of different types of human voice signals

  • 1. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol 2, No.4, 2012 Filtration and Synthesis of Different types of Human Voice Signals: An application of digital signal processing Mohammad Shahjalal1, Md. Atiqul Islam2, Md. Amanullah3, Muhammad Mostafa Amir Faisal4, M. Sanaullah5, K. S. Mohammad6 1. Lecturer, Department of Electrical and Electronic Engineering, International Islamic University Chittagong. 2. Lecturer, Department of Electrical and Electronic Engineering, International Islamic University Chittagong. 3. Lecturer, Department of Electrical and Electronic Engineering, International Islamic University Chittagong. 4. Lecturer, Department of Electronic and Telecommunications Engineering, International Islamic University Chittagong. 5. Lecturer, Department of Electrical and Electronic Engineering, Chittagong University of Engineering and Technology. 6. Graduate Student, Department of Electrical and Electronic Engineering, Chittagong University of Engineering and Technology. * E-mail of the corresponding author: tahsanahmedj@yahoo.com. Abstract An observation of the effect in audio signal by using digital filter plays an important role in the field of digital signal processing (DSP). Day by day the digital form of signal is becoming more preferable than the analog one which is increasing the need of DSP in the rapidly changing world. Yet, there are many attractive schemes for designing a digital filter; we adopt windowing technique for design a FIR low pass filter in the frequency domain for the short period. However, the main task of our work is to perform filtration of the different types of practical human voice signals by using digital filter and synthesis of those signals to reduce the memory size (kB) by remaining the same quality of the signal. We used MATLAB for the design of digital filter and synthesis of those audio signals. MATLAB provides different options for signal synthesis. Finally, this paper gives an idea about reconstructed signals and filtrated signals. Keywords: Digital filter, Cutoff frequency, Fourier transform, Inverse Fourier transforms, normalized frequency. 1. Introduction An audio signal, such like human voice, is a representation of sound waves in a different form. Typically this is an electrical voltage, but these signals can be expressed through alternative mediums such as magnetic particles, when recorded onto analogue tape [1]. A fundamental aspect of signal processing is filtering. Filtering involves the manipulation of the spectrum of a signal by passing or blocking certain portions of the spectrum, depending on the 15
  • 2. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol 2, No.4, 2012 frequency of those portions [1-2]. Filters are designed according to what kind of manipulation of the signal is required for a particular application. Filters are basically classified into two classes: analogue filter and digital filter. Digital filters are a very important part of DSP. In fact, their extraordinary performance is one of the key reasons that DSP has become so popular [3]. The problem of this paper can be attacked with either analogue or digital filters. Which is better? Analogue filters are cheap, fast, and have a large dynamic range in both amplitude and frequency [2]. On the other hand, digital filters, in comparison, are vastly superior in the level of performance that can be achieved. Digital filters are totally flexible, as they are designed by some set of programs. So to change the filters response we just have to make a little change in that program [2-3]. It is also easy to handle and store digital signals. So, digital filters are preferable over analogue filters. In our experiment, we take an analogue audio signal of a particular memory size and finally we show that the memory size of this audio signal has been reduced by remaining the same quality through digital signal processing system. In the starting process of this project, we record the human voice by a recorder. As human voice is analogue, it has been digitized. The digitization process has done automatically when it take in a computer. We designed a low pass FIR filter by MATLAB program. The input audio signal is then passed through the filter. The filtrated signal is synthesized. In the synthesized process, Fourier transform, low amplitude signal suppression, inverse Fourier transform are done respectively. The reconstructed signal and filtrated signal are achieved practically, which almost have the same quality but the reconstructed signal’s memory size is almost half of the filtrated signal. This paper is organized as follows. Section 2 represents the working procedure in details. Section 3 describes the complete system of our work with Simulation results. Summary of the results are shown in Section 4. Research trends and potential for future applications is discussed in Section 5 and followed by a conclusion in Section 6. 2. Working Scheme A fundamental aspect of signal processing is filtering. Filtering involves the manipulation of the spectrum of a signal by passing or blocking certain portions of the spectrum, depending on the frequency of those portions. Generally, the work of this paper involves two parts which one is to observe the frequency response and the second one is to reconstruct of the original (human voice) signal. These two phenomena, finally, shows that the memory size of the reconstructed signal with respect to filtrated signal is almost half by remaining the same quality. A signal may contain noise. For this reason, filtering has done. For filtering approach, a low pass filter has been designed in the frequency domain by using FIR type window-sinc (Hamming window) technique [1-4]. Windowed-sinc filters are used to separate one band of frequencies from another [3]. They are very stable, produce few surprises and can be pushed to incredible performance levels. To design a windowed-sinc, two parameters must be selected which one is the cutoff frequency, fc and other is the length of the filter kernel, M [1,3]. The cutoff frequency (fc) is expressed as a fraction of the sampling rate and the length of the filter kernel (M) which determines the transition bandwidth (BW) of the filter. This is only an approximation since roll-off depends on the particular window being used in [2]. Down sampling has done to reduce the lower amplitude. The down sampling factor is usually an integer or a rational fraction greater than unity. In this paper, we carried down sampling by a factor two. After that an audio signal synthesis is done by taking FFT (Fast Fourier Transform) and IFFT (Inverse Fast Fourier Transform) [5]. FFTs are of great importance in [5] to a wide variety of applications, from digital signal processing and solving partial differential equations to algorithms for 16
  • 3. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol 2, No.4, 2012 quick multiplication of large integers. The following flow chart shows the working scheme of our work of this paper which is shown in Fig. 1. Analog Audio Signal Digitization Filtration Low Amplitude Signal Fourier Suppression Transform Inverse Fourier Transform Reconstructed Signal output Fig. 1. Flow chart for showing the complete process. 3.1 System Description (Analog Audio signal) An analogue human audio signal is practically recorded by a recorder in wav format. The human audio frequency range mostly for men is (2-3) kHz and for women (3-4) kHz. However, the audio signal was recorded and collected data after certain period of time with differential interval. From such collected data, the graphical representation of one of the audio signal is shown in Fig. 2 as an example. Fig. 2. Recorded Human Audio Signal. 17
  • 4. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol 2, No.4, 2012 We used normalized frequency in every case due do some beneficial aspects. Normalized frequency has no unit, decrease calculation complexities, good for graphical comparison. 3.2 Signal Digitization When we work with digital signal processing in computer, the analogue signal has turned digital automatically. So, there was no need of extra arrangement to turn the analogue signal into digital. 3.3 Design of digital filter This subsection is normally complex compare to other parts. The most straightforward way to implement a digital filter is by convolving the input signal with the digital filter’s impulse response [3]. Actually, digital filters are described by their impulse response which is called filter kernel. The impulse response is the output of the filter if the filter is feed by impulse. According to filters impulse response, digital filters are classified into finite impulse response (FIR) filter and infinite impulse response (IIR) filter respectively. There are several methods to design a digital filter [1-6]. We discuss here one simple method called Windowing method because of two main applications which one is to data analysis based on Fast Fourier Transform (FFT) and the other is to design of Finite Impulse Response (FIR) filters from Infinite Impulse Response (IIR) filters. For FFT analysis, windows are employed to suppress the so-called ‘leakage effect’ and for FIR filter design according to the ‘windowing method’, Gibbs oscillations are attenuated [1-3]. Desirable characteristics for a window in the frequency domain are small main-lobe width and side-lobe peak [14]. However, these two requirements are contradictory, since for a given length, a window with a narrow main-lobe has a poor attenuation, and vice versa. According to [14], also a third preferred property of window when applied in data spectrum analysis is that, in the time domain, the sum of window function (w[n]) with its shifted version by M/2 samples (M is the window order) would be constant shown in Equation (1). Unispherical windows [7], which are derived from Gegenbaur polynomials, have the property that the side-lobes roll-off can be controlled by a parameter, independent from the main-lobe width and first side-lobe level. Data windows given by the inverse of the product of two Gamma functions [8], offer the same advantage of controlling side-lobes decay, but in trade-off with the main-lobe width. Another class of windows based on Gegenbaur polynomials introduced in [9], besides of having controllable tradeoff between main-lobe width and side-lobes peak, also have an additional parameter to combine the two following criteria in designing FIR filters by desired ratio: minimizing side-lobes peak, and/or minimizing their energy. A family of windows based on Legendre polynomials has also been reported in [10]. The windows in [7-10] have high computational complexity in deriving the windows coefficients; therefore they may not be used in real-time applications as well as have no property of (1). To overcome this difficulties, a windowing method, the so-called Hamming window, based on the ‘Sinc’ function have been introduced in [14], which offers the advantage of equation (1). The design of linear FIR low pass filter using Hamming window which is a special case of the important class of windows, named raised cosine window [13], is shown in Fig. 3. 18
  • 5. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol 2, No.4, 2012 Magnitude response of truncated sinc Magnitude response after multiplying 2 2 M agnitude M agnitude 1 1 0 0 0 0.5 1 0 0.5 1 Normalized Frequency Normalized Frequency Hamming window function Stopband attenuation M agnitude (db) 1 200 M agnitude 0.5 0 0 -200 0 50 100 0 0.5 1 Sample number Normalized Frequency Fig. 3. Design of digital low pass filter using Hamming window at frequency domain. It is found that in [15], the Hamming window has about a 20% faster roll-off than the Blackman. The Mathematical model of Hamming window is given as follows: Where M is represent the length of filter kernel. When equation (2) is convolving with truncated-sinc function, the output result is found like Fig. 3 after representing in frequency domain based on FFT and dB scale for showing passband ripple (0.2%) and stopband attenuation (-53dB) respectively. 3.4 Filter Response When the input audio signal (shown in Fig. 2) is passed through the desired low pass filter (shown in Fig. 3), the output signal is found like Fig. 4. 19
  • 6. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol 2, No.4, 2012 Fig.4. Output filtrated signal 3.5 Signal Synthesis In the sciences and engineering, the decomposing process of a function into simpler pieces is often called an analysis. The corresponding operation of rebuilding the function from these pieces is known as synthesis. Audio signal synthesis is done by taking FFT (Fast Fourier Transform) and IFFT (Inverse Fast Fourier Transform). After FFT of the filtrated signal, low amplitude suppression has been accomplished. Low amplitude reduction has been done by down sampling method. In signal processing, down sampling or ‘sub sampling’ is the process of reducing the sampling rate of a signal. This is actually done to reduce the data rate or the size of the data. The signals before reconstruction and after reconstruction are shown in Fig. 5 . Fig. 5. Synthesis of the Audio signals. Before Reconstruction After Reconstruction 4. Result and discussion We took several input signals with different interval of times and analyzed by following above procedure. After reconstruction of the signal, it is found that the sound quality is unchanged whereas the memory size is almost half compare to original signal. Actually the memory size depends upon the down sampling rate. Table 1 shows a comparison between before and after reconstruction. 20
  • 7. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol 2, No.4, 2012 TABLE I A COMPARISON BETWEEN BEFORE AND AFTER RECONSTRUCTION OF DIFFERENT TYPES OF AUDIO SIGNALS Memory(KB) Memory(KB) Serial Period (Before (After No. Reconstruction) Reconstruction ) 1 2s 25.5 12.7 2 5s 64.8 31.8 3 8s 102 50.88 4 15 s 191 95.40 5 1.0 min 736.8 381.6 6 1.15 min 954.5 477.0 5. Further study Many Scientists and Engineers feel guilty how to remove noise from noisy signal using digital low pass filters. This is because every linear filter (including high pass, band pass) can be implemented with the help of low pass filter. However, good performance in the frequency domain results in poor performance in the time domain, and vice versa. Now, it is challenge to implement the mathematical model of window function which shows better performance in time and frequency domain so that it can be easily analyzed not only in signal (including image, speech and biomedical such as ECG, EEG, MRI etc.) processing but also in communication (cellular, radar and satellite etc.). 6. Conclusion At first, we designed a filter according to our need and came up with a decision that FIR filters have their own advantages over IIR filters. As they need only finite numbers of samples so there is need of finite amount of memory whereas IIR filter needs infinite amount of memory. However, Matlab software provides different options for digital filter design, which include function calls to filter algorithms. A variety of filter design algorithms are available in Matlab for both IIR and FIR filters. We also used Matlab for the FFT & IFFT computation for signal processing. In practical, we have done synthesizing of the filtered signal. By using this technique, it is found that the synthesized signal acquired the memory size around fifty percent less compare to the original input signal. But, the quality of signals has remained the same. This technique can be used to minimize the size of disc drive which is helpful to get a lot of audio signal in a fix disc place. But, if the input signal memory is large enough than there is a problem occurred during matrix array formation which is one of the main drawbacks of this work. 21
  • 8. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol 2, No.4, 2012 References A. Oppenheim, R. Schafer and J. Buck (1999), "Discrete-Time Signal Processing, second edition, Prentice-Hall,. J. Proakis and D. G. Manolakis (2003), “Digital Signal Processing – Principles, Algorithms and Applications”, third edition, Prentice-Hall. “The scientist and Engineer’s guide to Digital Signal Processing”, 2008. A. Antoniou(1993), Digital Filters, McGraw-Hill, New York. M. H. Hayes and S. Bhattacharya (2007), Digital Signal Processing, Special Indian edition, McGraw-Hill, New Delhi. G. L. Richard (2001), Understanding Digital Signal Processing, second edition, Prentice Hall PTR, New Jersy, USA. A. G. Deczky (2001), “Unspherical windows”, in Proc. IEEE ISCS, vol. II, pp. 85-89. C. M. Zierhofer (2007), “Data window with tunable side lobe ripple decay”, IEEE Signal Processing Letters, vol. 14, no. 11, November. A. Rowinska-schwarzweller and M. Wintermantel (2002), “On designing FIR filters using windows based on Gegenbauer polynomials”, in Proc. IEEE ISCAS, vol. 1, pp. 413-416. M. Jascula (2002), “New windows family based on modified Legendre polynomials”, in Proc. IEEE IMTC, pp. 553-556. M. G. Shayesteh and M. Mottaghi-Kashtiban (2009), “FIR filter design using a new window function”, in Proc. of IEEE DSP. M. G. Shayesteh and M. Mottaghi-Kashtiban (2009), “An efficient window function for design of FIR filters using IIR filters”, in Proc. of IEEE Eurocon, pp. 1443-1447. F. J. Harris (1978), “On the use of windows for harmonic analysis with the discrete Fourier transform”, In Proc. of IEEE, vol. 66, no. 1, pp. 51-83. M. Mottaghi-Kashtiban and M. G. Shayesteh (2010), “A new window function for signal spectrum analysis and FIR filter design”, In Proc. of ICEE. Mohammad Shahjalal received his B. Sc. degree in Electrical and Electronic Engineering from Chittagong University of Engineering and Technology in 2009. Now he is serving as a lecturer in the department of Electrical and Electronic Engineering of International Islamic University Chittagong since February 28, 2010. His research interests focus on Digital image and signal processing, wireless communication, wireless networking, power electronics, renewable energy. Md. Atiqul Islam received his B. Sc. degree in Electrical and Electronic Engineering from Rajshahi University of Engineering and Technology in 2009. Now he is pursuing M. Sc. in Electrical & Electronic Engineering in Chittagong University of Engineering and Technology. After receiving his B. Sc. He was as an Instructor at Aeronautical Institute of Bangladesh for five months, also worked as a service engineer at BD Power Limited for six months, as a lecturer in University of Information Technology and Sciences for six months and now serving as a lecturer in the department of Electrical and Electronic Engineering of International Islamic University Chittagong since September 06, 2010. His research interests focus on Digital signal processing, biomedical electronics, wireless communication, and renewable energy. 22
  • 9. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol 2, No.4, 2012 Md. Amanullah received his B. Sc. degree in Computer Science and Engineering from International Islamic University Chittagong in 2007. Now he is serving as a lecturer in the department of Electrical and Electronic Engineering of International Islamic University Chittagong. His research interests focus on Digital signal processing, Artificial Intelligence, Computer networks. Muhammad Mostafa Amir Faisal received his B. Sc. degree in Electrical and Electronic Engineering from Islamic University of Technology in 2011. Now he is serving as a lecturer in the department of Electronic and Telecommunications Engineering of International Islamic University Chittagong. His research interests focus on Digital signal processing, wireless communication, wireless networking, automation and robotics. M. Sanaullah received his B. Sc. degree in Electrical and Electronic Engineering from Chittagong University of Engineering and Technology in 2008. Now he is serving as a lecturer in the department of Electrical and Electronic Engineering of Chittagong University of Engineering and Technology. His research interests focus on Digital signal processing, wireless communication, wireless networking, and MIMO communication. K. S. Mohammad received his B. Sc. degree in Electrical and Electronic Engineering from Chittagong University of Engineering and Technology. His research interests focus on Digital signal processing, control systems, semiconductor physics. 23
  • 10. This academic article was published by The International Institute for Science, Technology and Education (IISTE). The IISTE is a pioneer in the Open Access Publishing service based in the U.S. and Europe. The aim of the institute is Accelerating Global Knowledge Sharing. More information about the publisher can be found in the IISTE’s homepage: http://www.iiste.org The IISTE is currently hosting more than 30 peer-reviewed academic journals and collaborating with academic institutions around the world. Prospective authors of IISTE journals can find the submission instruction on the following page: http://www.iiste.org/Journals/ The IISTE editorial team promises to the review and publish all the qualified submissions in a fast manner. All the journals articles are available online to the readers all over the world without financial, legal, or technical barriers other than those inseparable from gaining access to the internet itself. Printed version of the journals is also available upon request of readers and authors. IISTE Knowledge Sharing Partners EBSCO, Index Copernicus, Ulrich's Periodicals Directory, JournalTOCS, PKP Open Archives Harvester, Bielefeld Academic Search Engine, Elektronische Zeitschriftenbibliothek EZB, Open J-Gate, OCLC WorldCat, Universe Digtial Library , NewJour, Google Scholar