A Novel Approach For Voice Quality Enhancement For VoIP Applications Using DSP Processor

Size: px
Start display at page:

Download "A Novel Approach For Voice Quality Enhancement For VoIP Applications Using DSP Processor"

Transcription

1 International Conference on Electrical, Electronics, and Optimization Techniques (ICEEOT) A Novel Approach For Voice Quality Enhancement For VoIP Applications Using DSP Processor T. Madhavi Dr. B.Hari Krishna L.Phani Kanth; Dy.Manager ECE Dept. ECE Dept, Hindustan Aeronautics Ltd, Asst.Prof,CMREC Prof,CMREC HYDERABAD tmadhavi2@yahoo.com harikrishna7@gmail.com phanikanth2@yahoo.com Abstract Voice quality enhancement is the major concern in telecommunications. In this paper a novel approach is proposed for Background reduction (BGNR) and Acoustic Echo cancellation (AEC) for real time speech for VoIP applications. This paper aims to improve speech intelligibility and reduce listening effort. Voice quality enhancement is achieved by removing unwanted echo and noise of the signal. BGNR can be achieved by using noise cancellation method with the help of LMS algorithm. Acoustic echo is of poor coupling between the microphone and speaker in handset/hands free devices, its revocation is achieved by AAEC( AEC) with the help of Normalized LMS(NLMS) algorithm on a dedicated ADSP BF533- EZ KIT processor after satisfactory results in MATLAB simulation. We achieved 21.52db and 1.57db voice quality improvement within the permissible speech delay of 2ms defined by ITU-T standards. This approach is very inexpensive to small entrepreneurs. Key words: BGNR, AEC, adaptive filter,lms, NLMS I. INTRODUCTION Voice quality enhancement technique is used to improve speech intelligibility and reduce listening effort, to deliver much better speech quality-in the telecommunications systems design. The method to achieve VQE (voice quality enhancement) is to remove unwanted BGN and AEC of the signal. Furthermore, besides using VQE building blocks to enhance speech quality, the same technology can be applied to other speech-related applications example, in speech recording and recognition. VQE is becoming increasingly important because the telecommunication landscape continues to change and grow as the customer base yearns for new ways to communicate. Much to the annoyance of some, droves of people now carry on conversations in trains, planes and automobiles; while walking on city streets and eating at restaurants; stretched out on the beach and sprawled in public parks. Aside from social implications those environments are not ideal for quiet and clear communication. At the same time telecommunication infrastructure itself is evolving-more voice traffic and is moving from traditional circuit switched networks to packet switched networks. Although technology has made many new communication options, in many ways it must improve to meet the new demands. As a telephone user, we are accustomed to enjoy excellent speech quality when using the traditional telephone network. On the other hand, we ve have to accept a far lower speech quality when using some of the newer technology like cell phones. VQE is the umbrella that encompasses the technology intended to improve speech quality in both the newer and traditional telecommunications systems. The main impairments are noise and acoustic echo. Ideally, you want to listen to a speaker without any background noise condition that seems unlikely in an age of rising use of cell phones in noisy environments. In an office, noise comes from office equipment, forced air heating, air conditioning and other conversations. At home, the main cause are appliances, running water, audio/video gear, and A/C. Acoustic echo is caused by mismatched between speaker and microphone in a telephone handset, conference phone, or hands-free phone. Providing an embedded kit which supresses background noise and acoustic echo will be a great solution. This is to enhance voice quality by cancelling background noise and acoustic echo using DSP processors. The session is organized as follows. Session II describes the overall implementation of the method. Session III describes the implementation using DSP processor followed by results and discussions. II. IMPLEMENTATION APPROACH To enhance speech quality it is required to process the speech before sending for transmission as well as in reception. In this process the following major problems need to be controlled A. Problems 1) Back ground : The back ground noise is widely in sense, but in closed room environments it is very confined. In call centers and many office environments the soft phone speech suffers from AC and fan noise (major and common back ground noises). These noises may not be strong in their energy as compared to speech. is near to speaker so its energy is strong. In general back ground noise is very predominant when speech is not present. As quality of service concerned it is very much required to eliminate this back ground noise. For this hardware modification like DSP based head phones can be a good solution. It should be done on speech before sending to CODEC. 2) Acoustic Echo: The acoustic echo is created by the loudspeaker in a phone. The sound comes out of it, bounces the walls, ceiling and other objects in the room, reflects and comes back to the phone s microphone. The same thing is possible not only in the buildings, but also in cars, everywhere, where the sound from the loudspeaker can be reflected to the microphone, and this includes the phone s case as the sound usually go from the speaker to the microphone inside the hands-free phone. Similarly, if there s bad acoustic decoupling between the microphone and earpiece in the handset, the acoustic echo will exist in the handset, no matter whether it s a regular or cellular phone [2]. The implementation approach is explained in the following Fig. 1. with backgrou nd noise Near end speech D/A converter A/D converter Aucostic Echo cancellation Adapti ve BGNR block Tx A/D Converter D/A converter Fig. 1. Block diagram of implementation approach Far end speech /16/$ IEEE 4946

