Realization and Performance Evaluation of New Hybrid Speech Compression Technique

Size: px
Start display at page:

Download "Realization and Performance Evaluation of New Hybrid Speech Compression Technique"

Transcription

1 Realization and Performance Evaluation of New Hybrid Speech Compression Technique Javaid A. Sheikh Post Graduate Department of Electronics & IT University of Kashmir Srinagar, India Sakeena Akhtar Post Graduate Department of Electronics & IT University of Kashmir Srinagar, India Abstract: A new technique for speech compression using combination of Linear Predictive Coding (LPC) with transform coding has been proposed and evaluated in this paper. The conventional compression technique based on LPC has been replaced with two hybrid models; LPC and Discrete Cosine Transform (DCT), LPC and Discrete Wavelet Transform (DWT). Three different speech signals are compressed by linear prediction, DCT and DWT. We compare the performance of different speech compression techniques on test recorded speech signals. It has been found that hybrid technique of Linear Prediction and Discrete Wavelet Transform outperforms other techniques used in the paper. The proposed scheme has lot of significance in wireless communication in general and mobile communications in particular. Keywords: Linear Predictive Coding, Discrete Cosine Transform, Discrete Wavelet Transform, Peak Signal to Noise Ration, Compression Ratio I. INTRODUCTION Speech is a naturally occurring signal and hence random in nature and is the most common way of communication for humans. Speech compression is to remove redundancy from the speech signal to achieve compression and to reduce transmission (e.g., for voice transmission over mobile channels with limited capacity) or to reduce the storage costs (e.g., for speech recording). Speech compression changes input speech data stream into a reduced size data stream, by removing inherent redundancy associated with speech signals. The compression of speech has found a great importance in communication systems. As in wireless communication, bandwidth is a major resource that is taken into consideration and the service providers are often met with the challenge of accommodating more number of users within a limited bandwidth. Compression of speech can overcome this challenge by enhancing the bit rate and providing a good speech quality. By using Compression techniques, the program execution time and storage of processor are reduced to a greater extent. Compression reduces the data transfer rate and bandwidth requirement with security of data [1]. Compression techniques are classified into two broad categories: lossless and lossy. In Lossless compression, the actual signal is obtained from the compressed file. In case of Lossy compression, the actual file cannot be completely obtained from the compressed file. Speech compression is a type of lossy compression that means the output speech signal is not exactly same as that of the input speech signal [2]. II. RELATED WORK M. V. Patil et-al. (2013) presented a paper on various transform coding techniques. A simple Discrete Wavelet Transform and Discrete Cosine Transform based audio compression scheme is being presented and it is observed that with DWT technique, the performance parameters in terms of Peak Signal to Noise Ratio and Compression Ratio of a speech signal show improved results and it is also being observed that specific wavelets have varying effects on a speech signal being represented [3]. Siva Nagu. T et-al. (2012) proposed speech compression based on Wavelet Coding and Adaptive Kalman Filtering. A speech signal is compressed using Wavelet Coding and then with Adaptive Kalman Filtering and it is observed that the signal being compressed with Wavelet Coding and Kalman Filtering shows better performance [4]. Harmanpreet Kaur et-al. (2012) highlighted the key features of various wavelet filters used for speech processing. It is found that a signal compressed with wavelet filters show improved fidelity and efficient compression in terms of Mean Square Error and Peak Signal to Noise Ratio [5]. Satish Kumar et-al. (2012) presented a paper on Wavelet Compression Techniques. It is being observed that with Wavelet Compression Technique the ratio of compression and signal to noise of a speech signal can be well-adjusted. Haar and db6 wavelet are used to decompose a signal at level 6 [6]. All of the above mentioned techniques [3, 4, 5 and 6] have either used DCT or DWT compression techniques, none of them have discussed about combining these two techniques or combining them with any other compression technique. As LPC is the prominent speech coding technique, thus in our proposed work an attempt has been made to combine the DWT or DCT features with the predictive analysis of speech so that improved performance of the compressed speech signal is obtained. The proposed techniques combined the features of both transform coding and predictive coding. III. TYPES OF SPEECH CODING TECHNIQUES Three basic speech compression techniques are commonly used in practice namely: Waveform, Predictive and Transform coding. Waveform based speech compression is mainly used to eliminate redundancy in the speech waveform and to reconstruct the speech waveform at the decoder side as closely as possible to the original speech waveform. Waveform-based RES Publication 2012 Page 16

2 speech compression techniques are simple and less complex but low compression. The standard bit rate for most of the waveform speech compression is 64kbps to 16kbps. The bit rate lower than the 16kbps yields higher quantisation error and this results in lower speech quality. Typical waveform-based speech compression techniques are PCM (µ-law and A-law) and ADPCM (Adaptive Differential PCM). Parametric-based speech compression technique is based on the features that speech signal is static or the shape of the vocal tract is unchanging in short period of time (e.g., 10 ms). During this period of time, a speech segment can be categorized as either a voiced or unvoiced speech segment. For each speech segment, the vocal tract filter constraints, voiced/unvoiced decision, pitch period and gain (signal energy) parameters are obtained via speech analysis at the encoder. These constraints are then coded into binary bit stream and sent to transmission channel. The decoder at the receiver side will reconstruct the speech (carry out speech synthesis) based on the received parameters. Compared to waveform-based codecs, parametricbased codecs are highly difficult to implement but has better compression ratio. The quality of parametric based speech codecs is low, with mechanic sound, but with reasonable intelligibility. A typical parametric coding technique is Linear Predictive Coding (LPC) which has a bit rate from 1.2 to 4.8 kb/s and is normally used in secure wireless communications systems when transmission bandwidth sufficiently low. As parametric-based codecs cannot achieve high speech quality because of the use of simple classification of speech segments into either voiced or unvoiced speech and simple representation of voiced speech with impulse period train, Transform coding techniques were proposed to combine the features of both waveform-based and parametric-based coding. It keeps the nature of parametric coding which includes vocal tract filter, pitch period analysis and voiced/unvoiced decision. Instead of using an impulse period train to represent the excitation signal for voiced speech segment, it uses waveformlike excitation signal for voiced, unvoiced or transition (containing both voiced or unvoiced) speech segments. Transform coding technique includes FFT, DCT, CWT and DWT [7]. In this paper only predictive coding and transform coding have been used. A. Linear Predictive Coding Linear predictive coding is a parametric based speech compression in which spectral envelope of a speech signal is represented in compressed form using the information of linear predictive model. The basic idea is to predict current sample from the past samples. How many past samples we need depends upon the pole model. (If we use 12 pole models, then 12 past samples are used). We can estimate vocal tract model to predict the filter coefficients. The transform function of vocal tract model is given as: where s(z) is the output speech u(z) is the excitation G is a by-product ak is the filter coefficients (every 10ms 12 coefficients will come out) Taking Inverse Fourier Transform, we get or since Gu(n)=0; between pitch pulses excitation is zero therefore, where s(n) is the current sample s(n-k) is the past sample ai is the predictor coefficients. Gu(n) is the excitation LPC is often referred to as inverse filtering as it determines the all zero filter which is inverse of the vocal tract model (IIR Filter). The practical values of P = 9 to 15. For P = 9: 4 formant resonance frequencies are required, for P = 15: 7 formant resonance frequencies are required and every formant resonance is actually modelled by cascading two digital formant filter (both are digital filters with one pole). The fundamental idea is that for a speech signals having a bit rate of 2.48kbps, the speech signal is assumed to be sampled at 8000 samples per second. It is broken in segments of size 180 samples each, and is first passed through a low-pass filter using of bandwidth 1 khz. The energy at the output of the filter is used to take the voiced/unvoiced decision for the segment. The estimate of energy in the background noise is the energy of the unvoiced segment. The decision is further refined by calculating the zero crossing rate. For pitch period measurement, the LPC-10 standard uses average magnitude difference function (ADMF). LPC-10 uses the co-variance method for the computation of reflection coefficients. Thus the parameters transmitted to the receiver include voicing decision, pitch period, and vocal tract parameters namely, reflection coefficients. One bit is used for the voicing decision. The pitch is quantized to 1 of 60 different values using a log companded quantizer. The algorithm uses a 10th order filter for the voiced segment and a 4th order filter for the unvoiced segment [8]. B. Transform Coding In transform coding technique, the signal is transformed (1) (2) (3) (4) RES Publication 2012 Page 17

