EE289 Lab Spring 2012

Size: px
Start display at page:

Download "EE289 Lab Spring 2012"

Transcription

1 EE289 Lab Spring 2012 LAB 3. Dual Tone Multi-frequency (DTMF) 1. Introduction Dual-tone multi-frequency (DTMF) signaling is used for telecommunication signaling over analog telephone lines in the voice-frequency band between telephone handsets and other communications devices and the switching center. It is a method for instructing a telephone switching system of the telephone number to be dialed, or to issue commands to switching systems or related telephony equipment. The DTMF keypad is laid out in a 4 4 matrix, with each row representing a low frequency, and each column representing a high frequency. Pressing a single key (such as '1' ) will send a sinusoidal tone for each of the two frequencies (697 and 1209 hertz (Hz)). These two tones are added together and will be sent on the output. The multiple tones are the reason for calling the system multi-frequency. These tones are then decoded by the switching center to determine which key was pressed. Freq (hz) * 0 # Table 1 DTMF keyboard layout 2. Real Time Implementation on DSK6713 In this lab we implement the DTMF receiver on DSK6713. The DTMF signal will be generated in Matlab and sent to the DSK6713 via the computer sound card. The decoding process is done on DSK6713 and the detected dialed number will be sent back to the computer through the USB cable. This data transfer via USB is done using TI RTDX (Real Time Data Exchange). RTDX allows system developers to transfer data between target devices and a host without interfering with the target application. We use a GUI (Graphical User Interface) to generate and send the tones via sound card. It is also used to display the detected tones coming from DSK6713.

2 Figure 1 shows the interface between computer and the DSK6713. PC Line In Power Supply +5v DSK6713 Speaker Out Sound Card USB Figure 1 DTMF hardware interface 3. The Procedure Power-ON and board Initialization 1. Plug the power supply to the DSK. 2. Power up the DSK6713 board with the USB cable connected to the PC. 3. Go to desktop and double click on the CCStudio v3.3 shortcut to run Code Composer Studio for DSK6713. This takes few minutes to load. 4. On CCS connect to the DSK by going to Debug Connect. Once connected you will see a small green cable icon on the far bottom left of the CCS software which says Target is now connected.

3 Figure 1 Connecting to DSK 5. Connect a cable from the PC speaker output to the Line In input of DSK. Simulink Model and Build Process 6. Go to desktop and Run Matlab2009. Then go to hahin and save DTMFRealTime.mdl file in a local path on your PC and then open it in Matlab. Figure 2 DTMF Simulink Model

4 7. On DTMFRealTime model go to Tools Real-Time Workshop Build Model. This would build the necessary files to be later used by CCS to program the DSK. This process might take several minutes in Matlab and CCS. You can follow the ongoing building process in Matlab and CCS command window. In Matlab Command window you will see that Matlab generates the necessary C codes from the Simulink model and then creates a project for CCS. Once Matlab created the project, CCS compiles the project and downloads the program onto the DSK board. When CCS finished with programming the DSK, it will notify Matlab and you will see in the Matlab command window the message ### Download Done. Also at the bottom of CCS window, you will see ** starting the model** message. This means that the program is running on the DSK. Figure 3 Building DTMF Model 8. Create a folder inside C:\Documents and Settings\Your CEMS Username\My Documents\MATLAB\DTMFRealTime_ccslink and rename it to "DTMFRealTime_c6000_rtw". This path is where Matlab bulids the necessary files from the simulink model. 9. Copy the built output file DTMFRealTime.out (you will find it in C:\Documents and Settings\Your CEMS Username\My Documents\MATLAB\DTMFRealTime_ccslink) to the folder you just created. This file will be used by GUI and CCS to be downloaded onto the DSK6713. Graphical User Interface (GUI) and Data Transfer

5 The GUI program made in Matlab will be used to 1 Initialize the interface between PC and the DSK Load the built Simulink model in CCS. 3 Receive a string of 11-digits from the user and generate and send the corresponding DTMF to the DSK. 10. Go to Matlab main window and set the Current Directory to C:\Documents and Settings\ Your CEMS Username \My Documents\MATLAB\DTMFRealTime_ccslink Figure 4 Setting the Current Directory to Built files Path 10. go to and save DTMF.m and DTMF.fig file in a local path on your PC and then open DTMF.m file in Matlab.

6 Figure 5 Running the GUI code To Run the DTMF.m go to Debug Run or simply press F5. You will be asked by Matlab to add the path your DTMF.m file exists to your current path. Click on "Add to Path".

7 Figure 6 shows the GUI Figure 6 DTMF GUI By clicking on the keypad you can select the digits you want to be sent. Click on the Send button to transmit the selected digits to the DSK. Once sent, the received and decoded digits will be displayed on the top of GUI under the Detected Digits label. Reference: Jacob Fainguelernt, Texas Instrument Inc. Matlab and Simulink.

8 Answer the following questions: Q1. If one presses 0267, what sinusoidal sequence will be generated for the DTMF? Q2. What is the transmitting speed? Q3. Does the speed change when the length of the string change? Q4. What improvements can possible be applied if there is a extremely long string to transmit? 1