2 B. Solution Approach As DSP environment is more effective and hardware specific it is feasible to implement cancellation of BGN and AEC techniques using DSP BF-533 EZ kit. The BGN and AEC cancellation systems proposed in this paper [2] are designed and implemented on ADSP BF 533-EZ kit [5][7]. Firstly the speech is converted into digital format by using A/D converter. This digital information is passed to DSP processor for processing to attain good speech quality where our algorithms run in good manner. The BGN and AEC cancellation system described in this paper is designed for use within video and teleconferencing systems in moderate size corporate conference rooms. Accordingly, an 8kHz sampling rate was selected in order to comply with contemporary telephony standards. With a sampling rate of 8kHz, it was determined that the adaptive filter must have at least 4 filter coefficients to effectively cancel the direct field Echo. 1) ABGNR ( Back Ground Reduction) block: For background noise cancellation we consider noise cancellation Method [4] which is one of the best methods of background noise cancellation provided a dedicated processor is available to carry out multiple calculations as its algorithm part. In this method background noise during speech can be eliminated effectively. For this purpose a normal FIR filter is taken with M weights [2], [3], [4]. These filter weights are updated till the error becomes zero which can be treated as convergence. cancellation using adaptive filter is shown as below in Fig. 2. In this method one noise reference signal is also taken for learning to adaptive filter. First FIR filter is defined with M tapings which will take back ground noise reference signal as learning. The adaptive filter starts learning and generates noise estimated signals. Estimated filter output is subtracted from desired speech (speech with back ground noise) which results signal called error signal e[n]. This e[n] signal is given as input to adaptive algorithm as shown in Fig. 2. algorithm will generate fresh filter weights which are the function of e[n]. These adaptively updated weights will generate a good noise estimated signal after some iteration. In essence, an FIR filter is no more than a tapped delay line. As a result, it is possible for the target DSP to implement an NLMS adaptive filter [1],[6],[9] by generating a large array to store previous values of the input signal in the delay line (buffering). Instead of requiring the target DSP to shift, or copy, every value stored in the delay line each time a new value is inserted, two pointers are used to track the position of data in the delay line. For every processing iteration the oldest member of the array is replaced by the current value of the input signal and the pointers are updated to coincide with the latest configuration of the array [4], [8]. When the pointer reaches the end of the large array, all the numbers in the filter delay line are shifted to the start of the array. Estimated background noise which is close to real time noise, is subtracted from original signal. So that resulted signal is background noise free signal. 2) AAEC ( Acoustic Echo Cancellation) block: AAEC is realized with an adaptive or learning filter [4] which learns from given microphone and speaker (Far End ) signals. After learning, the filter can calculate an estimated microphone signal from the loudspeaker signal. This estimated microphone signal is subtracted from the real microphone signal. The difference signal no longer contains the loudspeaker signal thus the feedback loop is broken as shown in Fig. 3. filter will take far end speech signals as input signals for training. The filter weights are updated using adaptive algorithm which is a function of error signal and input far end speech values [9]. After estimating far end speech that will be subtracted from echo affected Near End (NES). Far End NLMS Algorithm e(n) Echo free Fig. 3. Block diagram of AAEC method - Filter y(n) III. IMPLEMENTATION OF ABGNR AND AAEC APPROACHES USING DSP PROCESSOR: The convergence of adaptive filter will depend on the efficiency of algorithm being used. For this purpose a suitable high speed ADSP BF533 (Black Fin) processor is opted shown in Fig d(n) + Echo Near End with Back ground + Back ground Reference ce signal Filter - without Back ground Algorithm Fig. 2. Block diagram of ABGNR method Fig. 4. ADSP Black Fin 533 EZ kit 4947

3 3 32 While the implementation of the adaptive filter is quite simple, the realization of real-time input and output (I/O) on the target DSP is significantly more complex. The ADSP BF533 DSP supports one audio line-in channel and one audio line-out channel. In general, the target DSP accesses these channels through the on-board multichannel buffered serial port. The serial ports of the DSP are connected to the audio line-in and audio line-out channels through the target A/D and D/A converters, respectively. The I/O routine initializes two buffers for input data within the McBSP. However, the McBSP is instructed to fill only one buffer with input data at a time. When one input buffer is filled, the McBSP issues a software interrupt. This interrupt triggers an interrupt handler to read a word from the McBSP register. Coincident with the software handling of the interrupt, the second input buffer in the McBSP is instructed to begin collecting input data. The DSP BIOS and pipe library utilize a similar routine to write output data to the McBSP output registers. In effect, the high-level pipe library utilizes direct memory access (DMA) functionality and interrupt handlers to form an interface with the low level I/O hardware. One difficulty encountered with implementing the echo cancellation system on the target DSP is that the EZ KIT only supports one input channel and one output channel. However, because the I/O channels are 32-bit stereo channels, it is possible to split the input channel into two 16-bit mono channels and split the output channel into two 16-bit output channels. During I/O, the pipe library returns an array of 32-bit words. The low 16-bits of each word constitute one mono channel while the high 16-bits constitute the second channel. Therefore, each input buffer is processed to separate the two input channels and store them in floating point arrays to be processed. After processing is complete, the outputs are recombined into one 32-bit word, stored in an array, and eventually sent to the output pipe. 1) Implementation algorithm for ABGNR: The implementation algorithm flow diagram is shown in Fig.5. reference Analog to digital samples from the target device to a host computer and vice versa without interfering with the target application. Data transferred from the target device can then be analyzed on the host computer using any component object module (COM) client 2) Implementation algorithm for AAEC: Implementation algorithm flow diagram for AAEC is shown in Fig. 6. Far End Echo cancelled speech Fig. 6 Flow Diagram of Acoustic Echo Cancellation using ADSP BF533 ABGNR and AAEC approaches are carried out on ADSP BF533 processor after satisfactory results in simulation using MATLAB. A. FINDINGS Analog to digital Digital to analog + echo speech samples Updating of filter-weights of adaptive filter with NLMS algorithm Double talk detector Subtract estimated noise from speech plus echo speech samples Analog to digital IV. RESULTS AND DISCUSSIONS Noisy speech Analog to digital Buffering of speech samples Updating of filter-weights of adaptive filter with NLMS algorithm Subtract estimated noise from speech The algorithm for back ground noise reduction presented is evaluated under presence of various types of background noises. The results obtained are as follows: 1) Presence of Humming sounds from FAN: The humming sounds produced by FAN serve as the source of background noise during conversation over soft phones. Digital to analog free speech Fig. 5. Flow Diagram of Back Ground Cancellation using ADSP BF533 For testing and demonstration purposes, it is necessary to interface the ADSP BF533 with the host computer. Analog device supplies the Real-Time Data exchange (RTDX) utility as shown in fig 4 and 5 to facilitate communication between the host computer and the target board. RTDX provides developers with the ability to transfer data Fig. 7. with FAN in Background 4948

4 AMPLITUDE the background noise reduction algorithm is presented in the fig 11, with the elaborated view of speech samples showing the effectiveness of the algorithm in reducing background noise. Also fig 12 shows the comparison between the amplitudes of speech samples with noise and after noise reduction. The overall reduction in noise is quantified in the Table 2. Fig. 8. with FAN in Background Fig. 7. shows the speech samples affected by noise generated by FAN in background. The figure also shows the extended view of samples affected with noise. The results obtained after processing the speech samples through the background noise reduction algorithm is presented in the Fig. 8 with the elaborated view of speech samples showing the effectiveness of the algorithm in reducing background noise. Also Fig 9 shows the comparison between the amplitudes of speech samples with noise and after noise reduction. The overall reduction in noise is quantified in the Table 1 Figure 1: with talking people in Background.15. SAMPLE AMPLITUDE SAMPLES Sample w ith Fan Sample w ithout Fan Fig. 9 Amplitude Comparison of samples for Fan Table 1 Reduction in Level from FAN in Background Average Average Reduction in Signal Level Signal Level Level in with in without in reduction of level by ) Presence of Talking People in room : The interfering voices generated by several people talking among each other is one of the most common source of background noise and requires the algorithm to be evaluated in these conditions. The fig 1 shows the speech samples affected by noise generated by people talking in background. The figure also shows the extended view of samples affected with noise. The results obtained after processing the speech samples through Fig.11 with talking people in Background Eliminated Fig.12 SAMPLES samples with Talking People without Talking People Amplitude Comparison of samples for Talking People Table 2 Reduction in Level from Talking People in Background Average Average Reduction in Signal Level Signal Level with Level without in in in reduction of level by