3 into frequency domain. In this paper Discrete Cosine Transform technique and Discrete Wavelet Transform technique are being used. The energy compaction property of DCT is very important for speech coding as a few transform coefficients (called as DCT coefficients) are used to represent the majority of energy in sequence. This attribute of DCT reduces the data. DCT can be used for compression of speech signals due to high correlation between the adjacent coefficients. a sequence can be reconstructed very accurately using a very few DCT coefficient. It is because of this property of DCT, effective data compression can be achieved. DCT of 1D sequence x(n) of length N is given by: where j=0,1,2,3..n-1 Inverse DCT of the sequence is given as: where n=0,1,2,3.n-1 for equations (5) and (6) n putting j=0 in equation (5), we get First transformed coefficient is the average value of the sample sequence and is referred as the DC confidents. The other transform coefficients are known as AC coefficients. Thus finite sequence of data points are thus expressed in terms of sum of cosine function oscillating at different frequencies and are very common coding technique for speech signals. Wavelet is a new technique for examining and comparing a speech signal, it is more advantageous technique because it holds both time and frequency aspect of a signal. Wavelet breaks speech signal into different coefficients. Some of the coefficients having small value are treated as insignificant during data compression and are hence discarded [9]. Wavelets are obtained by a single Mother Wavelet by delay and shifting. (9) Where a and b are called as scaling and shifting parameters. DWT due to its orthogonal properties do not produce any redundant information. The scaling and shifting parameters are thus responsible for Multiresolution Analysis Algorithm, which decomposes a signal into scales having different time and frequency resolutions. Various Mother wavelet (e.g. Haar, Daubechies, Coiflets, Symlet, Biorthogonal and etc.) functions are differentiated upon these scaling functions, thus the choice of wavelet decides the final (5) (6) (7) (8) waveform shape. In our proposed work Daubechies wavelet db4 has been implemented. IV. SIGNAL DECOMPOSITION In DWT, a signal (S(t)) to be examined is passed through an analysis filter bank followed by a particular decomposition level. At each decomposition level, the analysis filter bank consists of a high pass and low pass filter. The signal is passed through a series of such high pass and low pass filters. The output of high pass filter is known as detail coefficients (Cd) and contains the valuable information of the signal while as the output of the low pass filter is known as approximation filters (Ca) and contain least information of the signal. Detail coefficients are low scaled high frequency components while approximation coefficients are high scaled low frequency components. The frequency components that are not very prominent in the original signal will have very low amplitude and this part of the DWT signal can be discarded without loss of any valuable information, allowing data compression at higher data rates. During the decomposition procedure a signal is broken down into many lower resolution components [10-12]. Start Read a sound file Prediction Order LPC Encoding LPC Decoding Reconstruct Speech End Start Read a sound file Prediction Order DCT LPC Encoding LPC Decoding IDCT Reconstruct Speech End Start Read a sound file Prediction Order DWT ( db4 ) LPC Encoding LPC Decoding IDCT Reconstruct Speech End LPC LPC+DCT LPC+DWT Figure 1: Block diagram of the Proposed Hybrid Technique V. SIMULATION RESULTS The compression technique used in this paper has been verified on a number of test recorded female spoken speech signals (about 3-files). Table 1 shows performance measures of speech signals using different compression techniques including proposed hybrid techniques. To evaluate the performance of compression technique used, various performance parameters related a speech signal are calculated. RES Publication 2012 Page 18

4 These include % of zero coefficients, Retained Signal Energy, Mean Square Error, Peak Signal to Noise and Compression Ratio. The above quantities are calculated using the following formats: MSE = { }/N (10) where err is the error signal N is the size of original signal. PSNR = 10log10{max(A)/MSE} (11) where A is the original signal CR = x(n)/y(n) (12) Where x(n) is the length of original signal y(n) is the length of compressed signal. Figure 3: Comparative graph of the three techniques used for speech signals S2 Table 1: Performance of Speech Signals using different Compression Techniques Compression Technique Speech Signal S1 (3.12 sec long) Signal S2(1.77 seconds long) Signal S3(1.26 seconds long) LPC LPC + DCT LPC + DWT MSE X10-7 PSNR CR MSE x10-7 PSNR CR MSE x10-7 PSNR CR Figure 4: Comparative graph of the three techniques used for speech signals S3 Table 2: Comparison of PSNR and CR of proposed hybrid techniques with existing techniques Proposed Technique Technique used LPC LPC+DWT Mawla et al (2003) [3] Existing Techniques D. Ambika & V. Radha (2012) [2] DWT LPC DWT PSNR CR Figure 2: Comparative graph of the three techniques used for speech signals S1 Figure 5: Comparative performance of proposed LPC + DWT technique with existing DWT technique Figures 2-4 shows the comparison of various parameters (PSNR, CR, and MSE) between the three techniques used in our proposed work for. It can be clearly seen from the above bar graphs that the results obtained for LPC + DWT hybrid technique gives better performance in terms of PSNR and MSE than other two techniques. Moreover when compared to the other existing techniques as shown in Table 2 and Figure 5 above, it is found that the hybrid technique of LPC + DWT shows better results than the LPC and DWT when implemented individually. Thus it can be concluded that the hybrid technique LPC + DWT is best suitable for compression of speech signals with much high value of the peak signal to noise ratio (PSNR). The time domain waveform of the original and reconstructed signals using conventional and proposed techniques is shown in Figures 6-14, respectively. RES Publication 2012 Page 19

5 Figure 6: Original and reconstructed signal S1 using LPC Figure 11: Original and Reconstructed Signal S2 using LPC + DWT Figure 7: Original and reconstructed signal S1 using LPC + DCT Figure 12: Original and Reconstructed Signal S3 using LPC Figure 8: Original and reconstructed signal S1 using LPC + DWT Fig. 13: Original and Reconstructed Signal S3 using LPC + DCT Figure.9: Original and Reconstructed Signal S2 using LPC Figure 10: Original and Reconstructed Signal S2 using LPC + DCT Fig. 14: Original and Reconstructed Signal S3 using LPC + DWT VI. CONCLUSION Speech compression is one of the major contributions of information theory for efficient transmission of speech over computer and wireless networks. This work shows that wavelet decomposition in conjunction with other techniques such as LPC is promising compression techniques which make use of the elegant theory of wavelets. Several conclusions have been drawn from the observations: The two proposed techniques work better with clean source materials; noisy sound waveforms produce poor results and need additional processing techniques. RES Publication 2012 Page 20