Dual Tone Multi-Frequency (DTMF) Generation with TI-DSP TMS320C6713 Processor

Dual Tone Multi-Frequency (DTMF) Generation with TI-DSP TMS320C6713 Processor Dual Tone Multi-Frequency (DTMF) Generation with TI-DSP TMS320C6713 Processor Objective The goals of this lab are to gain familiarity with TI DSP code composer studio and the TI-DSP Starter Kit (DSK).

More information

Tool Setup. Code Composer Studio

Tool Setup. Code Composer Studio Tool Setup Code Composer Studio Code Composer Studio Integrated Development Environment (IDE) Free for non-commercial use Eclipse based We will use this for our MSP432 and Console Based code development

More information

A Framework for Video Processing with the DM6437 DVDP *

A Framework for Video Processing with the DM6437 DVDP * OpenStax-CNX module: m23999 1 A Framework for Video Processing with the DM6437 DVDP * Jacob Fainguelernt This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License

More information

Lab 6 : Introduction to Simulink, Link for CCS & Real-Time Workshop

Lab 6 : Introduction to Simulink, Link for CCS & Real-Time Workshop Lab 6 : Introduction to Simulink, Link for CCS & Real-Time Workshop September, 2006 1 Overview The purpose of this lab is to familiarize you with Simulink, Real Time Workshop, Link for CCS and how they

More information

ECE 487 LAB 1 ÇANKAYA UNIVERSITY Overview of DSP Board

ECE 487 LAB 1 ÇANKAYA UNIVERSITY Overview of DSP Board ECE 487 LAB 1 ÇANKAYA UNIVERSITY Overview of DSP Board DSP (Digital Signal Processor) boards are used in high performance, high throughput signal processing applications. You can find there processors

More information