5 ) Presence of Air Conditioner : The sounds produced by Air conditioner are another source of background noise during conversation over soft phones. AMPLITUDE SAMPLES w ith Air Conditioner w ithout Air Conditioner Fig.15. Amplitude Comparison of samples for Air Conditioner 4) Acoustic echo: Fig.13. with Air Conditioner in Background Next the algorithm for echo cancellation is evaluated by processing the speech samples accompanied with echo. The result obtained for one speech sample is as follows in fig16. The figure also shows the extended view of samples affected with noise. The results obtained after processing the speech samples through the echo reduction algorithm is presented in the Fig.17 with the elaborated view of speech samples showing the effectiveness of the algorithm in reducing echo. fig 18 shows the comparison between the amplitudes of speech samples with associated echo and after echo reduction. The overall reduction in echo is quantified in the Table 4. Fig. 14. with Air Conditioner in Background Eliminated Fig. 13 shows the speech samples affected by noise generated by people talking in background. The figure also shows the extended view of samples affected with noise. The results obtained after processing the speech samples through the background noise reduction algorithm is presented in fig 14 with the elaborated view of speech samples showing the effectiveness of the algorithm in reducing background noise.fig 15 shows the comparison between the amplitudes of speech samples with noise and after noise reduction. The overall reduction in noise is quantified in the Table 3. Fig.16. with Echo Table 3 Reduction in Level from Air Conditioner in Background Average Signal Level with in Average Signal Level without in Reduction in Level in reduction of level by.11 Fig.17. with Echo Eliminated. 495

6 AMPLITUDE SAMPLES background noise that present during speech eliminated effectively up to due to people noise and 6.88db fan noise. Further development of the present approaches can give good results for changing back ground noises and noise dominated back ground areas like Avionics cockpit. In voice recognition methods, present approach for back ground noise reduction definitely a great solution. samples w ith Echo samples w ithout Echo Fig.18. Amplitude Comparison of samples for Echo Cancellation Average Signal Level with Echo in Table 4 Reduction in Echo Level Average Signal Level without Echo in Reduction in Echo Level in reduction of level by V. CONCLUSIONS Implementation of Back ground noise reduction and Acoustic noise cancellation for VoIP applications is explained in this paper. Out of several methods, noise cancellation using NLMS algorithm is found to be suitable as it involves efficiency in eliminating different kinds of background noises, provided a dedicated DSP processor is available to carry out multiple calculations as its algorithm part. We achieved the reduction in acoustic level by 1.57 and References [1] Adil Beyassine, Eyal Sholomot, Huan-Yu Su, Dominique Massaloux, Claude Lamblin, Jean-Pierre Petit ITU-T Recommendation G.729 Annex B: A Silence Compression Scheme for use with G.729 Optimized for V.7 Digital Simulationeous Voice and Data Applications, IEEE Communications Magazine, vol. 35, no.9, September 1997 pp [2] L.R.Rabiner & R.W. Sachfer, Digital processing of Signals, Pearson Education publication, 1993 [3] [4] Symon Haykins, filter theory, 4th Edition, Prentice Hall India Publications, 25. [5] [6] Rabiner et al, Applications of Nonlinear Smoothing Algorithm to Processing", IEEE Transactions on Acoustics,, & Signal Processing, vol. ASSP-23, No. 6, Dec. 1975, pp [7] [8] [9] [OpenH323] Acoustic echo cancellation NLMS-pw algorithm 4951

Search keywords: Connect, Meeting, Collaboration, Voice over IP, VoIP, Acoustic Magic, audio, web conferencing, microphone, best practices

Search keywords: Connect, Meeting, Collaboration, Voice over IP, VoIP, Acoustic Magic, audio, web conferencing, microphone, best practices Title: Acoustic Magic Voice Tracker II array microphone improves operation with VoIP based Adobe Connect Meeting URL: www.acousticmagic.com By: Bob Feingold, President, Acoustic Magic Inc. Search keywords:

More information

Voice Communication Package v7.0 of front-end voice processing software technologies General description and technical specification

Voice Communication Package v7.0 of front-end voice processing software technologies General description and technical specification Voice Communication Package v7.0 of front-end voice processing software technologies General description and technical specification (Revision 1.0, May 2012) General VCP information Voice Communication

More information

Implementing an In-Service, Non- Intrusive Measurement Device in Telecommunication Networks Using the TMS320C31

Implementing an In-Service, Non- Intrusive Measurement Device in Telecommunication Networks Using the TMS320C31 Disclaimer: This document was part of the First European DSP Education and Research Conference. It may have been written by someone whose native language is not English. TI assumes no liability for the

More information

Application Notes. Contents. Overview. Introduction. Echo in Voice over IP Systems VoIP Performance Management

Application Notes. Contents. Overview. Introduction. Echo in Voice over IP Systems VoIP Performance Management Application Notes Title Series Echo in Voice over IP Systems VoIP Performance Management Date January 2006 Overview This application note describes why echo occurs, what effects it has on voice quality,

More information

Conference Phone Buyer s Guide

Conference Phone Buyer s Guide Conference Phone Buyer s Guide Conference Phones are essential in most organizations. Almost every business, large or small, uses their conference phone regularly. Such regular use means choosing one is

More information

Figure1. Acoustic feedback in packet based video conferencing system

Figure1. Acoustic feedback in packet based video conferencing system Real-Time Howling Detection for Hands-Free Video Conferencing System Mi Suk Lee and Do Young Kim Future Internet Research Department ETRI, Daejeon, Korea {lms, dyk}@etri.re.kr Abstract: This paper presents

More information

A STUDY OF ECHO IN VOIP SYSTEMS AND SYNCHRONOUS CONVERGENCE OF

A STUDY OF ECHO IN VOIP SYSTEMS AND SYNCHRONOUS CONVERGENCE OF A STUDY OF ECHO IN VOIP SYSTEMS AND SYNCHRONOUS CONVERGENCE OF THE µ-law PNLMS ALGORITHM Laura Mintandjian and Patrick A. Naylor 2 TSS Departement, Nortel Parc d activites de Chateaufort, 78 Chateaufort-France

More information

LOW COST HARDWARE IMPLEMENTATION FOR DIGITAL HEARING AID USING

LOW COST HARDWARE IMPLEMENTATION FOR DIGITAL HEARING AID USING LOW COST HARDWARE IMPLEMENTATION FOR DIGITAL HEARING AID USING RasPi Kaveri Ratanpara 1, Priyan Shah 2 1 Student, M.E Biomedical Engineering, Government Engineering college, Sector-28, Gandhinagar (Gujarat)-382028,