6 Linear predictive technique causes time delay and some loss of quality. But they are negligible in terms of cost when compared with the advantages of storage space saving, smaller bandwidth requirement, lower power consumption and small product size. This proposed method could be classified in the field of symmetrical compression. This case occurs when the compression and decompression use basically the same algorithm but work in opposite directions. With these facts it can be concluded that the proposed scheme has a lot of scope in wireless communications where bandwidth and Quality of Service (QOS) are two important factors REFERENCES [1] Rabiner L.R, and Schafer R.W, Digital Processing Of Speech Signals. Prentice Hall. [2] Markos Zampoglou and Athanasios G. Malawas, Music Information retrieval in compressed audio files: a survey. New Review of Hymermedia and Multimedia Journal, IETE Technical Review. Volume 20, issue 3, pp Jul [3] M. V. Patil, Apoorva Gupta, Ankita Varma and Shikhar Salil, Audio and Speech Compression using DCT & DWT Techniques, International Journal of Innovative Research in Science, Engineering and Technology, Vol 2, ISSN: , Issue 5, May [4] Siva Nagu, T, K. Jyothi and V. Sailaja, Speech Compression for Better Audibility using Wavelet Transformation with Adaptive Kalman Filtering, Internatioanal Journal of Computer Applications , Vol 53-No.11, Sep [5] Harmanpreet Kaur and Ramanpreet Kaur, Speech Compression and Decompression using DWT and DCT, Int.J. Computer Technology & Applications, Vol 3, pp , Aug [6] Satish Kumar, O.P. Singh, G.R. Mishra, Saurab Kumar Mishra and Akanksha Trivedi, Speech Compression and Enhancement using Wavelet Coders,International Journal of Electronics Communication and Computer Engineering Volume 3, Issue 6, ISSN (Online): X, ISSN (Print): [7] Vidya Pawar and S. D. Apte, Piano note synthesis using Linear Prediction and Wavelet Transform International Journal of Digital Signal Processing ISSN [8] Khalid Sayood, Introduction to Data Compression. Morgan Kaufmann Publishers, Elsevier Inc., 2006 [9] Koul M., Linear Prediction Tutorial, Proceeding of IEEE, Vol.63, No.4, pp , Apr [10] Javaid A Sheikh, Shabir A Parah, Sakeena Akhtar, G.M. Bhat, Performance Evaluation and Comparison of Speech Compression using Linear Predictive Coding and Discrete Wavelet Transform, Commune 2015 International Conference on Advances in Computers, Communication and Electronic Engineering March 16-18, 2015, pp: , University of Kashmir. [11] Javaid A. Sheikh, Sakeena Akhtar, Shabir A. Parah, G. M. Bhat, On the Design and Performance Evaluation of Compressed Speech Transmission over Wireless Channel, 12th IEEE India International Conference (INDICON) on Electronics, Energy, Environment, Communication, Computers, Control (E3-C3), December, 2015, Jamia Millia Islamia, New Delhi. [12] Joebert S. Jacaba Audio Compression using modified Discrete Cosine Transform: the MP3 coding standard in Oct AUTHOR S BIOGRAPHY Javaid A. Sheikh has completed his M.Sc., M. Phil and Ph. D in Electronics from University of Kashmir, Srinagar in the year 2004, 2008 and 2012 respectively in the field of communications and Signal Processing. He is working as Assistant Professor in the department of Electronics and I. T University of Kashmir, Srinagar. His field of interest are Wireless Communications, design and development of efficient MIMO- OFDM based wireless communication techniques, Spread Spectrum modulation, Digital Signal Processing, Electromagnetics and Speech Processing and compression techniques. Sakeena Akhtar has completed her M.Sc and M.Phil in Electronics from University of Kashmir, Srinagar in the year 2012 and 2016 respectively in the field of Communication and Speech Processing and Speech Compression Techniques. She is presently pursuing her Ph.D. in the same field from the University of Kashmir. Shabir A. Parah has completed his M. Sc, M. Phil and Ph. D in Electronics from University of Kashmir, Srinagar in the year 2004, 2010 and 2013 respectively in the field of Signal processing and Data Hiding. He is working as Assistant Professor in the department of Electronics and I. T University of Kashmir, Srinagar. His field of interest are Signal Processing, Embedded Systems, Secure Communication and Digital design and Watermarking. He has published more than 60 research papers in International and National journals and conference proceedings. Prof. G. Mohiuddin Bhat obtained his M.Sc. (Electronics) from the University of Kashmir, Srinagar (India) in 1987, M.Tech. (Electronics) from Aligarh Muslim University (AMU), Aligarh (India) in 1993 and Ph.D. Electronics Engg. From AMU, Aligarh, (India) in He has served as Assistant Professor, Associate professor, Professor and Director in University Science Instrumentation Centre (USIC), University of Kashmir. Presently Prof. G. M. Bhat is Dean Faculty of Applied Science and Technology, University of Kashmir. He has worked in the area of Mobile Radio Communication, Spread Spectrum Communication and Neural Networks and has guided many research degrees leading to the award of M.Phil and Ph.D. RES Publication 2012 Page 21

Audio Signal Compression using DCT and LPC Techniques

Audio Signal Compression using DCT and LPC Techniques Audio Signal Compression using DCT and LPC Techniques P. Sandhya Rani#1, D.Nanaji#2, V.Ramesh#3,K.V.S. Kiran#4 #Student, Department of ECE, Lendi Institute Of Engineering And Technology, Vizianagaram,

More information

Audio and Speech Compression Using DCT and DWT Techniques

Audio and Speech Compression Using DCT and DWT Techniques Audio and Speech Compression Using DCT and DWT Techniques M. V. Patil 1, Apoorva Gupta 2, Ankita Varma 3, Shikhar Salil 4 Asst. Professor, Dept.of Elex, Bharati Vidyapeeth Univ.Coll.of Engg, Pune, Maharashtra,

More information

Performance Evaluation of Adaptive Noise Canceller Based on Multirate Filter Technique

Performance Evaluation of Adaptive Noise Canceller Based on Multirate Filter Technique Performance Evaluation of Adaptive Noise Canceller Based on Multirate Filter Javaid Ahmad Sheikh Shabir Ahmad Parrah Jai Preet Kour Wazir E-mail: jennywazir@gmail.com G. Mohiuddin Bhat Abstract: This paper

More information

Overview of Code Excited Linear Predictive Coder

Overview of Code Excited Linear Predictive Coder Overview of Code Excited Linear Predictive Coder Minal Mulye 1, Sonal Jagtap 2 1 PG Student, 2 Assistant Professor, Department of E&TC, Smt. Kashibai Navale College of Engg, Pune, India Abstract Advances

More information

HIGH QUALITY AUDIO CODING AT LOW BIT RATE USING WAVELET AND WAVELET PACKET TRANSFORM