To install the Texas Instruments CCS Compiler, follow these steps: 1. Go to the TI Wiki page (http://processors.wiki.ti.com/index.

To install the Texas Instruments CCS Compiler, follow these steps: 1. Go to the TI Wiki page (http://processors.wiki.ti.com/index. Installation Guide This document describes the installation procedure for Embed 2017. Main Installer Before you begin the installation, you must install the following on your computer: Texas Instruments

More information

Digital Signal Processing System Design: LabVIEW-Based Hybrid Programming Nasser Kehtarnavaz

Digital Signal Processing System Design: LabVIEW-Based Hybrid Programming Nasser Kehtarnavaz Digital Signal Processing System Design: LabVIEW-Based Hybrid Programming Nasser Kehtarnavaz Digital Signal Processing System Design: LabVIEW-Based Hybrid Programming by Nasser Kehtarnavaz University

More information

Setup the environment for first time use

Setup the environment for first time use SGN-16006 Bachelor s Laboratory Course in Signal Processing Signal processor assignment (June 2, 2014) Setup the environment for first time use Use the following procedure to start Code composer studio

More information

Code Composer Studio Operation Manual

Code Composer Studio Operation Manual Code Composer Studio Operation Manual Contents Code Composer Studio Operation Manual... 1 Contents... 1 Section 1: Launching CSS... 1 Section 2: Create Project & Preparing Project Setting... 3 Section

More information

Code Composer Studio. MSP Project Setup

Code Composer Studio. MSP Project Setup Code Composer Studio MSP Project Setup Complete the installation of the Code Composer Studio software using the Code Composer Studio setup slides Start Code Composer Studio desktop shortcut start menu

More information

A DSP Systems Design Course based on TI s C6000 Family of DSPs

A DSP Systems Design Course based on TI s C6000 Family of DSPs A DSP Systems Design Course based on TI s C6000 Family of DSPs Evangelos Zigouris, Athanasios Kalantzopoulos and Evangelos Vassalos Electronics Lab., Electronics and Computers Div., Department of Physics,

More information

Using the DSK In CalPoly EE Courses - Dr Fred DePiero

Using the DSK In CalPoly EE Courses - Dr Fred DePiero Using the DSK In CalPoly EE Courses - Dr Fred DePiero The DSK by Texas Instruments is a development platform for DSP applications. The platform includes Code Composer Studio (CCS) with a high performance

More information

IP 2050 Phone Installation

IP 2050 Phone Installation The IP 2050 for Windows transforms your PC into a desktop IP phone. You can setup your home PC or laptop to work as your Ryerson phone. Before you can start communicating you need: Your department Dean,

More information

Exercise 3-1. Configuring the Lab-Volt PABX. Unique Identification Number Associated with a Digital Telephone Set EXERCISE OBJECTIVE

Exercise 3-1. Configuring the Lab-Volt PABX. Unique Identification Number Associated with a Digital Telephone Set EXERCISE OBJECTIVE Exercise 3-1 Configuring the Lab-Volt PABX EXERCISE OBJECTIVE When you have completed this exercise, you will be able to modify the Lab-Volt PABX configuration by editing a variety of parameters using

More information

TDS TDSBIZ Cisco IP Communicator (Softphone) Table of Contents

TDS TDSBIZ  Cisco IP Communicator (Softphone) Table of Contents Cisco IP Communicator is a desktop application that turns your computer or laptop into a full-featured IP Phone, allowing you to place, receive, and otherwise handle calls from any location where you can

More information

As CCS starts up, a splash screen similar to one shown below will appear.

As CCS starts up, a splash screen similar to one shown below will appear. APPENDIX A. CODE COMPOSER STUDIO (CCS) v6.1: A BRIEF TUTORIAL FOR THE DSK6713 A.1 Introduction Code Composer Studio (CCS) is Texas Instruments Eclipse-based integrated development environment (IDE) for

More information

Attendant Viewer Version

Attendant Viewer Version En Attendant Viewer Version 3.0.0.3 User Manual TABLE OF CONTENTS Table of contents... 2 Install... 4 Setup... 4 License activation... 4 Make a call... 5 Generic call... 5 Call an extension... 5 Call a

More information

Enterprise Edge 2.0 Personal Call Manager User Guide

Enterprise Edge 2.0 Personal Call Manager User Guide Enterprise Edge 2.0 Personal Call Manager User Guide www.nortelnetworks.com 2000 Nortel Networks P0911958 Issue 01 Contents Enterprise Edge Personal Call Manager 9 Using a handsfree telephone with Enterprise

More information

Embedded Target for TI C6000 DSP 2.0 Release Notes

Embedded Target for TI C6000 DSP 2.0 Release Notes 1 Embedded Target for TI C6000 DSP 2.0 Release Notes New Features................... 1-2 Two Virtual Targets Added.............. 1-2 Added C62x DSP Library............... 1-2 Fixed-Point Code Generation

More information

Programming Instruction Manual

Programming Instruction Manual Programming Instruction Manual Copyright 2005 Cyracom International PROGRAMMING INSTRUCTIONS CONNECTION 1- Connect the cable to the serial port on the back of the computer. 2- To access the programming

More information

Cisco Unified Personal Communicator Release 8.5

Cisco Unified Personal Communicator Release 8.5 Frequently Asked Questions Cisco Unified Personal Communicator Release 8.5 FAQs 2 Basics 2 Setup 3 Availability 5 Contacts 8 Chat 10 Calls 18 Conference Calls 25 Voicemail 26 Web Meetings 27 Troubleshooting

More information

Avaya Softphone Installation Instructions:

Avaya Softphone Installation Instructions: Avaya Softphone Installation Instructions: Before you begin: Ensure you have an update copy of your Operating system including Direct X8.1 or higher. You can download this update free of charge from Microsoft

More information

TMS320C5535 ezdsp Quick Start Guide

TMS320C5535 ezdsp Quick Start Guide TMS320C5535 ezdsp Quick Start Guide Micro SD Microphone/ C5535 ezdsp USB Cable Card Earphone DVD Quick Start Guide 1.0 SYSTEM REQUIREMENTS To operate the Spectrum Digital XDS100 JTAG Emulator with your

More information

APPENDIX A. CODE COMPOSER STUDIO (CCS) v5: A BRIEF TUTORIAL FOR THE DSK6713

APPENDIX A. CODE COMPOSER STUDIO (CCS) v5: A BRIEF TUTORIAL FOR THE DSK6713 APPENDIX A. CODE COMPOSER STUDIO (CCS) v5: A BRIEF TUTORIAL FOR THE DSK6713 A.1 Introduction Code Composer Studio (CCS) is Texas Instruments integrated development environment (IDE) for developing routines

More information

Get Started with the Assistant Console

Get Started with the Assistant Console Get Started with Assistant Console, page 1 Log In and Out of the Assistant Console, page 2 Explore the Console Without Assisting Managers, page 2 Use the Console with Your Mouse and Keyboard, page 10 Use

More information

TMS320C5502 ezdsp Quick Start Guide

TMS320C5502 ezdsp Quick Start Guide TMS320C5502 ezdsp Quick Start Guide C5502 ezdsp USB Cable DVD Quick Start Guide 1.0 SYSTEM REQUIREMENTS To operate the Spectrum Digital XDS100 JTAG Emulator with your system it needs to meet the following

More information

UC Desktop Client Feature Guide

UC Desktop Client Feature Guide 1.1 Installation The Quick Start Guide contains the essential information for getting started with the Oxford Networks BroadTouch Business Communicator. Once you receive an email indicating you have been

More information

Lab 1 Introduction to TI s TMS320C6713 DSK Digital Signal Processing Board

Lab 1 Introduction to TI s TMS320C6713 DSK Digital Signal Processing Board Lab 1 Introduction to TI s TMS320C6713 DSK Digital Signal Processing Board This laboratory introduces you to the TMS320C6713 DSK board module with: An overview of the functional blocks of the board Code

More information

TI mmwave Labs. Vital Signs Measurement

TI mmwave Labs. Vital Signs Measurement TI mmwave Labs Vital Signs Measurement Contents Overview Requirements Software setup Pre-requisites Downloading the Lab Project Building the project Hardware setup Preparing the EVM Connecting the EVM

More information

Getting Started. HiPath 2000/3000/4000/5000 opticlient 130 V5.1. Quick Reference Guide.

Getting Started. HiPath 2000/3000/4000/5000 opticlient 130 V5.1. Quick Reference Guide. Getting Started HiPath 2000/3000/4000/5000 opticlient 130 V5.1 Quick Reference Guide www.siemens.com/enterprise Copyright Siemens Enterprise Communications GmbH & Co. KG 2007 Hofmannstr. 51, D-81359 München

More information

Multi-Factor Authentication

Multi-Factor Authentication Introduction (MFA) provides an additional layer of security to your NHSmail account when signing in to NHSmail via a web browser. As a Local Administrator (LA) you will have MFA automatically enabled on

More information

Verizon One Talk DECT IP Phone

Verizon One Talk DECT IP Phone Quick reference guide Verizon One Talk DECT IP Phone W60B Base Station and W56HV Handset verizonwireless.com/support/one-talk/ 10660898_One_Talk_W60B_Quick_Reference_Guide_f1a_sb.indd 1 Basic call features

More information

Using a Softphone Client

Using a Softphone Client Using a Softphone Client 2 The Softphone If you have the need to work from home, there are several tools that will make this easier for you. Here are the instructions for setting up a works phone extension

More information

Grandstream Networks, Inc.

Grandstream Networks, Inc. Grandstream Networks, Inc. GVC3200/GVC3202 Video Conferencing System for Android TM Skype for Business Application Note GVC3200/GVC3202 Skype for Business Application Note Index DOWNLOAD AND INSTALL SKYPE

More information

CCAgent User Guide. To open CCAgent Go to Start / Programs/Alcatel/CCAgent/CCAgent. This will then open up the CCAgent tool bar and configuration box

CCAgent User Guide. To open CCAgent Go to Start / Programs/Alcatel/CCAgent/CCAgent. This will then open up the CCAgent tool bar and configuration box To open CCAgent Go to Start / Programs/Alcatel/CCAgent/CCAgent CCAgent User Guide This will then open up the CCAgent tool bar and configuration box Or Double click on the CCA desktop icon Toolbars available

More information

SkyBox S1 Quick User Guide

SkyBox S1 Quick User Guide SkyBox S1 Quick User Guide Package Contents SkyBox S1 Skype phone saving box Type B (A male to B male) USB cable Telephone cable SkyBox S1 Setup CD: SkyBox S1 Setup program, EN, TC and SC user manual &

More information

VP-8LVCT User s Manual First Edition. Copyright 2001, Eletech Enterprise Co. Ltd. All Rights Reserved.

VP-8LVCT User s Manual First Edition. Copyright 2001, Eletech Enterprise Co. Ltd. All Rights Reserved. VP-8LVCT User s Manual First Edition Copyright 2001, Eletech Enterprise Co. Ltd. All Rights Reserved. Table of Contents Chapter 1: Overview... 3 1.1 Basic Functions... 3 1.2 Features... 4 1.3 Applications...

More information

TIPS FOR YOUR COMFORT AND SAFETY 4 SUPPORTING DOCUMENTATION 4 ABOUT YOUR PHONE 5 CUSTOMIZING YOUR PHONE 7 CALL HANDLING FEATURES 7

TIPS FOR YOUR COMFORT AND SAFETY 4 SUPPORTING DOCUMENTATION 4 ABOUT YOUR PHONE 5 CUSTOMIZING YOUR PHONE 7 CALL HANDLING FEATURES 7 USER GUIDE NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by Mitel Networks Corporation (MITEL ). The information is subject to change

More information

Public Switched TelephoneNetwork (PSTN) By Iqtidar Ali

Public Switched TelephoneNetwork (PSTN) By Iqtidar Ali Public Switched TelephoneNetwork (PSTN) By Iqtidar Ali Public Switched Telephone Network (PSTN) The term PSTN describes the various equipment and interconnecting facilities that provide phone service to

More information

Mitel Deskphones. 1. Getting started Phone overview. Table of Contents Prerequisites. Mitel 6873 Quick guide. Table 2.

Mitel Deskphones. 1. Getting started Phone overview. Table of Contents Prerequisites. Mitel 6873 Quick guide. Table 2. Mitel Deskphones Mitel 6873 Quick guide Copyright 2015-2016 Mitel Communications AB 2. Press Done. 1.2. Phone overview Table of Contents 1. Getting started... 1 2. Basic call handling... 2 3. Advanced

More information

Quick Start Installation Guide

Quick Start Installation Guide ezdsp TM for the TMS320F28335 Quick Start Installation Guide Kit Contents ezdsp Board +5V Universal Power Supply AC Power Cords ezdsp Code Composer Studio CD ROM USB Cable System Requirements 500MB of

More information

F28069 ControlCard Lab1

F28069 ControlCard Lab1 F28069 ControlCard Lab1 Toggle LED LD2 (GPIO31) and LD3 (GPIO34) 1. Project Dependencies The project expects the following support files: Support files of controlsuite installed in: C:\TI\controlSUITE\device_support\f28069\v135

More information

Dialplate Receptionist Console Version

Dialplate Receptionist Console Version En Dialplate Receptionist Console Version 4.0.1.12 User Manual TABLE OF CONTENTS Table of contents... 2 Install... 4 Setup... 4 System requirements... 4 License activation... 4 Make a call... 6 Generic

More information

Getting Started with the Assistant Console

Getting Started with the Assistant Console Getting Started with the Assistant Console As assistants, you can access the Manager Assistant features on your computer using the Assistant Console application to handle calls for managers. The Manager

More information

SenCom Jan. 11, 2013 Demonstration on Windows 7 Desktop, Windows Explorer & File Mgmt., and using Thumb/Flash Drives These topics by Mike Smith

SenCom Jan. 11, 2013 Demonstration on Windows 7 Desktop, Windows Explorer & File Mgmt., and using Thumb/Flash Drives These topics by Mike Smith SenCom Jan. 11, 2013 Demonstration on Windows 7 Desktop, Windows Explorer & File Mgmt., and using Thumb/Flash Drives These topics by Mike Smith Note: SenCom s 3 hour workshops, Files and Folders and Beginners

More information

VoIPvoice Integration User Guide. VoIPvoice Skype Integration. User Guide. Last Updated 30 November Page 1 of 28

VoIPvoice Integration User Guide. VoIPvoice Skype Integration. User Guide. Last Updated 30 November Page 1 of 28 VoIPvoice Skype Integration User Guide Last Updated 30 November 2005 Page 1 of 28 Contents 1 Getting Started 3 Who are VoIPvoice? 3 What is Skype? 3 Glossary of Terms 3 Minimum System Requirements 4 2

More information

VoIP DECT Phone VX-8208-SMBU(S) / VX-8108-SMBU(S)

VoIP DECT Phone VX-8208-SMBU(S) / VX-8108-SMBU(S) VoIP DECT Phone VX-8208-SMBU(S) / VX-8108-SMBU(S) QIG v1.0 1 Over View This phone is a full-feature telephone that provides voice communication. Read this QIG carefully to learn how to operate this product

More information

Lab 0 Introduction to the MSP430F5529 Launchpad-based Lab Board and Code Composer Studio

Lab 0 Introduction to the MSP430F5529 Launchpad-based Lab Board and Code Composer Studio ECE2049 Embedded Computing in Engineering Design Lab 0 Introduction to the MSP430F5529 Launchpad-based Lab Board and Code Composer Studio In this lab, you will be introduced to the Code Composer Studio

More information

DSG SoftPhone & USB Phone Series Users Guide

DSG SoftPhone & USB Phone Series Users Guide DSG SoftPhone & USB Phone Series Users Guide Table of Contents Overview Before You Start Installation Step 1. Installing DSG SoftPhone Step 2. Installing USB Phone Step 3. System Check First Time Use Step

More information

Code Composer Studio Managed Make Project File Error

Code Composer Studio Managed Make Project File Error Code Composer Studio Managed Make Project File Error configurl=file:org.eclipse.equinox.simpleconfigurator/bundles.info com.ti.ccstudio.abc (5.3.0.201406261800) "Code Composer Studio C2000_legacy (5.1.0.201406261800)

More information

Experiment 6 Finite Impulse Response Digital Filter (FIR).

Experiment 6 Finite Impulse Response Digital Filter (FIR). Experiment 6 Finite Impulse Response Digital Filter (FIR). Implementing a real-time FIR digital filtering operations using the TMS320C6713 DSP Starter Kit (DSK). Recollect in the previous experiment 5

More information

Hi-Phone DeskTop USB H/W User Manual

Hi-Phone DeskTop USB H/W User Manual Hi-Phone DeskTop USB H/W User Manual 1.08.08 Way2call Communication Ltd. reserves the right to make changes to the Hi-Phone devices and to the content of this document without notice 2001 Way2call Communications

More information

Moses Jones Application Note ECE 480 Design Team 7 Programming Altimeters. Using MSP 430 Launch Pad 11/8/2013

Moses Jones Application Note ECE 480 Design Team 7 Programming Altimeters. Using MSP 430 Launch Pad 11/8/2013 Moses Jones Application Note ECE 480 Design Team 7 Programming Altimeters Executive Summary Using MSP 430 Launch Pad 11/8/2013 This document will provide a guide of how to use the MSP 430 Launch Pad while

More information

NetTalk Internet Phone Service Trouble Shooting Guide & User Tips

NetTalk Internet Phone Service Trouble Shooting Guide & User Tips NetTalk Internet Phone Service Trouble Shooting Guide & User Tips Section 1: Trouble Shooting Guide... 2 1.1. What should I do if I cannot login or connect to NetTalk Internet Phone Service?... 2 1.2.

More information

Instructions for SAP CCtr. How to use SAP Contact Center phone system

Instructions for SAP CCtr. How to use SAP Contact Center phone system Instructions for SAP CCtr How to use SAP Contact Center phone system How to start the program 1. Open Internet Explorer browser. Type http://[sap Contact Center Website].ipcallcenters.eu into the address

More information

UC-M150-T/-B160-T/-C160-T UC Video Conference Systems for Microsoft Teams

UC-M150-T/-B160-T/-C160-T UC Video Conference Systems for Microsoft Teams UC-M150-T/-B160-T/-C160-T UC Video Conference Systems for Microsoft Teams Supplemental Guide Crestron Electronics, Inc. Crestron product development software is licensed to Crestron dealers and Crestron

More information

DSP Development Environment: Introductory Exercise for TI TMS320C55x

DSP Development Environment: Introductory Exercise for TI TMS320C55x Connexions module: m13811 1 DSP Development Environment: Introductory Exercise for TI TMS320C55x Thomas Shen David Jun Based on DSP Development Environment: Introductory Exercise for TI TMS320C54x (ECE

More information

Aastra 6725ip Microsoft Lync 2010 Phone Work Smart User Guide

Aastra 6725ip Microsoft Lync 2010 Phone Work Smart User Guide Aastra 6725ip Microsoft Lync 2010 Phone Work Smart User Guide TM 41-001368-00 Rev 01 05.2011 Content Aastra Model 6725ip Work Smart User Guide...........................................................

More information

A NOVEL BASED METHOD TO DESIGN A 4G NETWORK AND TO IMPLEMENT IN REAL TIME USING DSP INTERFACE

A NOVEL BASED METHOD TO DESIGN A 4G NETWORK AND TO IMPLEMENT IN REAL TIME USING DSP INTERFACE aerd Scientific Journal of Impact Factor(SJIF): 3.134 e-issn(o): 2348-4470 p-issn(p): 2348-6406 International Journal of Advance Engineering and Research Development Volume 2,Issue 3, March -2015 A NOVEL

More information

Exercise 4: Developing signal generators in real time using the C5510 DSK

Exercise 4: Developing signal generators in real time using the C5510 DSK Exercise 4: Developing signal generators in real time using the C5510 DSK The objective of this experiment is to use the C5510 DSK with its associated CCS, BSL, and AIC23 codec for generating sinusoidal

More information

Hotel Phone - H3 & H5 Quick Installation Guide

Hotel Phone - H3 & H5 Quick Installation Guide Hotel Phone - H3 & H5 Quick Installation Guide Connection methods Please connect power adapter, network, PC, and handset to the corresponding ports as described in below picture. 2 / 6 1 Introduction to

More information

To install the FW-02 drivers in your computer you should follow the instructions presented below:

To install the FW-02 drivers in your computer you should follow the instructions presented below: 3 CLIO INSTALLATION 3.1 MINIMUM PC CONFIGURATION The CLIO FW-02 USB interface running the CLIO 12 software can be installed in any personal computer with the following minimum system requirements: Processor:

More information

BUSINESS. QUICK START GUIDE Yealink W52P. IP DECT Phone INTEGRATED COMMUNICATIONS SOLUTION

BUSINESS. QUICK START GUIDE Yealink W52P. IP DECT Phone INTEGRATED COMMUNICATIONS SOLUTION BUSINESS INTEGRATED COMMUNICATIONS SOLUTION QUICK START GUIDE Yealink W52P IP DECT Phone With Business+ you now have access to the latest phone service. Get ready to experience the power of Business+.

More information

Setting Up Your Personal Voice Mail Outgoing Greetings Page 1 of 5

Setting Up Your Personal Voice Mail Outgoing Greetings Page 1 of 5 Page 1 of 5 In order for your voice mail to properly work, all of these options MUST be completed!! Please have your Samsung SVMI voice mail user guide available for more details. This is how you may access

More information

SMT107 User Manual User Manual (QCF42); Version 3.0, 8/11/00; Sundance Multiprocessor Technology Ltd. 1999

SMT107 User Manual User Manual (QCF42); Version 3.0, 8/11/00; Sundance Multiprocessor Technology Ltd. 1999 SMT107 User Manual User Manual (QCF42); Version 3.0, 8/11/00; Sundance Multiprocessor Technology Ltd. 1999 Version 1.2 Page 2 of 16 SMT107 User Manual Revision History Date Comments Engineer Version 20/04/01

More information

Programming Mobile Applications with Android Lab1

Programming Mobile Applications with Android Lab1 Programming Mobile Applications Lab1 22-26 September, Albacete, Spain Jesus Martínez-Gómez Android Lab I.- Create, compile and execute a hello world application Follow the instructions to prepare your

More information

CHAPTER 2 BASIC OPERATING SYSTEM CONCEPT MANAGEMENT

CHAPTER 2 BASIC OPERATING SYSTEM CONCEPT MANAGEMENT CHAPTER 2 BASIC OPERATING SYSTEM CONCEPT MANAGEMENT Types of User Interface USER INTERFACE Command Interface Menu Interface Graphical User Interface Voice actuated Interface Web- form Interface User interface

More information

Chapter 7. Hardware Implementation Tools

Chapter 7. Hardware Implementation Tools Hardware Implementation Tools 137 The testing and embedding speech processing algorithm on general purpose PC and dedicated DSP platform require specific hardware implementation tools. Real time digital

More information

Table of Contents: 2. Software for Skype Driver for VPET Connection Scheme...9

Table of Contents: 2. Software for Skype Driver for VPET Connection Scheme...9 Table of Contents: 1. Indication Light 1 Software Installation 2. Software for Skype..1 3. Driver for VPET-20 7 Hardware Installation 4. Connection Scheme...9 Making Calls 5. Preparation for Making Calls...10

More information

1. Instruction 1.1 Summary

1. Instruction 1.1 Summary 1. Instruction 1.1 Summary USB Adaptor is analog telephone adaptor with one USB interface to PC, 1 FXS for regular phone and 1FXO for PSTN call relays. All cordless phones and regular phones can be used

More information

Hi-Phone DeskTop H/W User Manual

Hi-Phone DeskTop H/W User Manual Hi-Phone DeskTop H/W User Manual 1.07.98 Way2call Communication Ltd. reserves the right to make changes to the Hi-Phone devices and to the content of this document without notice 2001 Way2call Communications

More information

ECE2049 Embedded Computing in Engineering Design. Lab #0 Introduction to the MSP430F5529 Launchpad-based Lab Board and Code Composer Studio

ECE2049 Embedded Computing in Engineering Design. Lab #0 Introduction to the MSP430F5529 Launchpad-based Lab Board and Code Composer Studio ECE2049 Embedded Computing in Engineering Design Lab #0 Introduction to the MSP430F5529 Launchpad-based Lab Board and Code Composer Studio In this lab you will be introduced to the Code Composer Studio

More information

XDS560V2 Installation Guide

XDS560V2 Installation Guide XDS560V2 Installation Guide Wintech Digital System Co., Ltd http://www.wintechdigital.com 1 About This Manual IMPORTANT INFORMATION This Installation Guide is for the Wintech Digital XDS560v2 JTAG Emulator

More information

Avaya 374x DECT Handset Quick Reference Guide

Avaya 374x DECT Handset Quick Reference Guide Avaya 7x Handset Quick Reference Guide Introduction Release.6 July 07 07, Avaya Inc. All Rights Reserved. The 70 is a feature-rich telephone with illuminated display, telephony and messaging. The 7 and

More information

Enterprise Edge M7100 User Card

Enterprise Edge M7100 User Card Enterprise Edge M7100 User Card 1999 Nortel Networks P0908517 Issue 01 Your Enterprise Edge M7100 telephone Release button cancels active calls Display shows the time, date, call information, and guides

More information

As CCS starts up, a splash screen similar to one shown below will appear.

As CCS starts up, a splash screen similar to one shown below will appear. APPENDIX A. CODE COMPOSER STUDIO (CCS) v5.1: A BRIEF TUTORIAL FOR THE OMAP-L138 A.1 Introduction Code Composer Studio (CCS) is Texas Instruments integrated development environment (IDE) for developing

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Frequently Asked Questions for Cisco Unified Personal Communicator 8.6 and Voice and Video Firmware 8.6 for Cisco Virtualization Experience Client 6215 FAQs 2 Basics 3 Setup

More information

Reference Frameworks. Introduction

Reference Frameworks. Introduction Reference Frameworks 13 Introduction Introduction This chapter provides an introduction to the Reference Frameworks for expressdsp TM, recently introduced by TI 1. The fererence frameworks use a both DSP/BIOS

More information

DTMF BASED INDUSTRIAL AUTOMATION

DTMF BASED INDUSTRIAL AUTOMATION DTMF BASED INDUSTRIAL AUTOMATION Shobhnendra Kumar 1, Shrishti Srivastava 2, Pallavi Gupta 3 1, 2 Students, Electrical Engineering Department, Greater Noida Institutes of Technology, Gr.Noida, (India)

More information

Nortel IP Phone 1120E User Guide

Nortel IP Phone 1120E User Guide Nortel IP Phone 1120E User Guide NN10300-022 Document status: Standard Document version: 0103 Document date: 13 April 2007 All Rights Reserved The information in this document is sourced in Canada, the

More information

InformationTechnology

InformationTechnology dvanced Calling Features The Polycom VVX 501 is the supported handset for the University's digital voice-over-ip telephone service. The VVX 501 integrates with the University's Skype for Business unified

More information

My Instant Communicator for iphone

My Instant Communicator for iphone My Instant Communicator for iphone Alcatel-Lucent OmniTouch 8600 OmniPCX Office Rich Communication Edition User guide 8AL90849USAAed05 02 / 2014 CONTENTS 1. Overview... 3 2. Benefits... 3 3. Connectivity...

More information

TELECOMMUNICATION SYSTEMS

TELECOMMUNICATION SYSTEMS TELECOMMUNICATION SYSTEMS By Syed Bakhtawar Shah Abid Lecturer in Computer Science 1 Public Switched Telephone Network Structure The Local Loop Trunks and Multiplexing Switching 2 Network Structure Minimize

More information

Agenda. Quick Start Menu. Understanding the Interface. Voice Status Icons. Commonly Used Features. Security. Dialing Out. Question & Answer Feature

Agenda. Quick Start Menu. Understanding the Interface. Voice Status Icons. Commonly Used Features. Security. Dialing Out. Question & Answer Feature Voice Management Agenda Quick Start Menu Understanding the Interface Voice Status Icons Commonly Used Features Security Dialing Out Question & Answer Feature Recording / Archiving Quick Start Menu Upon

More information

Analog DECT Phone AGR-8206-SMK. Quick Installation Guide V 1.01

Analog DECT Phone AGR-8206-SMK. Quick Installation Guide V 1.01 Analog DECT Phone AGR-8206-SMK Quick Installation Guide V 1.01 Copyright AEI Communications 2012. All Rights Reserved. 1 Over View This phone is a full-feature telephone that provides voice communication.

More information

C9 Trader Installation Guide JUNE 2018 C9 TRADER INSTALLATION GUIDE

C9 Trader Installation Guide JUNE 2018 C9 TRADER INSTALLATION GUIDE C9 Trader Installation Guide JUNE 2018 Contents 1. Installation Requirements... 3 2. Download and Login... 3 3. Audio Device Configuration... 4 3.1 Configure Microphone Audio... 4 3.2 Configure Left Handset

More information

Video Conferencing T150 User Guide

Video Conferencing T150 User Guide Video Conferencing T150 User Guide 1 Contents The Tandberg T150 3 How does it Work 4 Getting Started 4 The Keypad 4 Dial Controls 5 Making a Call 5 Using the Address Book 6 Answering an Incoming Call 6

More information

Section 2: Getting Started with a FPU Demo Project using EK-LM4F232

Section 2: Getting Started with a FPU Demo Project using EK-LM4F232 Stellaris ARM Cortex TM -M4F Training Floating Point Unit Section 2: Getting Started with a FPU Demo Project using EK-LM4F232 Stellaris ARM Cortex TM -M4F Training: Floating Point Unit Section 2 Page 1

More information

Plug-in 3457 User Guide

Plug-in 3457 User Guide NN43060-100 Document status: Standard Document issue: 01.02 Document date: 23 November 2009 Product release: 1.1 Job function: Product Fundamentals Type: User Guide Language type: English. All Rights Reserved.

More information

HP Travel Phone User s Guide

HP Travel Phone User s Guide HP Travel Phone User s Guide Version 1.0 Copyright 2007 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products

More information

DE2 Electronic Keyboard ReadMeFirst

DE2 Electronic Keyboard ReadMeFirst DE2 Electronic Keyboard ReadMeFirst Lab Summary: In this lab, you will implement a two-tone electronic keyboard using the waveform synthesizer design from the previous lab. This lab is divided into two

More information

Creating a distribution group

Creating a distribution group Creating a distribution group You can group a number of selected contacts together, for example all of your team. This is known as a distribution group or list. Using a distribution group, you can email

More information

Voice Mail System Personal Mailbox Management Manual. Version 1.2 July 2003 Proprietary

Voice Mail System Personal Mailbox Management Manual. Version 1.2 July 2003 Proprietary Voice Mail System Personal Mailbox Management Manual Version 1.2 July 2003 Proprietary 2003 ITS Telecom All rights reserved. The information disclosed herein is proprietary to ITS Telecom and may not be

More information

Ascom i62 Hans-Dieter Wahl

Ascom i62 Hans-Dieter Wahl Hans-Dieter Wahl Ascom i62 Ascom i62 VoWLAN telephone 2 VoWLAN telephone as mobile peripheral for elmeg hybird The Ascom i62 is an SIP telephone with a WLAN interface that supports both the 2.4 and 5 GHz

More information

CommPortal Communicator Desktop End User Guide 19 Feb 2014

CommPortal Communicator Desktop End User Guide 19 Feb 2014 End User Guide 19 Feb 2014 Integra Hosted Voice Service PC Communicator Desktop End User Guide 19 Feb 2014 21 Feb 20134 End User Guide Contents 1 Introduction... 1-1 1.1 Using this End User Guide... 1-2

More information

video phone Quick Start Guide

video phone Quick Start Guide 600410 IRIS V video phone Quick Start Guide Getting Started 1 3 2 4 Check to make sure that your box contains each of the items pictured above: 1 IRIS V video phone 2 Handset 3 Ethernet cable (RJ-45) 4

More information

Grandstream Networks, Inc. DP750/DP720 DECT Cordless IP Phones User Guide

Grandstream Networks, Inc. DP750/DP720 DECT Cordless IP Phones User Guide Grandstream Networks, Inc. DP750/DP720 DECT Cordless IP Phones User Guide Figure 35: Rebooting the Base Station Reset DP720 Handset The users can reset the new settings made on the handset after performing

More information

Enterprise Edge M7100N User Card

Enterprise Edge M7100N User Card Enterprise Edge M7100N User Card 2000 Nortel Networks P0908517 Issue 02 Your Enterprise Edge M7100N telephone Display shows the time, date, and call information; guides you while using features; tilts

More information

Preliminary. NBX Telephone Guide

Preliminary. NBX Telephone Guide NBX Telephone Guide Telephones NBX 3102 Business Telephone NBX 2102 Business Telephone NBX 2102-IR Business Telephone NBX 1102 Business Telephone NBX 3101 Basic Telephone NBX 3101SP Basic Telephone NBX

More information

Interaction Desktop framework Printed help. PureConnect powered by Customer Interaction Center (CIC) 2018 R1. Abstract

Interaction Desktop framework Printed help. PureConnect powered by Customer Interaction Center (CIC) 2018 R1. Abstract Interaction Desktop framework Printed help PureConnect powered by Customer Interaction Center (CIC) 2018 R1 Last updated October 12, 2017 Abstract This document is a printable version of the Interaction

More information