More information

Application Notes. Introduction. Sources of delay. Contents. Impact of Delay in Voice over IP Services VoIP Performance Management.

Application Notes. Introduction. Sources of delay. Contents. Impact of Delay in Voice over IP Services VoIP Performance Management. Application Notes Title Series Impact of Delay in Voice over IP Services VoIP Performance Management Date January 2006 Overview This application note describes the sources of delay in Voice over IP services,

More information

2005 Ameritec Corporation askzeke@ameritec.com

2005 Ameritec Corporation askzeke@ameritec.com Characterizing Voice Echo Response for Voice over IP Networks This white paper defines echo and describes where it occurs in a voice network. It examines the basic aspects of echo analysis and describes

More information

Synchronization of sampling in distributed signal processing systems

Synchronization of sampling in distributed signal processing systems Synchronization of sampling in distributed signal processing systems Károly Molnár, László Sujbert, Gábor Péceli Department of Measurement and Information Systems, Budapest University of Technology and

More information

LMS is a simple but powerful algorithm and can be implemented to take advantage of the Lattice FPGA architecture.

LMS is a simple but powerful algorithm and can be implemented to take advantage of the Lattice FPGA architecture. February 2012 Introduction Reference Design RD1031 Adaptive algorithms have become a mainstay in DSP. They are used in wide ranging applications including wireless channel estimation, radar guidance systems,

More information

Adjusting Voice Quality

Adjusting Voice Quality Adjusting Voice Quality Electrical Characteristics This topic describes the electrical characteristics of analog voice and the factors affecting voice quality. Factors That Affect Voice Quality The following

More information

Video Conferencing Unit. by Murat Tasan

Video Conferencing Unit. by Murat Tasan Video Conferencing Unit by Murat Tasan Video Conferencing Standards H.320 (ISDN) Popular in small business sector H.323 (Internet) More common with advancing cable modem and broadband access to homes H.324

More information

Communication Management Unit : Single Solution of Voice and Data Routing Unit

Communication Management Unit : Single Solution of Voice and Data Routing Unit Defence Science Journal, Vol. 63, No. 2, March 2013, pp. 181-185, DOI: 10.14429/dsj.63.4261 2013, DESIDOC SHORT COMMUNICATION Communication Management Unit : Single Solution of Voice and Data Routing Unit

More information

White Paper Effective Audio For Video Conferencing. January 2013. S. Ann Earon, Ph.D. President, Telemanagement Resources International Inc.

White Paper Effective Audio For Video Conferencing. January 2013. S. Ann Earon, Ph.D. President, Telemanagement Resources International Inc. White Paper Effective Audio For Video Conferencing January 2013 S. Ann Earon, Ph.D. President, Telemanagement Resources International Inc. 2013 ClearOne Inc. All rights reserved. No part of this document

More information

Final Year Project Progress Report. Frequency-Domain Adaptive Filtering. Myles Friel. Supervisor: Dr.Edward Jones

Final Year Project Progress Report. Frequency-Domain Adaptive Filtering. Myles Friel. Supervisor: Dr.Edward Jones Final Year Project Progress Report Frequency-Domain Adaptive Filtering Myles Friel 01510401 Supervisor: Dr.Edward Jones Abstract The Final Year Project is an important part of the final year of the Electronic

More information

Telephone Speech Quality Standards. for. IP Phone Terminals (handsets) CES-Q003-2. September 30, 2004

Telephone Speech Quality Standards. for. IP Phone Terminals (handsets) CES-Q003-2. September 30, 2004 Telephone Speech Quality Standards for IP Phone Terminals (handsets) CES-Q003-2 September 30, 2004 Communications and Information Network Association of Japan (CIAJ) Table of contents Introduction...3

More information

Simple Voice over IP (VoIP) Implementation

Simple Voice over IP (VoIP) Implementation Simple Voice over IP (VoIP) Implementation ECE Department, University of Florida Abstract Voice over IP (VoIP) technology has many advantages over the traditional Public Switched Telephone Networks. In

More information

User Manual. Please read this manual carefully before using the Phoenix Octopus

User Manual. Please read this manual carefully before using the Phoenix Octopus User Manual Please read this manual carefully before using the Phoenix Octopus For additional help and updates, refer to our website To contact Phoenix Audio for support, please send a detailed e-mail

More information

USER MANUAL DUET EXECUTIVE USB DESKTOP SPEAKERPHONE

USER MANUAL DUET EXECUTIVE USB DESKTOP SPEAKERPHONE USER MANUAL DUET EXECUTIVE USB DESKTOP SPEAKERPHONE DUET EXE OVERVIEW Control Button Panel Connector Panel Loudspeaker Microphone The Duet is a high performance speakerphone for desktop use that can cover

More information

WHITE PAPER VoIP Networks August 2013. Keys to Minimizing Echo in VoIP Networks

WHITE PAPER VoIP Networks August 2013. Keys to Minimizing Echo in VoIP Networks WHITE PAPER VoIP Networks August 2013 Keys to Minimizing Echo in VoIP Networks Table of Contents Executive Summary 3 Section 1: The Challenge 4 Minimizing Echo in VoIP Systems Section 2: The Opportunity

More information

Voice over IP Protocols And Compression Algorithms

Voice over IP Protocols And Compression Algorithms University of Tehran Electrical and Computer Engineering School SI Lab. Weekly Presentations Voice over IP Protocols And Compression Algorithms Presented by: Neda Kazemian Amiri Agenda Introduction to

More information

CA Unified Communications Monitor

CA Unified Communications Monitor CA Unified Communications Monitor Addressing Echo in VoIP Systems Understanding and Monitoring Echo Cancellation for Optimal VoIP Performance This Documentation, which includes embedded help systems and

More information

Echo Cancellation. Definition. Overview. Topics

Echo Cancellation. Definition. Overview. Topics Echo Cancellation Definition Wireless phones are increasingly being regarded as essential communications tools, dramatically impacting how people approach day-to-day personal and business communications.

More information

Voice over Internet Protocol (VoIP) systems can be built up in numerous forms and these systems include mobile units, conferencing units and

Voice over Internet Protocol (VoIP) systems can be built up in numerous forms and these systems include mobile units, conferencing units and 1.1 Background Voice over Internet Protocol (VoIP) is a technology that allows users to make telephone calls using a broadband Internet connection instead of an analog phone line. VoIP holds great promise

More information

MultiDSLA. Measuring Network Performance. Malden Electronics Ltd