HIGH QUALITY AUDIO CODING AT LOW BIT RATE USING WAVELET AND WAVELET PACKET TRANSFORM HIGH QUALITY AUDIO CODING AT LOW BIT RATE USING WAVELET AND WAVELET PACKET TRANSFORM DR. D.C. DHUBKARYA AND SONAM DUBEY 2 Email at: sonamdubey2000@gmail.com, Electronic and communication department Bundelkhand

More information

Digital Speech Processing and Coding

Digital Speech Processing and Coding ENEE408G Spring 2006 Lecture-2 Digital Speech Processing and Coding Spring 06 Instructor: Shihab Shamma Electrical & Computer Engineering University of Maryland, College Park http://www.ece.umd.edu/class/enee408g/

More information

FPGA implementation of DWT for Audio Watermarking Application

FPGA implementation of DWT for Audio Watermarking Application FPGA implementation of DWT for Audio Watermarking Application Naveen.S.Hampannavar 1, Sajeevan Joseph 2, C.B.Bidhul 3, Arunachalam V 4 1, 2, 3 M.Tech VLSI Students, 4 Assistant Professor Selection Grade

More information

EE482: Digital Signal Processing Applications

EE482: Digital Signal Processing Applications Professor Brendan Morris, SEB 3216, brendan.morris@unlv.edu EE482: Digital Signal Processing Applications Spring 2014 TTh 14:30-15:45 CBC C222 Lecture 12 Speech Signal Processing 14/03/25 http://www.ee.unlv.edu/~b1morris/ee482/

More information

speech signal S(n). This involves a transformation of S(n) into another signal or a set of signals

speech signal S(n). This involves a transformation of S(n) into another signal or a set of signals 16 3. SPEECH ANALYSIS 3.1 INTRODUCTION TO SPEECH ANALYSIS Many speech processing [22] applications exploits speech production and perception to accomplish speech analysis. By speech analysis we extract

More information

Communications Theory and Engineering

Communications Theory and Engineering Communications Theory and Engineering Master's Degree in Electronic Engineering Sapienza University of Rome A.A. 2018-2019 Speech and telephone speech Based on a voice production model Parametric representation

More information

Voice Excited Lpc for Speech Compression by V/Uv Classification

Voice Excited Lpc for Speech Compression by V/Uv Classification IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 6, Issue 3, Ver. II (May. -Jun. 2016), PP 65-69 e-issn: 2319 4200, p-issn No. : 2319 4197 www.iosrjournals.org Voice Excited Lpc for Speech

More information

EC 6501 DIGITAL COMMUNICATION UNIT - II PART A

EC 6501 DIGITAL COMMUNICATION UNIT - II PART A EC 6501 DIGITAL COMMUNICATION 1.What is the need of prediction filtering? UNIT - II PART A [N/D-16] Prediction filtering is used mostly in audio signal processing and speech processing for representing

More information

Image compression using Thresholding Techniques

Image compression using Thresholding Techniques www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 3 Issue 6 June, 2014 Page No. 6470-6475 Image compression using Thresholding Techniques Meenakshi Sharma, Priyanka

More information

APPLICATIONS OF DSP OBJECTIVES

APPLICATIONS OF DSP OBJECTIVES APPLICATIONS OF DSP OBJECTIVES This lecture will discuss the following: Introduce analog and digital waveform coding Introduce Pulse Coded Modulation Consider speech-coding principles Introduce the channel

More information

Speech Synthesis using Mel-Cepstral Coefficient Feature

Speech Synthesis using Mel-Cepstral Coefficient Feature Speech Synthesis using Mel-Cepstral Coefficient Feature By Lu Wang Senior Thesis in Electrical Engineering University of Illinois at Urbana-Champaign Advisor: Professor Mark Hasegawa-Johnson May 2018 Abstract

More information

Dilpreet Singh 1, Parminder Singh 2 1 M.Tech. Student, 2 Associate Professor

Dilpreet Singh 1, Parminder Singh 2 1 M.Tech. Student, 2 Associate Professor A Novel Approach for Waveform Compression Dilpreet Singh 1, Parminder Singh 2 1 M.Tech. Student, 2 Associate Professor CSE Department, Guru Nanak Dev Engineering College, Ludhiana Abstract Waveform Compression

More information

Discrete Wavelet Transform For Image Compression And Quality Assessment Of Compressed Images

Discrete Wavelet Transform For Image Compression And Quality Assessment Of Compressed Images Research Paper Volume 2 Issue 9 May 2015 International Journal of Informative & Futuristic Research ISSN (Online): 2347-1697 Discrete Wavelet Transform For Image Compression And Quality Assessment Of Compressed

More information

Linguistic Phonetics. Spectral Analysis

Linguistic Phonetics. Spectral Analysis 24.963 Linguistic Phonetics Spectral Analysis 4 4 Frequency (Hz) 1 Reading for next week: Liljencrants & Lindblom 1972. Assignment: Lip-rounding assignment, due 1/15. 2 Spectral analysis techniques There

More information

A Novel Approach of Compressing Images and Assessment on Quality with Scaling Factor

A Novel Approach of Compressing Images and Assessment on Quality with Scaling Factor A Novel Approach of Compressing Images and Assessment on Quality with Scaling Factor Umesh 1,Mr. Suraj Rana 2 1 M.Tech Student, 2 Associate Professor (ECE) Department of Electronic and Communication Engineering

More information

Improvement in DCT and DWT Image Compression Techniques Using Filters

Improvement in DCT and DWT Image Compression Techniques Using Filters 206 IJSRSET Volume 2 Issue 4 Print ISSN: 2395-990 Online ISSN : 2394-4099 Themed Section: Engineering and Technology Improvement in DCT and DWT Image Compression Techniques Using Filters Rupam Rawal, Sudesh

More information

Speech Compression Using Wavelet Transform

Speech Compression Using Wavelet Transform IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 3, Ver. VI (May - June 2017), PP 33-41 www.iosrjournals.org Speech Compression Using Wavelet Transform

More information

Speech Compression Using Voice Excited Linear Predictive Coding

Speech Compression Using Voice Excited Linear Predictive Coding Speech Compression Using Voice Excited Linear Predictive Coding Ms.Tosha Sen, Ms.Kruti Jay Pancholi PG Student, Asst. Professor, L J I E T, Ahmedabad Abstract : The aim of the thesis is design good quality

More information

Mel Spectrum Analysis of Speech Recognition using Single Microphone

Mel Spectrum Analysis of Speech Recognition using Single Microphone International Journal of Engineering Research in Electronics and Communication Mel Spectrum Analysis of Speech Recognition using Single Microphone [1] Lakshmi S.A, [2] Cholavendan M [1] PG Scholar, Sree

More information

techniques are means of reducing the bandwidth needed to represent the human voice. In mobile

techniques are means of reducing the bandwidth needed to represent the human voice. In mobile 8 2. LITERATURE SURVEY The available radio spectrum for the wireless radio communication is very limited hence to accommodate maximum number of users the speech is compressed. The speech compression techniques

More information

2.

2. PERFORMANCE ANALYSIS OF STBC-MIMO OFDM SYSTEM WITH DWT & FFT Shubhangi R Chaudhary 1,Kiran Rohidas Jadhav 2. Department of Electronics and Telecommunication Cummins college of Engineering for Women Pune,

