New Algorithm for Speech Compression Based on Discrete Hartley Transform

Total Page:16

File Type:pdf, Size:1020Kb

New Algorithm for Speech Compression Based on Discrete Hartley Transform 156 The International Arab Journal of Information Technology, Vol. 16, No. 1, January 2019 New Algorithm for Speech Compression Based on Discrete Hartley Transform Noureddine Aloui1, Souha Bousselmi2, and Adnane Cherif 2 1Centre for Research on Microelectronics and Nanotechnology, Sousse Technology Park, Tunisia 2Innov’Com Laboratory, Sciences Faculty of Tunis, University of Tunis El-Manar, Tunisia Abstract: This paper presents an algorithm for speech signal compression based on the discrete Hartley transform. The developed algorithm presents the advantages to ensure low bit rate and to achieve high speech compression efficiency, while preserving the quality of the reconstructed signal. The numerical results included in this paper show that the developed algorithm is more effective than the discrete wavelet transform for speech signal compression. Keywords: Speech signal compression, discrete hartley transform, discrete wavelet transform. Received April 13, 2015; accepted May 2, 2016 1. Introduction transform, introduced by Hartley [9]. The Hartley transform resembles the Fourier transform, but it Speech signal compression is an important field of presents some advantages. digital signal processing. It has two main objectives; It allows transforming a real functions to another reduces storage and bandwidth requirements of digital real functions (it is not necessary to require complex speech signals before storage or transmission via numbers). The discrete Hartley transform is applied in communication channels. In fact, the speech many fields of signal processing such as audio and compression methods allow to represent speech data image [11, 14]. using the minimum number of bits possible, while The remaining of this paper is divided into three preserving the perceptual quality. Therefore, speech sections; section 2 covers the Hartley transform compression has many practical applications such as theory. Section 3, discusses the principal methodology mobile telephony, voice over IP and storage [7, 17]. of speech compression based on the discrete Hartley In the past few decades the discrete transformations transform. Then, the performance evaluation of the have emerged as a new tool for signal analysis, such as developed algorithm is carried out in section 4. compression [18, 19], denoising [1, 20], digital Finally, section 5 dedicated to the conclusion and filtering [4, 5] and recognition [12, 21]. In the field of some remarks. speech compression, the discrete transforms provide an important compression ratio and preserve the quality of 2. Signal Processing Based Using Discrete the decompressed speech signal compared to others existed techniques. In fact, the discrete cosine Hartley Transform transform introduced by Ahmed et al. [2], especially its This section describes the principle of signal modified version [6] has been used by the International processing using discrete Hartley transform. The first Organization for Standardization (ISO) and the and the second subsection present the Hartley International Electrotechnical Commission (CEI) transform theory. The third subsection gives the standard to compress speech signal MP3 format implementation methodology of the discrete Hartley (Moving Picture Experts Group: (MPEG1) layer 3). transform followed by an example of signal This later has become an industry standard for audio processing using discrete Hartley transform. compression. Thus, the discrete wavelet transform(introduced by Grossman and Morlet. [10] 2.1. Continuous Hartley Transform gives better compression performances compared to the Global System Mobile (GSM), the Linear The Continuous Hartley Transform (CHT) of a real waveform x(t) is defined as [9]: Predictive Coding (LPC) [16] and the Code Excited -1 + Linear Prediction (CELP) [15]. Due to the ψ ω = 2π 2 x(t) cos(ωt)+sin(ωt) dt (1) effectiveness of the discrete transforms for signal - compression, in this paper the Hartley transform is The Inverse Continuous Hartley Transform (ICHT) is particularly exploited to compress speech signals. This obtained using the following equation: transformation has been introduced by Bracewell [4]. It presents the discrete version of the continuous Hartley New Algorithm for Speech Compression Based on Discrete Hartley Transform 157 -1 2 + x t = 2π ψ(ω) cos(ωt)+sin(ωt) dω (2) Example: Let x(n) the original signal (MATLAB - sample data “leleccum.dat”) analyzed by frames of 64 samples and HN,N the square Hartley matrix of 2.2. Discrete Hartley Transform order 64. The DHT is the discrete version of the continuous After performing the forward and inverse DHT the Hartley transform. quality of the reconstructed signals is evaluated in Let {x(n), n=0,1,…,N-1} a real valued sequence, the term of Root Mean Square Error (RMSE) using the DHT is obtained by [4]: following Equation: N-1 1 N-1 ν k =N-1 x(n) cos(2πkn/N)+sin(2πkn/N) (3) RMSE= x(n)-y(n) (9) n=0 N n=0 The Inverse Discrete Hartley Transform (IDHT) is where y(n) is the reconstructed signal. obtained using the following Equation: The following Figure illustrates a typical plot of the N-1 original signal “leleccum.dat”, the transformed (Figure x(n)= ν(k) cos(2πkn/N)+sin(2πkn/N) (4) k=0 2-a) and the reconstructed (Figure 2-b) versions. The calculated RMSE between the original and the 2.3. Signal Processing using DHT reconstructed signals is equal to 5.09×10-15. Hence, it is clear that the DHT can allow analyzing signals with Using Equation (3) the DHT can be written in matrix near perfect reconstruction. form as follows: 1 ν(0) h0,0 h 0,1 ... h 0,N-1 x(0) 0.9 ν(1)1 h h ... h x(1) =*1,0 1,1 1,N-1 ... N ... ... ... ... ... (5) 0.8 ν(N-1) hN-1,0 ... ... h N-1,N-1 x(N-1) 0.7 1 0.6 HxNNN, * N 0.5 0.4 Where HN,N is square Hartley matrix of order N: 0.3 h =cos(2πkn N)+sin(2πkn N) 0.2 k,n (6) 0 500 1000 1500 2000 2500 3000 3500 4000 4500 a) Original signal “leleccum.dat”. where k and n are integers from 0 to N-1. 1.2 As the Hartley matrix is invertible, the IDHT can be 1 obtained by computing the inverse Hartley matrix: 0.8 -1 xN =H N,N ×ν N (7) 0.6 0.4 The achieved inversion error Er of Hartley matrix can be calculated as follows: 0.2 0 -1 Er = H N,N ×H N,N - I N,N (8) -0.2 0 500 1000 1500 2000 2500 3000 3500 4000 4500 b) Transformed signal “leleccum” using DHT. Where I N,N is a square identity matrix of order N. Figure 1 illustrates the inversion error of Hartley 1 matrix for different sizes. Here, the inverse matrix is 0.9 computed using the function “Inv” of MATLAB. As 0.8 observed, the inversion error of Hartley matrix for 0.7 different sizes is about 10-13. These values can be 0.6 reduced by using small matrix sizes. 0.5 0.4 -13 x 10 Inversion Error via Hartley Martix Size 0.3 2 1.8 0.2 0 500 1000 1500 2000 2500 3000 3500 4000 4500 1.6 c) Reconstructed signal “leleccum” using DHT. 1.4 1.2 Figure 2. Original transformed and reconstructed “leleccum.wav” 1 signal using DHT. 0.8 0.6 0.4 3. Speech Signal Compression using DHT 0.2 0 The basic idea behind speech signal compression 0 500 1000 1500 2000 2500 using DHT is linked to the representation of a signal Figure 1. Inversion error variation vs hartley matrix size. after applying the DHT. So, after performing the DHT 158 The International Arab Journal of Information Technology, Vol. 16, No. 1, January 2019 to the speech signal, the most of the obtained (insignificant data), while keeping a good quality of coefficients have a negligible or zero magnitudes. the reconstructed signal. For that, the speech compression is achieved by The Figure below illustrates the different steps truncating the small values of coefficients involved in speech signal compression using DHT. HN N: square Hartley matrix of order N h0,1 h0,2 … h0,N-1 h1,0 h1,1 … … … … … … hN-1,0 … … hN-1,N-1 x0 Compressed Original x1 Thresholding Encoding Quantization and speech speech signal … coefficients entropy encoding signal x(n) xN-1 H 1 : inverse square Hartley matrix of order NN, h 0,1 h0,2 … h0,N-1 h1,0 h1,1 … … … … … … hN-1,0 … … hN-1,N-1 x’0 xr0 Reconstructed Compressed speech Disquantization and Dencoding x’1 xr1 speech signal x (n) signal entropy decoding coefficients … … r x’N-1 xrN-1 Figure 3. The flowchart of the speech compression algorithm using DHT. Step 1: In this step, the Hartley matrix order (N) is Step 4: In this step, quantization followed by chosen and the DHT is performed on the original entropy coding are applied to the encoded vector of speech signal frames. Here, the Hartley matrix order coefficients. There are many methods to quantize must be equal to the frame length. coefficients such as vector, scalar and uniform 1 quantization. The entropy coding can be performed ν = H (n)*x (10) NN N,N N using Huffman or arithmetic methods. In this work, uniform quantization and entropy coding are applied N is integer from 0to N-1. to compress speech signal using DHT. Step 2: After performing the DHT, a manual thresholding is applied to the obtained coefficient 4. Results and Discussions vectors (vN). It consists in truncating coefficients below a fixed threshold (T) using the following This section evaluates the speech compression Equation: methodology based on DHT previously discussed. Two tests were performed to demonstrate the ν(n) if |ν(n)| T νnew (n)= 0 otherwise (11) effectiveness of the developed algorithm.
Recommended publications
  • Application Note IPTV Services
    Application Note Contents Title Managing IPTV Performance Overview.......................................................... 1 Series IP Video Performance Management IPTV Services .................................................. 1 Date February 2008 Factors Affecting the Performance of IPTV.... 2 Video Impairments .......................................... 4 Video Performance Metrics ................................ 5 IPTV, Internet TV, and Video on Demand provide exciting new revenue opportunities IPTV Performance Management ........................ 6 for service providers. This Application Note Summary .......................................................... 8 describes some of the typical issues and problems affecting IPTV service quality, and introduces a cost-effective approach to service quality monitoring. IPTV Services make it publicly available. IPTV offers exciting new opportunities for service • Video on Demand (VOD) is a service that providers to introduce integrated voice, video, and provides access to movies or other video data services over broadband. A number of video content on demand. This could be part service types can be delivered over IP: of an IPTV service or could be a service offered independently over the Internet. • “IPTV” is generally used to refer to a closed Video over IP service with a broad range In some cases, IPTV services are not seen as of content delivered by a service provider. directly competing with existing cable or satellite Some definitions of IPTV would suggest service but may provide some
    [Show full text]
  • SERVIZIO VOIP Dal 2005 Ci Siamo Specializzati Nella Fornitura Di
    SERVIZIO VOIP Dal 2005 ci siamo specializzati nella fornitura di servizi VOIP (Voice Over IP) di elevata qualità, con un’offerta tecnologicamente evoluta, posizionandoci in un segmento di mercato di nicchia. Abbiamo così realizzato un servizio basato su una tecnologia allo stato dell'arte che permette di sostituire le linee telefoniche tradizionali con linee VOIP, garantendone la stessa affidabilità e qualità . guarda il video di presentazione PLUS - Casi di successo documentati (rif. nostro sito Web www.timenet.it – sezione Case History) - Portabilità di ogni tipo di linea , comprese Selezioni Passanti (GNR) su BRI e PRI, dai tutti i principali Operatori , con programmazione temporale concordata con il Cliente della data del passaggio delle linee. - Servizio di backup : è sempre garantita la raggiungibilità del Cliente - Videochiamate punto – punto tra due numerazioni VOIP. - Servizio di deviazione di chiamata e voicemail . - Azzeramento dei costi fissi (canoni linee telefoniche). - Tariffe chiare, senza scatto alla risposta, conteggiate per gli effettivi secondi di conversazione. - Nuove numerazioni geografiche singole o GNR. - Numero di chiamate simultaneo illimitato anche con un solo numero VOIP. - Compatibilità testata con le maggiori piattaforme hardware (centralini e gateway): Avaya, AAstra, Samsung, Siemens, Asterisk, Patton, Audiocodes, Draytek, Linksys, etc… APPROFONDIMENTI CHE TIPO DI LINEE POSSIAMO PORTARE - Linee analogiche (POTS) e ISDN numero principale più numerazioni aggiuntive - Linee ISDN e PRI GNR (Selezione Passante) 10, 100, 1000 numeri - Linee in ULL e native VOIP di altri Operatori DA QUALI OPERATORI POSSIAMO EFFETTUARE LA NUMBER PORTABILITY Possiamo effettuare Number Portability da tutti i principali Operatori: Telecom Italia (anche numerazioni VoIP Alice Business Voce), BT-Albacom, Eutelia, Fastweb, Vodafone e Wind .
    [Show full text]
  • Voip Primer Voice Over Internet Protocol
    VoIP Primer Voice over Internet Protocol WHY THE NET MAY REPLACE MA BELL: A GUIDE FOR STATE AGING SERVICE SYSTEMS NATIONAL AGING INFORMATION AND REFERRAL SUPPORT CENTER NATIONAL ASSOCIATION OF STATE UNITS ON AGING ½ WASHINGTON, DC VoIP Primer Voice over Internet Protocol Why the Net May Replace Ma Bell : A GUIDE FOR STATE AGING SERVICE SYSTEMS SEPTEMBER 2004 NATIONAL AGING INFORMATION AND REFERRAL SUPPORT CENTER NATIONAL ASSOCIATION OF STATE UNITS ON AGING ½ WASHINGTON, DC This publication is supported in part by grant No. 90-AM-2746 from the Administration on Aging, U.S. Department of Health and Human Services. Grantees undertaking projects under government sponsorship are encouraged to express freely their findings and conclusions. Points of view or opinions therefore for not necessarily reflect official Administration on Aging policy. Table of Contents 1 Introduction 3 VoIP: A Primer 5 How does VoIP Work? 9 Is It Worthwhile? Why Switch? 13 Before You Jump on the Bandwagon 15 Telephones Then and Now 19 Glossary 23 Selected References Introduction “WHO COULD have foreseen what the telephone bells have done to ring out the old ways and to ring in the new; to ring out delay and isolation and to ring in the efficiency and friendliness of a truly united people?" —Herbert N. Casson, The History of the Telephone Fully Illustrated, 1910 nternet Voice, also known as Voice over Internet Protocol (VoIP) or IP Itelephony, allows people to make telephone calls anywhere in the world using a high speed Internet connected computer as a phone. To receive or make a call, VoIP callers simply need to load special software on their computers or use a special computer adapter.
    [Show full text]
  • VOICE OVER INTERNET PROTOCOL (Voip)
    S. HRG. 108–1027 VOICE OVER INTERNET PROTOCOL (VoIP) HEARING BEFORE THE COMMITTEE ON COMMERCE, SCIENCE, AND TRANSPORTATION UNITED STATES SENATE ONE HUNDRED EIGHTH CONGRESS SECOND SESSION FEBRUARY 24, 2004 Printed for the use of the Committee on Commerce, Science, and Transportation ( U.S. GOVERNMENT PUBLISHING OFFICE 22–462 PDF WASHINGTON : 2016 For sale by the Superintendent of Documents, U.S. Government Publishing Office Internet: bookstore.gpo.gov Phone: toll free (866) 512–1800; DC area (202) 512–1800 Fax: (202) 512–2104 Mail: Stop IDCC, Washington, DC 20402–0001 VerDate Nov 24 2008 14:00 Dec 07, 2016 Jkt 075679 PO 00000 Frm 00001 Fmt 5011 Sfmt 5011 S:\GPO\DOCS\22462.TXT JACKIE SENATE COMMITTEE ON COMMERCE, SCIENCE, AND TRANSPORTATION ONE HUNDRED EIGHTH CONGRESS SECOND SESSION JOHN MCCAIN, Arizona, Chairman TED STEVENS, Alaska ERNEST F. HOLLINGS, South Carolina, CONRAD BURNS, Montana Ranking TRENT LOTT, Mississippi DANIEL K. INOUYE, Hawaii KAY BAILEY HUTCHISON, Texas JOHN D. ROCKEFELLER IV, West Virginia OLYMPIA J. SNOWE, Maine JOHN F. KERRY, Massachusetts SAM BROWNBACK, Kansas JOHN B. BREAUX, Louisiana GORDON H. SMITH, Oregon BYRON L. DORGAN, North Dakota PETER G. FITZGERALD, Illinois RON WYDEN, Oregon JOHN ENSIGN, Nevada BARBARA BOXER, California GEORGE ALLEN, Virginia BILL NELSON, Florida JOHN E. SUNUNU, New Hampshire MARIA CANTWELL, Washington FRANK R. LAUTENBERG, New Jersey JEANNE BUMPUS, Republican Staff Director and General Counsel ROBERT W. CHAMBERLIN, Republican Chief Counsel KEVIN D. KAYES, Democratic Staff Director and Chief Counsel GREGG ELIAS, Democratic General Counsel (II) VerDate Nov 24 2008 14:00 Dec 07, 2016 Jkt 075679 PO 00000 Frm 00002 Fmt 5904 Sfmt 5904 S:\GPO\DOCS\22462.TXT JACKIE C O N T E N T S Page Hearing held on February 24, 2004 ......................................................................
    [Show full text]
  • VOIP-108 G2 / Connect Ipx8 – Intercom-Over-IP Solution
    VOIP-108 G2 / Connect IPx8 – Intercom-over-IP Solution Intelligent and seamless interfacing to the outside world is the key to success in many intercom applications. Connect IPx8 is a specialised Audio-over-IP interface to connect your intercom system to IP-based networks. The VOIP-108 G2 Client Card and the Connect IPx8 are Connect IPx8 8-Port Panel Interface designed to transport quality audio with low bandwidth The Connect IPx8 is a 19”/1RU unit which converts eight over digital IP-based networks. Designed for mission- AES or analogue signals into IP data and vice versa. The critical applications like the broadcast industries the device is available in three versions, offering different devices provide several failsafe options, which ensure interface options on the rear of the unit. The CAT5 and audio is available even under extreme circumstances. COAX versions are for connecting panels and other AES signals, while the AIO version is perfect for the connection There are three major applications for the devices: of 4-wires and other analogue sources. The Connect IPx8 • multi-port matrix-to-matrix connections (Trunking) can flawlessly connect up to eight standard Artist 1000, • multi-port matrix-to-control panel connections 2000 or 3000 series control panels with full functionality (Remote panels) to an Artist matrix via an IP-network. • multi-channel distribution of audio lines Easy Configuration VOIP-108 G2 8-Port Matrix Client Card The VOIP-108 G2 client card and the Connect IPx8 The new VOIP-108 G2 card converts eight Artist matrix panel interface can be configured directly in the Director ports into a compressed IP-stream and vice versa.
    [Show full text]
  • Voice Over Internet Protocol (VOIP): Overview, Direction and Challenges 1 U
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by International Institute for Science, Technology and Education (IISTE): E-Journals Journal of Information Engineering and Applications www.iiste.org ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol.3, No.4, 2013 Voice over Internet Protocol (VOIP): Overview, Direction And Challenges 1 U. R. ALO and 2 NWEKE HENRY FIRDAY Department of Computer Science Ebonyi State University Abakaliki, Nigeria 1Email:- [email protected] 2Email: [email protected] ABSTRACT Voice will remain a fundamental communication media that cuts across people of all walks of life. It is therefore important to make it cheap and affordable. To be reliable and affordable over the common Public Switched Telephone Network, change is therefore inevitable to keep abreast with the global technological change. It is on this basis that this paper tends to critically review this new technology VoIP, x-raying the different types. It further more discusses in detail the VoIP system, VoIP protocols, and a comparison of different VoIP protocols. The compression algorithm used to save network bandwidth in VoIP, advantages of VoIP and problems associated with VoIP implementation were also critically examined. It equally discussed the trend in VoIP security and Quality of Service challenges. It concludes by reiterating the need for a cheap, reliable and affordable means of communication that would not only maximize cost but keep abreast with the global technological change. Keywords: Voice over Internet Protocol (VoIP), Public Switched Telephone Network (PSTN), Session Initiation Protocol (SIP), multipoint control unit 1. Introduction Voice over Internet Protocol (VoIP) is a technology that makes it possible for users to make telephone calls over the internet or intranet networks.
    [Show full text]
  • SKYPE PBX ENERGIZE a Pilot Offer That Lets You Test Skype for Business & Its Cloud PBX Feature in Your Own Environment
    SKYPE PBX ENERGIZE A pilot offer that lets you test Skype for Business & its Cloud PBX feature in your own environment Is a cloud PBX right for your organization? Is your PBX getting old and expensive to maintain? Are your users ready for truly integrated tools? Are you ready to modernize your collaboration? Skype for Business in Office 365 offers a cloud PBX feature that allows organizations — or home workers within larger companies — to use Skype for Business Online as their phone system, while providing users with features like instant messaging and virtual meetings. OTHER KEY FEATURES: Common Calling Functionality Transfer, hold, and resume calls with a single touch. You can even answer calls for other people on your team when they’re unavailable. Voice Mail Quickly respond to missed calls by taking advantage of built-in voice mail, integrated with Exchange. Encryption by Default Protect your privacy and your intellectual property with built-in encryption, enabled by default. No VPN needed. Person-to-Person Calling • Use voice-over-IP (VoIP) calling over your network or the Internet and easily add video or content sharing to any call • Reach people easily, when you need them, with a single touch or click from your contact list in Skype for Business, or the contact card in any Office application • Make and receive business calls in the office, at home or on the road, using your business number on your smartphone, tablet, PC, or desk phone. Interlink’s Skype PBX Energize pilot offer makes it easy to see if Skype Cloud PBX is the best solution for your environment.
    [Show full text]
  • Nokia Symbian^3 and Symbian S60 SIP Settings for Voip Calls
    Nokia Symbian^3 and Symbian S60 SIP Settings f... http://vesakoret.wordpress.com/2010/11/26/nokia-e... Vesa Koret’s Blog November 26, 2010 Nokia Symbian^3 and Symbian S60 SIP Settings for VoIP calls Filed under: Mobile VoIP,nokia,Setting up VOIP / SIP on a Nokia,Setting up Voip on Nokia,SIP,symbian,Telephony,VoIP — Vesa Koret @ 11:28 am Tags: 5630 XpressMusic, ATT, C6-00, C6-01, CallCentric, configuração de VOIP, E5, E52, E61, E63, E7, E70, E71, E72, E73, E75, eutelia, fastweb, freephonie, internet phone, IP Telephony, messagenet, Mobile VoIP, mVoIP, N7, N8, N97, nettipuhelin, Nokia, Nokia sip client, Nokia VOIP, Pennytel, saunalahti, Setting up VOIP / SIP on a Nokia, SIP, SIP Configuration, sonera, Sprint, Symbian S60, Symbian^3, T-Mobile, Telecom, Telephony, Terrasip, Three Mobile, Verizon, Vodafone, Voice over IP, VoIP, voip.ms, Vono, Voxalot, Voz IP To use a VoIP system, we’ll need three things: A high-speed internet connection, a VoIP service plan, and phone equipment. Today we walk through the 3rd requisite, phone equipment. More precisely mobile phone equipment, Nokia Symbian^3 and Symbian S60 devices and how to make them work things out with some VoIP service plans. Can you relate to any of these thoughts: I have a VoIP enabled Smartphone and would like to lower my phone bills. I would like to get rid of the ridiculous landline charges without losing my home or small business number. I make expensive long-distance or international calls and would like to cut those costs. I run a small business and phone bills make significant part of my overhead.
    [Show full text]
  • Providing Voice Recording Solutions for Enterprises
    OrecX – Providing Voice Recording Solutions for Enterprises It’s no longer optional, it’s critical, for enterprises to record customer calls to agents and contact centers. Compliance with government regulations and risk mitigation, not to mention customer satisfaction, all require calls be recorded and stored for possible future use. With the Oreka TR call recording application integrates seamlessly with Avaya Aura™ to the powerful call processing, media from OrecX, a Gold-level member in the Avaya Communication Manager and Avaya Aura™ and administrative features available in DevConnect Program, enterprises can safely Application Enablement Services (AES). Communication Manager. record voice traffic into their call centers or • Avaya Aura Communication Manager is an directly to agents quickly, easily and cost Whether recording for compliance, risk open, scalable, and highly reliable IP effectively. Oreka TR’s open source architecture mitigation or performance monitoring, telephony solution. It provides centralized provides enterprises with plug-in capabilities, Oreka TR allows enterprises to simply and call control for a resilient, distributed enabling audio capture and recording from efficiently store and retrieve call recordings network of media gateways and a wide potentially any audio source. The solution without requiring additional hardware or range of analog, digital and IP-based passively records and stores calls, allowing software installation on the network. Oreka communication devices. later retrieval through standard web browsers TR passively listens to network packets and and simple search criteria. • Avaya Aura AES is an enhanced set of records VoIP SIP sessions, logging each call telephony application programming in a separate audio file. The flexible search Voice over IP (VoIP) ready, Oreka TR will interfaces (APIs), protocols and web criteria allows recordings to be categorized run on virtually any operating system and services for developers.
    [Show full text]
  • Speech Compression Analysis Using Matlab
    IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 SPEECH COMPRESSION ANALYSIS USING MATLAB Manas Arora1, Neha Maurya2, Poonam Pathak3, Vartika Singh4 1, 2M.Tech Student, Digital Communication, BBDNIIT, Uttar Pradesh, India, 3Associate Professor, 4Sr. Lecturer, Electronics & Comm., BBDNIIT, Uttar Pradesh, India Abstract The growth of the cellular technology and wireless networks all over the world has increased the demand for digital information by manifold. This massive demand poses difficulties for handling huge amounts of data that need to be stored and transferred. To overcome this problem we can compress the information by removing the redundancies present in it. Redundancies are the major source of generating errors and noisy signals. Coding in MATLAB helps in analyzing compression of speech signals with varying bit rate and remove errors and noisy signals from the speech signals. Speech signal’s bit rate can also be reduced to remove error and noisy signals which is suitable for remote broadcast lines, studio links, satellite transmission of high quality audio and voice over internet This paper focuses on speech compression process and its analysis through MATLAB by which processed speech signal can be heard with clarity and in noiseless mode at the receiver end . Keywords: Speech compression, bit rate, filter, MPEG, DCT. ----------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION transmission bandwidth of digital audio streams and also reduces storage size of audio files. [15] Compression may be Data compression is a technique in which data content of the lossy or lossless. Lossy compression is transparent to human input signal to system is compressed so that original signal is audibility but lossless being have a compressing factor from 6 obtained as output and unwanted or undesired signals are to 1.
    [Show full text]
  • Sanog4-Aarati-Voiptut.Pdf
    VVooiiccee oovveerr IIPP TTuuttoorriiaall AAaarrttii IIyyeennggaarr SSoolluuttiioonnss AArrcchhiitteecctt PPoollyyccoomm TTaabb llee ooff CC oonn tteenn ttss •• IInnttrroodduuccttiioonn •• VVooIIPP NNeettwwoorrkk CCoommppoonneennttss//PPrroottooccoollss •• PPeerrffoorrmmaannccee PPaarraammeetteerrss •• RReegguullaattiioonnss •• SSeeccuurriittyy •• EEccoonnoommiiccss •• AApppplliiccaattiioonnss •• EEvvoolluuttiioonn SScceennaarriiooss IInn ttrroodd uuccttiioonn WW hh aatt iiss VVooIIPP?? • Legacy Telephony • TDM/SS7 based infrastructure • Traditional Class 5/Class 4 switches • Voice over IP • IP-based packet infrastructure for PSTN voice transport • New elements that collectively perform traditional functions and more • And what is IP Telephony? • Voice + Messaging + Video + Data over IP networks = IP Telephony • Public Internet : Best Effort Service • Managed IP Network : SLA based Service TThh ee PPaacckk eettiizzaattiioonn PPrroocceess ss Analog Voice Filter Sample at 8000 Digital lower/higher samples per Quantization Encoding (400-4000kHz) frequencies second into bytes Silence Suppression Compression (Optional). Echo Cancellation(if (Optional). Yields ~50% Yields further bandwidth reqd.) bandwidth gains gains UDP packet Digitized Voice Packet RTP packet encapsulated within IP encapsulated within encapsulated within packet RTP packet UDP packet Voice Samples Voice Over IP Packet RTP Payload RTP Header UDP Payload UDP Header IP Payload IP Header TTrraadd iittiioonn aall PPSS TTNN NN eettww oorrkk SS7 signaling SS7 network Call Control, Legacy Legacy Legacy Signaling, Class 4/5 Class 4/5 Class 4/5 Bearer/Media Switch Switch Switch and Features TDM network TDM bearer VVooIIPP NN eettww oorrkk SS7 signaling SS7 network Call Signaling Control IP signaling Soft IP Phones + Signaling Media IP bearer Gateway Gateway Controller IP Phones Application IP network Media Server Server Media (conferencing) Media Media Features Gateway Gateway Bearer/ Media TDM TDM network bearer VVooIIPP NN eettww oorrkk CC oomm pp oonn eenn ttss TThh ee EE lleemm eenn ttss ...
    [Show full text]
  • Voice Over Digital Subscriber Line (Vodsl)
    Voice over Digital Subscriber Line (VoDSL) Definition The changes in the forces that shape the communications industry have been well documented and are nearing the level of common knowledge; examples include regulation and technology. Digital subscriber line (DSL) is the technology that is employed between a customer location and the carrier’s network that enables more bandwidth to be provided by using as much of the existing network infrastructure as possible. Speeds of up to 9 Mbps to the home are possible, given a number of limitations (e.g., distance and line quality). Using a greater range of frequencies over the existing copper line makes this increase in bandwidth possible. Voice over DSL (VoDSL) represents a breakthrough service by means of this technology. Overview This tutorial will explore the topic of VoDSL, emphasizing transport methods and standards groups. First, however, it provides a short history and explanation of DSL technology. Topics 1. DSL Primer 2. Interworkings of DSL 3. With All of This Variety, How Big Is the Market? 4. About ADSL 5. About VoDSL 6. How Does VoDSL Work? 7. Transport Methods within VoDSL 8. Standards Groups Involved with VoDSL 9. The Future of VoDSL Self-Test Correct Answers Glossary 1. DSL Primer A Brief History of DSL The first practical application of high-speed data over copper wire was demonstrated in the late 1980s at the labs of Bellcore. This first harnessing of higher frequencies was offered as a one-way traffic flow, called asymmetrical. These first efforts led to the integrated services digital network (ISDN), which is historical proof that the idea of integrated voice and data is not new with DSL.
    [Show full text]