MultiDSLA. Measuring Network Performance. Malden Electronics Ltd MultiDSLA Measuring Network Performance Malden Electronics Ltd The Business Case for Network Performance Measurement MultiDSLA is a highly scalable solution for the measurement of network speech transmission

More information

User Manual. For additional help please send a detailed e-mail to Support@phnxaudio.com. - 1 Phoenix Audio Technologies www.phnxaudio.

User Manual. For additional help please send a detailed e-mail to Support@phnxaudio.com. - 1 Phoenix Audio Technologies www.phnxaudio. User Manual Please read the instructions in this manual before using the Duet Please refer to our website www.phnxaudio.com for more information, specifically to our Q&A section in our Support page. For

More information

VoIP 101. E911-Enhanced 911- Used for providing emergency service on cellular and internet voice calls.

VoIP 101. E911-Enhanced 911- Used for providing emergency service on cellular and internet voice calls. If you ve been researching phone systems for awhile, you ve probably heard the term VoIP. What s the definition? Do you need certain hardware for it to work? There are a few questions that should be answered

More information

12 Quality of Service (QoS)

12 Quality of Service (QoS) Burapha University ก Department of Computer Science 12 Quality of Service (QoS) Quality of Service Best Effort, Integrated Service, Differentiated Service Factors that affect the QoS Ver. 0.1 :, prajaks@buu.ac.th

More information

BRINGING VOIP TO THE CONFERENCE ROOM: HOW IT MANAGERS CAN ENHANCE THE USER EXPERIENCE

BRINGING VOIP TO THE CONFERENCE ROOM: HOW IT MANAGERS CAN ENHANCE THE USER EXPERIENCE BRINGING VOIP TO THE CONFERENCE ROOM: HOW IT MANAGERS CAN ENHANCE THE USER EXPERIENCE EXECUTIVE SUMMARY: Voice over IP is one of the fastest growing technologies and in just a few years will be in 80%

More information

ADAPTIVE ALGORITHMS FOR ACOUSTIC ECHO CANCELLATION IN SPEECH PROCESSING

ADAPTIVE ALGORITHMS FOR ACOUSTIC ECHO CANCELLATION IN SPEECH PROCESSING www.arpapress.com/volumes/vol7issue1/ijrras_7_1_05.pdf ADAPTIVE ALGORITHMS FOR ACOUSTIC ECHO CANCELLATION IN SPEECH PROCESSING 1,* Radhika Chinaboina, 1 D.S.Ramkiran, 2 Habibulla Khan, 1 M.Usha, 1 B.T.P.Madhav,

More information

DSPDemo. By Moe Wheatley MoeTronix.

DSPDemo. By Moe Wheatley MoeTronix. DSPDemo By Moe Wheatley MoeTronix www.moetronix.com Sept. 10, 2004 Table of Contents 1 Introduction... 3 1.1 The Idea... 3 1.2 Hardware... 3 1.2.1 Block Diagram... 3 1.3 Software... 4 1.3.1 Basic Modules...

More information

Voice Quality Planning for NGN including Mobile Networks

Voice Quality Planning for NGN including Mobile Networks Voice Quality Planning for NGN including Mobile Networks Ivan Pravda 1, Jiri Vodrazka 1, 1 Czech Technical University of Prague, Faculty of Electrical Engineering, Technicka 2, 166 27 Prague 6, Czech Republic

More information

DATA SHEET TESirAFOrTÉ Ai TESirAFOrTÉ AVB Ai

DATA SHEET TESirAFOrTÉ Ai TESirAFOrTÉ AVB Ai TesiraFORTÉ AI TesiraFORTÉ AVB AI TesiraFORTÉ AI TesiraFORTÉ AVB AI The TesiraFORTÉ AI is a digital audio server with 12 analog inputs and 8 analog outputs and includes up to 8 channels of configurable

More information

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4. H.323 Components VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4.1 H.323 Terminals (1/2)...3 4.1 H.323 Terminals (2/2)...4 4.1.1 The software IP phone (1/2)...5 4.1.1 The software

More information

Bluetooth Audio Data Transfer between Bluetooth chipset (PMB6752&PMB6625) and TriCore Host TC1920

Bluetooth Audio Data Transfer between Bluetooth chipset (PMB6752&PMB6625) and TriCore Host TC1920 Application Note, v1.0, 2001-10 Bluetooth Audio Data Transfer between Bluetooth chipset (PMB6752&PMB6625) and TriCore Host TC1920 Abstract The paper describes the interfaces and the handling of Audio Data

More information

8 Ways to Boost User Protection With the Jabra LINK 85 Audio Processor

8 Ways to Boost User Protection With the Jabra LINK 85 Audio Processor IMPROVE CONTACT CENTER PERFORMANCE AND HEARING SAFETY. 8 ways Audio Processors Boost Agent Productivity. WHY AUDIO PROCESSORS ARE A GOOD INVESTMENT 2 ExECuTIVE SuMMARY Audio processors play an important

More information

Multichannel Voice over Internet Protocol Applications on the CARMEL DSP

Multichannel Voice over Internet Protocol Applications on the CARMEL DSP Multichannel Voice over Internet Protocol Applications on the CARMEL DSP 1 Introduction Multichannel DSP applications continue to demand increasing numbers of channels and equivalently greater DSP performance

More information

SIP Trunking and Voice over IP

SIP Trunking and Voice over IP SIP Trunking and Voice over IP Agenda What is SIP Trunking? SIP Signaling How is Voice encoded and transported? What are the Voice over IP Impairments? How is Voice Quality measured? VoIP Technology Confidential

More information

Echo Troubleshooting Guide How to identify, troubleshoot and remove echoes in installed-room AV systems

Echo Troubleshooting Guide How to identify, troubleshoot and remove echoes in installed-room AV systems Echo Troubleshooting Guide How to identify, troubleshoot and remove echoes in installed-room AV systems Application Note Polycom Installed Voice Business Group September 2004 TABLE OF CONTENTS TABLE OF

More information

Advanced Speech-Audio Processing in Mobile Phones and Hearing Aids

Advanced Speech-Audio Processing in Mobile Phones and Hearing Aids Advanced Speech-Audio Processing in Mobile Phones and Hearing Aids Synergies and Distinctions Peter Vary RWTH Aachen University Institute of Communication Systems WASPAA, October 23, 2013 Mohonk Mountain

More information

QoS issues in Voice over IP

QoS issues in Voice over IP COMP9333 Advance Computer Networks Mini Conference QoS issues in Voice over IP Student ID: 3058224 Student ID: 3043237 Student ID: 3036281 Student ID: 3025715 QoS issues in Voice over IP Abstract: This

More information

PERFORMANCE ANALYSIS OF VOIP TRAFFIC OVER INTEGRATING WIRELESS LAN AND WAN USING DIFFERENT CODECS