More information

Image Compression Technique Using Different Wavelet Function

Image Compression Technique Using Different Wavelet Function Compression Technique Using Different Dr. Vineet Richariya Mrs. Shweta Shrivastava Naman Agrawal Professor Assistant Professor Research Scholar Dept. of Comp. Science & Engg. Dept. of Comp. Science & Engg.

More information

Speech Coding Technique And Analysis Of Speech Codec Using CS-ACELP

Speech Coding Technique And Analysis Of Speech Codec Using CS-ACELP Speech Coding Technique And Analysis Of Speech Codec Using CS-ACELP Monika S.Yadav Vidarbha Institute of Technology Rashtrasant Tukdoji Maharaj Nagpur University, Nagpur, India monika.yadav@rediffmail.com

More information

[Srivastava* et al., 5(8): August, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116

[Srivastava* et al., 5(8): August, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY COMPRESSING BIOMEDICAL IMAGE BY USING INTEGER WAVELET TRANSFORM AND PREDICTIVE ENCODER Anushree Srivastava*, Narendra Kumar Chaurasia

More information

Chapter IV THEORY OF CELP CODING

Chapter IV THEORY OF CELP CODING Chapter IV THEORY OF CELP CODING CHAPTER IV THEORY OF CELP CODING 4.1 Introduction Wavefonn coders fail to produce high quality speech at bit rate lower than 16 kbps. Source coders, such as LPC vocoders,

More information

Comparison of CELP speech coder with a wavelet method

Comparison of CELP speech coder with a wavelet method University of Kentucky UKnowledge University of Kentucky Master's Theses Graduate School 2006 Comparison of CELP speech coder with a wavelet method Sriram Nagaswamy University of Kentucky, sriramn@gmail.com

More information

Vocoder (LPC) Analysis by Variation of Input Parameters and Signals

Vocoder (LPC) Analysis by Variation of Input Parameters and Signals ISCA Journal of Engineering Sciences ISCA J. Engineering Sci. Vocoder (LPC) Analysis by Variation of Input Parameters and Signals Abstract Gupta Rajani, Mehta Alok K. and Tiwari Vebhav Truba College of

More information

HYBRID MEDICAL IMAGE COMPRESSION USING SPIHT AND DB WAVELET

HYBRID MEDICAL IMAGE COMPRESSION USING SPIHT AND DB WAVELET HYBRID MEDICAL IMAGE COMPRESSION USING SPIHT AND DB WAVELET Rahul Sharma, Chandrashekhar Kamargaonkar and Dr. Monisha Sharma Abstract Medical imaging produces digital form of human body pictures. There

More information

ARM BASED WAVELET TRANSFORM IMPLEMENTATION FOR EMBEDDED SYSTEM APPLİCATİONS

ARM BASED WAVELET TRANSFORM IMPLEMENTATION FOR EMBEDDED SYSTEM APPLİCATİONS ARM BASED WAVELET TRANSFORM IMPLEMENTATION FOR EMBEDDED SYSTEM APPLİCATİONS 1 FEDORA LIA DIAS, 2 JAGADANAND G 1,2 Department of Electrical Engineering, National Institute of Technology, Calicut, India

More information

SPEECH COMPRESSION USING WAVELETS

SPEECH COMPRESSION USING WAVELETS SPEECH COMPRESSION USING WAVELETS HATEM ELAYDI Electrical & Computer Engineering Department Islamic University of Gaza Gaza, Palestine helaydi@mail.iugaza.edu MUSTAFA I. JABER Electrical & Computer Engineering

More information

Digital Audio Watermarking With Discrete Wavelet Transform Using Fibonacci Numbers

Digital Audio Watermarking With Discrete Wavelet Transform Using Fibonacci Numbers Digital Audio Watermarking With Discrete Wavelet Transform Using Fibonacci Numbers P. Mohan Kumar 1, Dr. M. Sailaja 2 M. Tech scholar, Dept. of E.C.E, Jawaharlal Nehru Technological University Kakinada,

More information

AN ERROR LIMITED AREA EFFICIENT TRUNCATED MULTIPLIER FOR IMAGE COMPRESSION

AN ERROR LIMITED AREA EFFICIENT TRUNCATED MULTIPLIER FOR IMAGE COMPRESSION AN ERROR LIMITED AREA EFFICIENT TRUNCATED MULTIPLIER FOR IMAGE COMPRESSION K.Mahesh #1, M.Pushpalatha *2 #1 M.Phil.,(Scholar), Padmavani Arts and Science College. *2 Assistant Professor, Padmavani Arts

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: 2-4 July, 2015

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: 2-4 July, 2015 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 2-4 July, 2015 Analysis of Speech Signal Using Graphic User Interface Solly Joy 1, Savitha

More information

Comparative Analysis between DWT and WPD Techniques of Speech Compression

Comparative Analysis between DWT and WPD Techniques of Speech Compression IOSR Journal of Engineering (IOSRJEN) ISSN: 225-321 Volume 2, Issue 8 (August 212), PP 12-128 Comparative Analysis between DWT and WPD Techniques of Speech Compression Preet Kaur 1, Pallavi Bahl 2 1 (Assistant

More information

Wideband Speech Coding & Its Application

Wideband Speech Coding & Its Application Wideband Speech Coding & Its Application Apeksha B. landge. M.E. [student] Aditya Engineering College Beed Prof. Amir Lodhi. Guide & HOD, Aditya Engineering College Beed ABSTRACT: Increasing the bandwidth

More information

EC 2301 Digital communication Question bank

EC 2301 Digital communication Question bank EC 2301 Digital communication Question bank UNIT I Digital communication system 2 marks 1.Draw block diagram of digital communication system. Information source and input transducer formatter Source encoder

More information

An Adaptive Wavelet and Level Dependent Thresholding Using Median Filter for Medical Image Compression

An Adaptive Wavelet and Level Dependent Thresholding Using Median Filter for Medical Image Compression An Adaptive Wavelet and Level Dependent Thresholding Using Median Filter for Medical Image Compression Komal Narang M.Tech (Embedded Systems), Department of EECE, The North Cap University, Huda, Sector

More information

HTTP Compression for 1-D signal based on Multiresolution Analysis and Run length Encoding

HTTP Compression for 1-D signal based on Multiresolution Analysis and Run length Encoding 0 International Conference on Information and Electronics Engineering IPCSIT vol.6 (0) (0) IACSIT Press, Singapore HTTP for -D signal based on Multiresolution Analysis and Run length Encoding Raneet Kumar

More information

Multimedia Signal Processing: Theory and Applications in Speech, Music and Communications

Multimedia Signal Processing: Theory and Applications in Speech, Music and Communications Brochure More information from http://www.researchandmarkets.com/reports/569388/ Multimedia Signal Processing: Theory and Applications in Speech, Music and Communications Description: Multimedia Signal

More information

Objective Evaluation of Edge Blur and Ringing Artefacts: Application to JPEG and JPEG 2000 Image Codecs

Objective Evaluation of Edge Blur and Ringing Artefacts: Application to JPEG and JPEG 2000 Image Codecs Objective Evaluation of Edge Blur and Artefacts: Application to JPEG and JPEG 2 Image Codecs G. A. D. Punchihewa, D. G. Bailey, and R. M. Hodgson Institute of Information Sciences and Technology, Massey

More information

Enhanced Waveform Interpolative Coding at 4 kbps

Enhanced Waveform Interpolative Coding at 4 kbps Enhanced Waveform Interpolative Coding at 4 kbps Oded Gottesman, and Allen Gersho Signal Compression Lab. University of California, Santa Barbara E-mail: [oded, gersho]@scl.ece.ucsb.edu Signal Compression

More information

Comparative Analysis of Lossless Image Compression techniques SPHIT, JPEG-LS and Data Folding

Comparative Analysis of Lossless Image Compression techniques SPHIT, JPEG-LS and Data Folding Comparative Analysis of Lossless Compression techniques SPHIT, JPEG-LS and Data Folding Mohd imran, Tasleem Jamal, Misbahul Haque, Mohd Shoaib,,, Department of Computer Engineering, Aligarh Muslim University,

More information

Effect of Symlet Filter Order on Denoising of Still Images

Effect of Symlet Filter Order on Denoising of Still Images Effect of Symlet Filter Order on Denoising of Still Images S. Kumari 1, R. Vijay 2 1 Department of Physics, Banasthali University - 3022, India sarita.kumari132@gmail.com 2 Department of Electronics, Banasthali

More information

Design and Testing of DWT based Image Fusion System using MATLAB Simulink

Design and Testing of DWT based Image Fusion System using MATLAB Simulink Design and Testing of DWT based Image Fusion System using MATLAB Simulink Ms. Sulochana T 1, Mr. Dilip Chandra E 2, Dr. S S Manvi 3, Mr. Imran Rasheed 4 M.Tech Scholar (VLSI Design And Embedded System),

More information

Finite Word Length Effects on Two Integer Discrete Wavelet Transform Algorithms. Armein Z. R. Langi

Finite Word Length Effects on Two Integer Discrete Wavelet Transform Algorithms. Armein Z. R. Langi International Journal on Electrical Engineering and Informatics - Volume 3, Number 2, 211 Finite Word Length Effects on Two Integer Discrete Wavelet Transform Algorithms Armein Z. R. Langi ITB Research

More information

Analysis of ECG Signal Compression Technique Using Discrete Wavelet Transform for Different Wavelets

Analysis of ECG Signal Compression Technique Using Discrete Wavelet Transform for Different Wavelets Analysis of ECG Signal Compression Technique Using Discrete Wavelet Transform for Different Wavelets Anand Kumar Patwari 1, Ass. Prof. Durgesh Pansari 2, Prof. Vijay Prakash Singh 3 1 PG student, Dept.

More information

Speech Coding in the Frequency Domain

Speech Coding in the Frequency Domain Speech Coding in the Frequency Domain Speech Processing Advanced Topics Tom Bäckström Aalto University October 215 Introduction The speech production model can be used to efficiently encode speech signals.

More information

PERFORMANCE EVALUATION OFADVANCED LOSSLESS IMAGE COMPRESSION TECHNIQUES

PERFORMANCE EVALUATION OFADVANCED LOSSLESS IMAGE COMPRESSION TECHNIQUES PERFORMANCE EVALUATION OFADVANCED LOSSLESS IMAGE COMPRESSION TECHNIQUES M.Amarnath T.IlamParithi Dr.R.Balasubramanian M.E Scholar Research Scholar Professor & Head Department of Computer Science & Engineering

More information

Pulse Code Modulation

Pulse Code Modulation Pulse Code Modulation Modulation is the process of varying one or more parameters of a carrier signal in accordance with the instantaneous values of the message signal. The message signal is the signal

More information

Speech Coding using Linear Prediction

Speech Coding using Linear Prediction Speech Coding using Linear Prediction Jesper Kjær Nielsen Aalborg University and Bang & Olufsen jkn@es.aau.dk September 10, 2015 1 Background Speech is generated when air is pushed from the lungs through

More information

SPIHT Algorithm with Huffman Encoding for Image Compression and Quality Improvement over MIMO OFDM Channel

SPIHT Algorithm with Huffman Encoding for Image Compression and Quality Improvement over MIMO OFDM Channel SPIHT Algorithm with Huffman Encoding for Image Compression and Quality Improvement over MIMO OFDM Channel Dnyaneshwar.K 1, CH.Suneetha 2 Abstract In this paper, Compression and improving the Quality of

More information

A SURVEY ON DICOM IMAGE COMPRESSION AND DECOMPRESSION TECHNIQUES

A SURVEY ON DICOM IMAGE COMPRESSION AND DECOMPRESSION TECHNIQUES A SURVEY ON DICOM IMAGE COMPRESSION AND DECOMPRESSION TECHNIQUES Shreya A 1, Ajay B.N 2 M.Tech Scholar Department of Computer Science and Engineering 2 Assitant Professor, Department of Computer Science

More information

Implementation of attractive Speech Quality for Mixed Excited Linear Prediction

Implementation of attractive Speech Quality for Mixed Excited Linear Prediction IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 2 Ver. I (Mar Apr. 2014), PP 07-12 Implementation of attractive Speech Quality for

More information

Wavelet Transform. From C. Valens article, A Really Friendly Guide to Wavelets, 1999

Wavelet Transform. From C. Valens article, A Really Friendly Guide to Wavelets, 1999 Wavelet Transform From C. Valens article, A Really Friendly Guide to Wavelets, 1999 Fourier theory: a signal can be expressed as the sum of a series of sines and cosines. The big disadvantage of a Fourier

More information

ECE 556 BASICS OF DIGITAL SPEECH PROCESSING. Assıst.Prof.Dr. Selma ÖZAYDIN Spring Term-2017 Lecture 2

ECE 556 BASICS OF DIGITAL SPEECH PROCESSING. Assıst.Prof.Dr. Selma ÖZAYDIN Spring Term-2017 Lecture 2 ECE 556 BASICS OF DIGITAL SPEECH PROCESSING Assıst.Prof.Dr. Selma ÖZAYDIN Spring Term-2017 Lecture 2 Analog Sound to Digital Sound Characteristics of Sound Amplitude Wavelength (w) Frequency ( ) Timbre

More information

Efficient Image Compression Technique using JPEG2000 with Adaptive Threshold

Efficient Image Compression Technique using JPEG2000 with Adaptive Threshold Efficient Image Compression Technique using JPEG2000 with Adaptive Threshold Md. Masudur Rahman Mawlana Bhashani Science and Technology University Santosh, Tangail-1902 (Bangladesh) Mohammad Motiur Rahman

More information

Data Compression of Power Quality Events Using the Slantlet Transform

Data Compression of Power Quality Events Using the Slantlet Transform 662 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 17, NO. 2, APRIL 2002 Data Compression of Power Quality Events Using the Slantlet Transform G. Panda, P. K. Dash, A. K. Pradhan, and S. K. Meher Abstract The

More information

Speech Compression for Better Audibility Using Wavelet Transformation with Adaptive Kalman Filtering

Speech Compression for Better Audibility Using Wavelet Transformation with Adaptive Kalman Filtering Speech Compression for Better Audibility Using Wavelet Transformation with Adaptive Kalman Filtering P. Sunitha 1, Satya Prasad Chitneedi 2 1 Assoc. Professor, Department of ECE, Pragathi Engineering College,

More information

Adaptive time scale modification of speech for graceful degrading voice quality in congested networks

Adaptive time scale modification of speech for graceful degrading voice quality in congested networks Adaptive time scale modification of speech for graceful degrading voice quality in congested networks Prof. H. Gokhan ILK Ankara University, Faculty of Engineering, Electrical&Electronics Eng. Dept 1 Contact

More information

Improvement of Classical Wavelet Network over ANN in Image Compression

Improvement of Classical Wavelet Network over ANN in Image Compression International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869 (O) 2454-4698 (P), Volume-7, Issue-5, May 2017 Improvement of Classical Wavelet Network over ANN in Image Compression

More information

Speech Enhancement in Presence of Noise using Spectral Subtraction and Wiener Filter

Speech Enhancement in Presence of Noise using Spectral Subtraction and Wiener Filter Speech Enhancement in Presence of Noise using Spectral Subtraction and Wiener Filter 1 Gupteswar Sahu, 2 D. Arun Kumar, 3 M. Bala Krishna and 4 Jami Venkata Suman Assistant Professor, Department of ECE,

More information

Evaluation of Audio Compression Artifacts M. Herrera Martinez

Evaluation of Audio Compression Artifacts M. Herrera Martinez Evaluation of Audio Compression Artifacts M. Herrera Martinez This paper deals with subjective evaluation of audio-coding systems. From this evaluation, it is found that, depending on the type of signal

More information

Performance Analysis of MFCC and LPCC Techniques in Automatic Speech Recognition

Performance Analysis of MFCC and LPCC Techniques in Automatic Speech Recognition www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume - 3 Issue - 8 August, 2014 Page No. 7727-7732 Performance Analysis of MFCC and LPCC Techniques in Automatic

More information

Audio Compression using the MLT and SPIHT

Audio Compression using the MLT and SPIHT Audio Compression using the MLT and SPIHT Mohammed Raad, Alfred Mertins and Ian Burnett School of Electrical, Computer and Telecommunications Engineering University Of Wollongong Northfields Ave Wollongong

More information

Analysis/synthesis coding

Analysis/synthesis coding TSBK06 speech coding p.1/32 Analysis/synthesis coding Many speech coders are based on a principle called analysis/synthesis coding. Instead of coding a waveform, as is normally done in general audio coders

More information

Speech Enhancement Based On Spectral Subtraction For Speech Recognition System With Dpcm

Speech Enhancement Based On Spectral Subtraction For Speech Recognition System With Dpcm International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Speech Enhancement Based On Spectral Subtraction For Speech Recognition System With Dpcm A.T. Rajamanickam, N.P.Subiramaniyam, A.Balamurugan*,

More information

FPGA implementation of LSB Steganography method

FPGA implementation of LSB Steganography method FPGA implementation of LSB Steganography method Pangavhane S.M. 1 &Punde S.S. 2 1,2 (E&TC Engg. Dept.,S.I.E.RAgaskhind, SPP Univ., Pune(MS), India) Abstract : "Steganography is a Greek origin word which

More information

Reading: Johnson Ch , Ch.5.5 (today); Liljencrants & Lindblom; Stevens (Tues) reminder: no class on Thursday.

Reading: Johnson Ch , Ch.5.5 (today); Liljencrants & Lindblom; Stevens (Tues) reminder: no class on Thursday. L105/205 Phonetics Scarborough Handout 7 10/18/05 Reading: Johnson Ch.2.3.3-2.3.6, Ch.5.5 (today); Liljencrants & Lindblom; Stevens (Tues) reminder: no class on Thursday Spectral Analysis 1. There are

More information

Speech Enhancement using Wiener filtering

Speech Enhancement using Wiener filtering Speech Enhancement using Wiener filtering S. Chirtmay and M. Tahernezhadi Department of Electrical Engineering Northern Illinois University DeKalb, IL 60115 ABSTRACT The problem of reducing the disturbing

More information

Cellular systems & GSM Wireless Systems, a.a. 2014/2015

Cellular systems & GSM Wireless Systems, a.a. 2014/2015 Cellular systems & GSM Wireless Systems, a.a. 2014/2015 Un. of Rome La Sapienza Chiara Petrioli Department of Computer Science University of Rome Sapienza Italy 2 Voice Coding 3 Speech signals Voice coding:

More information

E : Lecture 8 Source-Filter Processing. E : Lecture 8 Source-Filter Processing / 21

E : Lecture 8 Source-Filter Processing. E : Lecture 8 Source-Filter Processing / 21 E85.267: Lecture 8 Source-Filter Processing E85.267: Lecture 8 Source-Filter Processing 21-4-1 1 / 21 Source-filter analysis/synthesis n f Spectral envelope Spectral envelope Analysis Source signal n 1

More information

The Channel Vocoder (analyzer):

The Channel Vocoder (analyzer): Vocoders 1 The Channel Vocoder (analyzer): The channel vocoder employs a bank of bandpass filters, Each having a bandwidth between 100 Hz and 300 Hz. Typically, 16-20 linear phase FIR filter are used.

More information

Signal Processing for Speech Applications - Part 2-1. Signal Processing For Speech Applications - Part 2

Signal Processing for Speech Applications - Part 2-1. Signal Processing For Speech Applications - Part 2 Signal Processing for Speech Applications - Part 2-1 Signal Processing For Speech Applications - Part 2 May 14, 2013 Signal Processing for Speech Applications - Part 2-2 References Huang et al., Chapter

More information

Color Image Compression using SPIHT Algorithm

Color Image Compression using SPIHT Algorithm Color Image Compression using SPIHT Algorithm Sadashivappa 1, Mahesh Jayakar 1.A 1. Professor, 1. a. Junior Research Fellow, Dept. of Telecommunication R.V College of Engineering, Bangalore-59, India K.V.S

More information

Implementation of SYMLET Wavelets to Removal of Gaussian Additive Noise from Speech Signal

Implementation of SYMLET Wavelets to Removal of Gaussian Additive Noise from Speech Signal Implementation of SYMLET Wavelets to Removal of Gaussian Additive Noise from Speech Signal Abstract: MAHESH S. CHAVAN, * NIKOS MASTORAKIS, MANJUSHA N. CHAVAN, *** M.S. GAIKWAD Department of Electronics

More information

Wavelet Transform Based Islanding Characterization Method for Distributed Generation

Wavelet Transform Based Islanding Characterization Method for Distributed Generation Fourth LACCEI International Latin American and Caribbean Conference for Engineering and Technology (LACCET 6) Wavelet Transform Based Islanding Characterization Method for Distributed Generation O. A.

More information

Lossy Image Compression Using Hybrid SVD-WDR

Lossy Image Compression Using Hybrid SVD-WDR Lossy Image Compression Using Hybrid SVD-WDR Kanchan Bala 1, Ravneet Kaur 2 1Research Scholar, PTU 2Assistant Professor, Dept. Of Computer Science, CT institute of Technology, Punjab, India ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

The Scientist and Engineer's Guide to Digital Signal Processing By Steven W. Smith, Ph.D.

The Scientist and Engineer's Guide to Digital Signal Processing By Steven W. Smith, Ph.D. The Scientist and Engineer's Guide to Digital Signal Processing By Steven W. Smith, Ph.D. Home The Book by Chapters About the Book Steven W. Smith Blog Contact Book Search Download this chapter in PDF

More information

Auditory modelling for speech processing in the perceptual domain

Auditory modelling for speech processing in the perceptual domain ANZIAM J. 45 (E) ppc964 C980, 2004 C964 Auditory modelling for speech processing in the perceptual domain L. Lin E. Ambikairajah W. H. Holmes (Received 8 August 2003; revised 28 January 2004) Abstract

More information

OFDM Systems For Different Modulation Technique

OFDM Systems For Different Modulation Technique Computing For Nation Development, February 08 09, 2008 Bharati Vidyapeeth s Institute of Computer Applications and Management, New Delhi OFDM Systems For Different Modulation Technique Mrs. Pranita N.

More information

JPEG2000: IMAGE QUALITY METRICS INTRODUCTION

JPEG2000: IMAGE QUALITY METRICS INTRODUCTION JPEG2000: IMAGE QUALITY METRICS Bijay Shrestha, Graduate Student Dr. Charles G. O Hara, Associate Research Professor Dr. Nicolas H. Younan, Professor GeoResources Institute Mississippi State University

More information

Ch. Bhanuprakash 2 2 Asistant Professor, Mallareddy Engineering College, Hyderabad, A.P, INDIA. R.Jawaharlal 3, B.Sreenivas 4 3,4 Assocate Professor

Ch. Bhanuprakash 2 2 Asistant Professor, Mallareddy Engineering College, Hyderabad, A.P, INDIA. R.Jawaharlal 3, B.Sreenivas 4 3,4 Assocate Professor Volume 3, Issue 11, November 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Image Compression

More information

DEVELOPMENT OF LOSSY COMMPRESSION TECHNIQUE FOR IMAGE

DEVELOPMENT OF LOSSY COMMPRESSION TECHNIQUE FOR IMAGE DEVELOPMENT OF LOSSY COMMPRESSION TECHNIQUE FOR IMAGE Asst.Prof.Deepti Mahadeshwar,*Prof. V.M.Misra Department of Instrumentation Engineering, Vidyavardhini s College of Engg. And Tech., Vasai Road, *Prof

More information

International Journal of Digital Application & Contemporary research Website: (Volume 1, Issue 7, February 2013)

International Journal of Digital Application & Contemporary research Website:   (Volume 1, Issue 7, February 2013) Performance Analysis of OFDM under DWT, DCT based Image Processing Anshul Soni soni.anshulec14@gmail.com Ashok Chandra Tiwari Abstract In this paper, the performance of conventional discrete cosine transform

More information

MPEG-4 Structured Audio Systems

MPEG-4 Structured Audio Systems MPEG-4 Structured Audio Systems Mihir Anandpara The University of Texas at Austin anandpar@ece.utexas.edu 1 Abstract The MPEG-4 standard has been proposed to provide high quality audio and video content

More information

ON-LINE LABORATORIES FOR SPEECH AND IMAGE PROCESSING AND FOR COMMUNICATION SYSTEMS USING J-DSP

ON-LINE LABORATORIES FOR SPEECH AND IMAGE PROCESSING AND FOR COMMUNICATION SYSTEMS USING J-DSP ON-LINE LABORATORIES FOR SPEECH AND IMAGE PROCESSING AND FOR COMMUNICATION SYSTEMS USING J-DSP A. Spanias, V. Atti, Y. Ko, T. Thrasyvoulou, M.Yasin, M. Zaman, T. Duman, L. Karam, A. Papandreou, K. Tsakalis

More information

Voice Transmission --Basic Concepts--

Voice Transmission --Basic Concepts-- Voice Transmission --Basic Concepts-- Voice---is analog in character and moves in the form of waves. 3-important wave-characteristics: Amplitude Frequency Phase Telephone Handset (has 2-parts) 2 1. Transmitter

More information

Data Transmission at 16.8kb/s Over 32kb/s ADPCM Channel

Data Transmission at 16.8kb/s Over 32kb/s ADPCM Channel IOSR Journal of Engineering (IOSRJEN) ISSN: 2250-3021 Volume 2, Issue 6 (June 2012), PP 1529-1533 www.iosrjen.org Data Transmission at 16.8kb/s Over 32kb/s ADPCM Channel Muhanned AL-Rawi, Muaayed AL-Rawi

More information

Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Image Compression

Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Image Compression Conference on Advances in Communication and Control Systems 2013 (CAC2S 2013) Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Image Compression Mr.P.S.Jagadeesh Kumar Associate Professor,

More information

Performance study of Text-independent Speaker identification system using MFCC & IMFCC for Telephone and Microphone Speeches

Performance study of Text-independent Speaker identification system using MFCC & IMFCC for Telephone and Microphone Speeches Performance study of Text-independent Speaker identification system using & I for Telephone and Microphone Speeches Ruchi Chaudhary, National Technical Research Organization Abstract: A state-of-the-art

More information

Assistant Lecturer Sama S. Samaan

Assistant Lecturer Sama S. Samaan MP3 Not only does MPEG define how video is compressed, but it also defines a standard for compressing audio. This standard can be used to compress the audio portion of a movie (in which case the MPEG standard

More information

Chapter 4. Digital Audio Representation CS 3570

Chapter 4. Digital Audio Representation CS 3570 Chapter 4. Digital Audio Representation CS 3570 1 Objectives Be able to apply the Nyquist theorem to understand digital audio aliasing. Understand how dithering and noise shaping are done. Understand the

More information

Analysis on Extraction of Modulated Signal Using Adaptive Filtering Algorithms against Ambient Noises in Underwater Communication

Analysis on Extraction of Modulated Signal Using Adaptive Filtering Algorithms against Ambient Noises in Underwater Communication International Journal of Signal Processing Systems Vol., No., June 5 Analysis on Extraction of Modulated Signal Using Adaptive Filtering Algorithms against Ambient Noises in Underwater Communication S.

More information

Introduction to Wavelet Transform. Chapter 7 Instructor: Hossein Pourghassem

Introduction to Wavelet Transform. Chapter 7 Instructor: Hossein Pourghassem Introduction to Wavelet Transform Chapter 7 Instructor: Hossein Pourghassem Introduction Most of the signals in practice, are TIME-DOMAIN signals in their raw format. It means that measured signal is a

More information

Comparative Analysis of WDR-ROI and ASWDR-ROI Image Compression Algorithm for a Grayscale Image

Comparative Analysis of WDR-ROI and ASWDR-ROI Image Compression Algorithm for a Grayscale Image Comparative Analysis of WDR- and ASWDR- Image Compression Algorithm for a Grayscale Image Priyanka Singh #1, Dr. Priti Singh #2, 1 Research Scholar, ECE Department, Amity University, Gurgaon, Haryana,

More information

Signal Processing Toolbox

Signal Processing Toolbox Signal Processing Toolbox Perform signal processing, analysis, and algorithm development Signal Processing Toolbox provides industry-standard algorithms for analog and digital signal processing (DSP).

More information