PERFORMANCE ANALYSIS OF VOIP TRAFFIC OVER INTEGRATING WIRELESS LAN AND WAN USING DIFFERENT CODECS PERFORMANCE ANALYSIS OF VOIP TRAFFIC OVER INTEGRATING WIRELESS LAN AND WAN USING DIFFERENT CODECS Ali M. Alsahlany 1 1 Department of Communication Engineering, Al-Najaf Technical College, Foundation of

More information

A-307. Mobile Data Terminal. Android OS Platform Datasheet

A-307. Mobile Data Terminal. Android OS Platform Datasheet A-307 Mobile Data Terminal Android OS Platform Datasheet Revision 1.1 July, 2013 Introduction A-307 Platform Overview Introduction A-307 Platform Overview The A-307 provides Original Equipment Manufacturers

More information

Voice over IP. Abdus Salam ICTP, February 2004 School on Digital Radio Communications for Research and Training in Developing Countries

Voice over IP. Abdus Salam ICTP, February 2004 School on Digital Radio Communications for Research and Training in Developing Countries Voice over IP Abdus Salam ICTP, February 2004 School on Digital Radio Communications for Research and Training in Developing Countries Ermanno Pietrosemoli Latin American Networking School (Fundación EsLaRed)

More information

Connect your Control Desk to the SIP world

Connect your Control Desk to the SIP world Connect your Control Desk to the SIP world Systems in

More information

Tech Note. Introduction. Sources of Echo

Tech Note. Introduction. Sources of Echo Tech Note Understanding Echo Problems Introduction This document describes basic echo issues as they may appear in packet voice networks. Different types of echoes are explained, as well as where they

More information

How To Understand The Quality Of A Wireless Voice Communication

How To Understand The Quality Of A Wireless Voice Communication Effects of the Wireless Channel in VOIP (Voice Over Internet Protocol) Networks Atul Ranjan Srivastava 1, Vivek Kushwaha 2 Department of Electronics and Communication, University of Allahabad, Allahabad

More information

MP3 Player CSEE 4840 SPRING 2010 PROJECT DESIGN. zl2211@columbia.edu. ml3088@columbia.edu

MP3 Player CSEE 4840 SPRING 2010 PROJECT DESIGN. zl2211@columbia.edu. ml3088@columbia.edu MP3 Player CSEE 4840 SPRING 2010 PROJECT DESIGN Zheng Lai Zhao Liu Meng Li Quan Yuan zl2215@columbia.edu zl2211@columbia.edu ml3088@columbia.edu qy2123@columbia.edu I. Overview Architecture The purpose

More information

Network administrators must be aware that delay exists, and then design their network to bring end-to-end delay within acceptable limits.

Network administrators must be aware that delay exists, and then design their network to bring end-to-end delay within acceptable limits. Delay Need for a Delay Budget The end-to-end delay in a VoIP network is known as the delay budget. Network administrators must design a network to operate within an acceptable delay budget. This topic

More information

Course 4: IP Telephony and VoIP

Course 4: IP Telephony and VoIP Course 4: IP Telephony and VoIP Telecommunications Technical Curriculum Program 3: Voice Knowledge 6/9/2009 1 Telecommunications Technical Curriculum Program 1: General Industry Knowledge Course 1: General

More information

Achieving PSTN Voice Quality in VoIP

Achieving PSTN Voice Quality in VoIP Achieving PSTN Voice Quality in VoIP Voice over Internet Protocol (VoIP) is being widely deployed to offer users low-cost alternatives for long-distance and international telephone calls. However, for

More information

Rapid Audio Prototyping

Rapid Audio Prototyping Rapid Audio Prototyping Rapid Audio Prototyping Do You want to combine research and prototyping in one step? Do You want to test and evaluate the audio processing chain of Your product idea already at

More information

Development and optimization of a hybrid passive/active liner for flow duct applications

Development and optimization of a hybrid passive/active liner for flow duct applications Development and optimization of a hybrid passive/active liner for flow duct applications 1 INTRODUCTION Design of an acoustic liner effective throughout the entire frequency range inherent in aeronautic

More information

Digital Guitar Effects Pedal

Digital Guitar Effects Pedal Digital Guitar Effects Pedal 01001000100000110000001000001100 010010001000 Jonathan Fong John Shefchik Advisor: Dr. Brian Nutter SPRP499 Texas Tech University jonathan.fong@ttu.edu Presentation Outline

More information

application note Directional Microphone Applications Introduction Directional Hearing Aids

application note Directional Microphone Applications Introduction Directional Hearing Aids APPLICATION NOTE AN-4 Directional Microphone Applications Introduction The inability to understand speech in noisy environments is a significant problem for hearing impaired individuals. An omnidirectional

More information

Voice over IP. Overview. What is VoIP and how it works. Reduction of voice quality. Quality of Service for VoIP

Voice over IP. Overview. What is VoIP and how it works. Reduction of voice quality. Quality of Service for VoIP Voice over IP Andreas Mettis University of Cyprus November 23, 2004 Overview What is VoIP and how it works. Reduction of voice quality. Quality of Service for VoIP 1 VoIP VoIP (voice over IP - that is,

More information

Improving Audio Quality in VoIP Conferencing Services

Improving Audio Quality in VoIP Conferencing Services White Paper March 2009 Improving Audio Quality in VoIP Conferencing Services CONTENTS Executive Summary pg. 2 Voip Audio Quality Challenges and Solutions pg. 2 Voice Quality Enhancement for VoIP Conferencing

More information

A Low-Cost VCA Limiter

A Low-Cost VCA Limiter The circuits within this application note feature THAT218x to provide the essential function of voltage-controlled amplifier (VCA). Since writing this note, THAT has introduced a new dual VCA, as well

More information

A TOOL FOR TEACHING LINEAR PREDICTIVE CODING

A TOOL FOR TEACHING LINEAR PREDICTIVE CODING A TOOL FOR TEACHING LINEAR PREDICTIVE CODING Branislav Gerazov 1, Venceslav Kafedziski 2, Goce Shutinoski 1 1) Department of Electronics, 2) Department of Telecommunications Faculty of Electrical Engineering

More information

Voice Quality in Converging Telephony and IP Networks

Voice Quality in Converging Telephony and IP Networks Agilent Technologies Voice Quality in Converging Telephony and IP Networks White Paper By Stefan Pracht, Agilent Technologies XoIP Product Marketing Manager Dennis Hardman, Agilent Technologies XoIP Learning

More information

Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm

Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm 1 Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm Hani Mehrpouyan, Student Member, IEEE, Department of Electrical and Computer Engineering Queen s University, Kingston, Ontario,

More information

TI 313 (1.0 EN) d&b Remote network - Integration

TI 313 (1.0 EN) d&b Remote network - Integration TI 313 (1.0 EN) d&b Remote network - Integration 1. Introduction The d&b Remote network offers various options to configure, control and monitor a d&b sound reinforcement system. This can be done by either

More information

Active Monitoring of Voice over IP Services with Malden

Active Monitoring of Voice over IP Services with Malden Active Monitoring of Voice over IP Services with Malden Introduction Active Monitoring describes the process of evaluating telecommunications system performance with intrusive tests. It differs from passive

More information

IP Telephony Terminal Solutions for Broadband Networks

IP Telephony Terminal Solutions for Broadband Networks Hitachi Review Vol. 51 (2002), No. 2 55 IP Telephony Terminal Solutions for Broadband Networks Masami Mineo Atsushi Niimura Haruyasu Ooboshi Masaaki Tanaka OVERVIEW: The current trend toward the use of

More information

Selecting the Right Conference Phone for Different Room Environments

Selecting the Right Conference Phone for Different Room Environments Selecting the Right Conference Phone for Different Room Environments 1 Introduction When was the last time you used a conference phone? Today? Yesterday? It probably hasn t been more than a day or two.

More information

Implementing a Digital Answering Machine with a High-Speed 8-Bit Microcontroller

Implementing a Digital Answering Machine with a High-Speed 8-Bit Microcontroller Implementing a Digital Answering Machine with a High-Speed 8-Bit Microcontroller Zafar Ullah Senior Application Engineer Scenix Semiconductor Inc. Leo Petropoulos Application Manager Invox TEchnology 1.0

More information

1K0-001. Polycom Certified Videoconferencing Engineer (PCVE) http://www.examskey.com/1k0-001.html

1K0-001. Polycom Certified Videoconferencing Engineer (PCVE) http://www.examskey.com/1k0-001.html Polycom 1K0-001 Polycom Certified Videoconferencing Engineer (PCVE) TYPE: DEMO http://www.examskey.com/1k0-001.html Examskey Polycom 1K0-001 exam demo product is here for you to test the quality of the

More information

FRAUNHOFER INSTITUTE FOR INTEGRATED CIRCUITS IIS AUDIO COMMUNICATION ENGINE RAISING THE BAR IN COMMUNICATION QUALITY

FRAUNHOFER INSTITUTE FOR INTEGRATED CIRCUITS IIS AUDIO COMMUNICATION ENGINE RAISING THE BAR IN COMMUNICATION QUALITY FRAUNHOFER INSTITUTE FOR INTEGRATED CIRCUITS IIS AUDIO COMMUNICATION ENGINE RAISING THE BAR IN COMMUNICATION QUALITY BENEFITS HIGHEST AUDIO QUALITY FOR NEXT GENERATION COMMU- NICATION SYSTEMS Communication

More information

Polycom Video Communications

Polycom Video Communications Polycom Video Communications Advanced Audio Technology for Video Conferencing Author: Peter L. Chu September 2004 Connect. Any Way You Want. If you ask frequent users of video conferencing technology what

More information

A Smart Telephone Answering Machine with Voice Message Forwarding Capability

A Smart Telephone Answering Machine with Voice Message Forwarding Capability A Smart Telephone Answering Machine with Voice Message Forwarding Capability Chih-Hung Huang 1 Cheng Wen 2 Kuang-Chiung Chang 3 1 Department of Information Management, Lunghwa University of Science and

More information

Application Note. Introduction to. Page 1 / 10

Application Note. Introduction to. Page 1 / 10 Application Note Introduction to RAPID-TEST Page 1 / 10 ABSTRACT With the RAPID-TEST instruments, NTI offers a series of powerful multitone analyzers for an extremely fast, yet precise audio performance

More information

Assessing the quality of VoIP transmission affected by playout buffer scheme and encoding scheme

Assessing the quality of VoIP transmission affected by playout buffer scheme and encoding scheme Assessing the quality of VoIP transmission affected by playout buffer scheme and encoding scheme Miroslaw Narbutt, Mark Davis Communications Network Research Institute Dublin Institute of Technology Wireless

More information

Step 1: Select the Start Menu, then Control Panel.

Step 1: Select the Start Menu, then Control Panel. Part of the Adobe Connect 9 software includes functionality to support full audio in addition to chat areas, shared spaces, and video. The technology that makes this possible is Voice- Over-IP (VOIP).

More information

Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs

Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs Welcome to this tutorial on Microchip s MPLAB Starter Kit for dspic Digital Signal Controllers, or DSCs. The starter kit is an all-in-one

More information

Adaptive Equalization of binary encoded signals Using LMS Algorithm

Adaptive Equalization of binary encoded signals Using LMS Algorithm SSRG International Journal of Electronics and Communication Engineering (SSRG-IJECE) volume issue7 Sep Adaptive Equalization of binary encoded signals Using LMS Algorithm Dr.K.Nagi Reddy Professor of ECE,NBKR

More information

White Paper. ETSI Speech Quality Test Event Calling Testing Speech Quality of a VoIP Gateway

White Paper. ETSI Speech Quality Test Event Calling Testing Speech Quality of a VoIP Gateway White Paper ETSI Speech Quality Test Event Calling Testing Speech Quality of a VoIP Gateway A white paper from the ETSI 3rd SQTE (Speech Quality Test Event) Version 1 July 2005 ETSI Speech Quality Test

More information

ARTICLE. Sound in surveillance Adding audio to your IP video solution

ARTICLE. Sound in surveillance Adding audio to your IP video solution ARTICLE Sound in surveillance Adding audio to your IP video solution Table of contents 1. First things first 4 2. Sound advice 4 3. Get closer 5 4. Back and forth 6 5. Get to it 7 Introduction Using audio

More information

Voice Over IP Per Call Bandwidth Consumption

Voice Over IP Per Call Bandwidth Consumption Over IP Per Call Bandwidth Consumption Interactive: This document offers customized voice bandwidth calculations with the TAC Bandwidth Calculator ( registered customers only) tool. Introduction Before

More information

A Comparison of Speech Coding Algorithms ADPCM vs CELP. Shannon Wichman

A Comparison of Speech Coding Algorithms ADPCM vs CELP. Shannon Wichman A Comparison of Speech Coding Algorithms ADPCM vs CELP Shannon Wichman Department of Electrical Engineering The University of Texas at Dallas Fall 1999 December 8, 1999 1 Abstract Factors serving as constraints

More information

Voice over IP Manual

Voice over IP Manual Voice over IP Manual 2 IP Manual General Information Introduction The UNIVERGE system uses IP for various applications. This section describes the procedure for connecting the UNIVERGE system to an existing

More information

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING Question Bank Subject Name: EC6504 - Microprocessor & Microcontroller Year/Sem : II/IV

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING Question Bank Subject Name: EC6504 - Microprocessor & Microcontroller Year/Sem : II/IV DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING Question Bank Subject Name: EC6504 - Microprocessor & Microcontroller Year/Sem : II/IV UNIT I THE 8086 MICROPROCESSOR 1. What is the purpose of segment registers

More information

ZLAN-56 Voice Echo Canceller Frequently Asked Questions

ZLAN-56 Voice Echo Canceller Frequently Asked Questions Voice Echo Canceller Frequently Asked Questions Contents 1.0 Where do es come from in the telephone network? 2.0 What is an canceller? 3.0 Why is a Non-Linear Processor needed? 4.0 Why is Comfort Noise

More information

We KNOW We CARE We SERVE. Helping Businesses Make Intelligent Use of Technology. Sample Company. Telephone Engineering Analysis

We KNOW We CARE We SERVE. Helping Businesses Make Intelligent Use of Technology. Sample Company. Telephone Engineering Analysis We KNOW We CARE We SERVE Helping Businesses Make Intelligent Use of Technology Sample Company Telephone Engineering Analysis IVR Systemic Inconsistencies October 22, 2013 TABLE OF CONTENTS Overview...

More information

Understanding Latency in IP Telephony

Understanding Latency in IP Telephony Understanding Latency in IP Telephony By Alan Percy, Senior Sales Engineer Brooktrout Technology, Inc. 410 First Avenue Needham, MA 02494 Phone: (781) 449-4100 Fax: (781) 449-9009 Internet: www.brooktrout.com

More information

Design and Development of SMS Based Wireless Home Appliance Control and Security System

Design and Development of SMS Based Wireless Home Appliance Control and Security System Journal of Modern Science and Technology Vol. 3. No. 1. March 2015 Issue. Pp.80-87 Design and Development of SMS Based Wireless Home Appliance Control and Security System Md. Abdullah Al Asad *, Md. Al

More information

Introduction and Comparison of Common Videoconferencing Audio Protocols I. Digital Audio Principles

Introduction and Comparison of Common Videoconferencing Audio Protocols I. Digital Audio Principles Introduction and Comparison of Common Videoconferencing Audio Protocols I. Digital Audio Principles Sound is an energy wave with frequency and amplitude. Frequency maps the axis of time, and amplitude

More information

Performance Analysis of Interleaving Scheme in Wideband VoIP System under Different Strategic Conditions

Performance Analysis of Interleaving Scheme in Wideband VoIP System under Different Strategic Conditions Performance Analysis of Scheme in Wideband VoIP System under Different Strategic Conditions Harjit Pal Singh 1, Sarabjeet Singh 1 and Jasvir Singh 2 1 Dept. of Physics, Dr. B.R. Ambedkar National Institute

More information

Direct and Reflected: Understanding the Truth with Y-S 3

Direct and Reflected: Understanding the Truth with Y-S 3 Direct and Reflected: Understanding the Truth with Y-S 3 -Speaker System Design Guide- December 2008 2008 Yamaha Corporation 1 Introduction Y-S 3 is a speaker system design software application. It is

More information

Prevention of Spam over IP Telephony (SPIT)

Prevention of Spam over IP Telephony (SPIT) General Papers Prevention of Spam over IP Telephony (SPIT) Juergen QUITTEK, Saverio NICCOLINI, Sandra TARTARELLI, Roman SCHLEGEL Abstract Spam over IP Telephony (SPIT) is expected to become a serious problem

More information

Mobile VoIP: Managing, scheduling and refining voice packets to and from mobile phones

Mobile VoIP: Managing, scheduling and refining voice packets to and from mobile phones Mobile VoIP: Managing, scheduling and refining voice packets to and from mobile phones MOHAMMAD ABDUS SALAM Student ID: 01201023 TAPAN BISWAS Student ID: 01201003 \ Department of Computer Science and Engineering

More information

HD VoIP Sounds Better. Brief Introduction. March 2009

HD VoIP Sounds Better. Brief Introduction. March 2009 HD VoIP Sounds Better Brief Introduction March 2009 Table of Contents 1. Introduction 3 2. Technology Overview 4 3. Business Environment 5 4. Wideband Applications for Diverse Industries 6 5. AudioCodes

More information

Understanding the Transition From PESQ to POLQA. An Ascom Network Testing White Paper

Understanding the Transition From PESQ to POLQA. An Ascom Network Testing White Paper Understanding the Transition From PESQ to POLQA An Ascom Network Testing White Paper By Dr. Irina Cotanis Prepared by: Date: Document: Dr. Irina Cotanis 6 December 2011 NT11-22759, Rev. 1.0 Ascom (2011)

More information

Dovid Coplon, Product Management Director http://gipscorp.com

Dovid Coplon, Product Management Director http://gipscorp.com Dovid Coplon, Product Management Director http://gipscorp.com VoIP Quality Mobile VoIP & Technology Trends Greater accessibility and affordability Network operators are introducing new pricing models Handset

More information

www.aticourses.com Boost Your Skills with On-Site Courses Tailored to Your Needs

www.aticourses.com Boost Your Skills with On-Site Courses Tailored to Your Needs Boost Your Skills with On-Site Courses Tailored to Your Needs www.aticourses.com The Applied Technology Institute specializes in training programs for technical professionals. Our courses keep you current

More information

The Filtered-x LMS Algorithm

The Filtered-x LMS Algorithm The Filtered-x LMS Algorithm L. Håkansson Department of Telecommunications and Signal Processing, University of Karlskrona/Ronneby 372 25 Ronneby Sweden Adaptive filters are normally defined for problems

More information

Evolution from Voiceband to Broadband Internet Access

Evolution from Voiceband to Broadband Internet Access Evolution from Voiceband to Broadband Internet Access Murtaza Ali DSPS R&D Center Texas Instruments Abstract With the growth of Internet, demand for high bit rate Internet access is growing. Even though

More information

Performance of Various Codecs Related to Jitter Buffer Variation in VoIP Using SIP

Performance of Various Codecs Related to Jitter Buffer Variation in VoIP Using SIP Performance of Various Related to Jitter Buffer Variation in VoIP Using SIP Iwan Handoyo Putro Electrical Engineering Department, Faculty of Industrial Technology Petra Christian University Siwalankerto

More information

Automated Profile Vehicle Using GSM Modem, GPS and Media Processor DM642

Automated Profile Vehicle Using GSM Modem, GPS and Media Processor DM642 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore Automated Profile Vehicle Using GSM Modem, GPS and Media Processor DM642 Muhammad

More information