EE289 Lab Fall LAB 4. Ambient Noise Reduction. 1 Introduction. 2 Simulation in Matlab Simulink

Size: px
Start display at page:

Download "EE289 Lab Fall 2009. LAB 4. Ambient Noise Reduction. 1 Introduction. 2 Simulation in Matlab Simulink"

Transcription

1 EE289 Lab Fall 2009 LAB 4. Ambient Noise Reduction 1 Introduction Noise canceling devices reduce unwanted ambient noise (acoustic noise) by means of active noise control. Among these devices are noise-canceling headphones which cancel out the noise within the enclosed volume of the headphone. Therefore one could enjoy music in a busy environment without raising the volume excessively. One of the methods for noise reduction is Least Mean Squares (LMS) filtering. LMS filtering is an adaptive filtering method which gradually finds the filter coefficients based on the least squares of error signal. The error signal is the difference between the desired signal and the input signal. We use LMS Filter module from signal processing blockset of Simulink. The LMS filter in our design accepts two inputs. One input is the incoming signal and another one is a delayed version of the incoming signal as a reference or desired signal. Based on these two inputs, it will find the best coefficients to reduce the error or in our case to cancel the ambient noise. 2 Simulation in Matlab Simulink 1) Go to desktop and run Matlab 2oo9. 2) Go to n and save WaveletDenoising.mdl file in a local path on your PC and then open it in Matlab. Figure 1 shows the simulink model. We use a sine wave with an additive random noise as the input and a delayed version of it as the reference or desired signal.

2 Figure 1 Acoustic Noise Cancellation Simulink model 3) Run the model by pressing the Run button on the top toolbar or press and hold ctrl+t. Figure 2 Shows the input and output of the LMS filter. You can notice that initially the error associated to the input and the reference signal is considerable but it decays near to zero when the filter converges to the interest coefficients. Figure 2 LMS Filter input/outputs Figure 3 shows how the LMS filter coefficients change before become stable when the error gets near the zero.

3 Figure 3 LMS Filter Coefficients gradually converge 3 Real Time Implementation on DSK6713 In this lab we implement a noise reduction module with LMS filter on DSK6713. Beside the DSK board, we need a microphone and a speaker to connect to the board appropriately. Figure 4 shows the interface between computer and the DSK6713. Mic In Line Out to Speaker PC Power Supply +5v DSK6713 USB Figure 4 Ambient Noise Reduction hardware interface

4 4 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 The target is now connected. Figure 5 Connecting to DSK 5. Connect a microphone to the Mic In input of DSK. 6. Connect a speaker to the Line Out output of DSK. Simulink Model and Build Process 7. Go to hahin and save LMSNoiseReduction.mdl file in a local path on your PC and then open it in Matlab.

5 Figure 6 LMS Noise Reduction Top Level Model 8. Double click on the function() module named Denoising Algorithm to open the subsystem model. Figure 7 LMS Noise Reduction model As you see in Figure 7 we receive the input from Mic In. The input directly goes to the LMS filter input and a delayed version goes to the Desired input as a reference signal. We also have a switch right before the speaker output. So we can choose to have either the LMS filter output or the microphone input on the speaker output. 9. On the LMSNoiseReduction.mdl 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

6 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 8 Building LMS Noise Reducyion Model 10. On the bottom of DSK you see a set of 4 switches called SW1. When the switch number 0 is in its default position (up), it directly conducts the microphone input onto the speaker. And now by pressing down the switch number 0, you choose to have the LMS filter output on the speaker. So if you speak through the microphone you will see the noise reduction effect. Tuning the Model In order to tune our noise reduction design we can manipulate settings of our simulink model to find the best result. There are two settings in the LMS filter that we can change. We have to remember that each time we change the settings; we need to build the model again so that we can see the effect on the DSK. This means that we would have to go back to step number 9 to build the new updated model. Following steps are the two possible settings that we can change.

7 11. Go back to the LMSNoiseReduction simulink model, double click on the function() subsystem and once the inside subsystem opened, double click on the LMS filter module. Figure 9 LMS Filter Settings 12. Change the value of Step size (mu). You can change it from to 0.5. With lower values of mu you can get a better result but longer response time and with higher values of mu you converge to the result faster but the accuracy are not as good as higher values of mu. Now you can build the modified model by following step 9 and once the download done on the DSK you can see the result. 13. The second thing to try is changing the LMS filter length. Try different filter length and go back to step 9 to build the modified model. Reference: Jacob Fainguelernt, Texas Instrument Inc. Matlab and Simulink.

8

Setting up a Local Interconnect Network (LIN) using dspace MicroAutoBox 1401/1501 Simulink Blocks

Setting up a Local Interconnect Network (LIN) using dspace MicroAutoBox 1401/1501 Simulink Blocks Setting up a Local Interconnect Network (LIN) using dspace MicroAutoBox 1401/1501 Simulink Blocks Guiseppe Ferro Design Team 4 3/22/13 Executive Summary Learn how to setup and properly use the Real- Time

More information

Using Computer Audio in Adobe Connect Meetings Metropolitan Community Churches Office of Leadership and Development

Using Computer Audio in Adobe Connect Meetings Metropolitan Community Churches Office of Leadership and Development Using Computer Audio in Adobe Connect Meetings Metropolitan Community Churches Office of Leadership and Development This document is designed to assist you in using the internal sound function in Adobe

More information

Echtzeittesten mit MathWorks leicht gemacht Simulink Real-Time Tobias Kuschmider Applikationsingenieur

Echtzeittesten mit MathWorks leicht gemacht Simulink Real-Time Tobias Kuschmider Applikationsingenieur Echtzeittesten mit MathWorks leicht gemacht Simulink Real-Time Tobias Kuschmider Applikationsingenieur 2015 The MathWorks, Inc. 1 Model-Based Design Continuous Verification and Validation Requirements

More information

DSP Laboratory: Analog to Digital and Digital to Analog Conversion

DSP Laboratory: Analog to Digital and Digital to Analog Conversion OpenStax-CNX module: m13035 1 DSP Laboratory: Analog to Digital and Digital to Analog Conversion Erik Luther This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License

More information

Building a Simulink model for real-time analysis V1.15.00. Copyright g.tec medical engineering GmbH

Building a Simulink model for real-time analysis V1.15.00. Copyright g.tec medical engineering GmbH g.tec medical engineering GmbH Sierningstrasse 14, A-4521 Schiedlberg Austria - Europe Tel.: (43)-7251-22240-0 Fax: (43)-7251-22240-39 office@gtec.at, http://www.gtec.at Building a Simulink model for real-time

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

QUICK START GUIDE. SG2 Client - Programming Software SG2 Series Programmable Logic Relay

QUICK START GUIDE. SG2 Client - Programming Software SG2 Series Programmable Logic Relay QUICK START GUIDE SG2 Client - Programming Software SG2 Series Programmable Logic Relay SG2 Client Programming Software T he SG2 Client software is the program editor for the SG2 Series Programmable Logic

More information

Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED

Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED www.analog.com www.hittite.com THIS PAGE INTENTIONALLY LEFT BLANK PLL & PLL with Integrated VCO Evaluation

More information

Audio-Technica AT-LP60-USB, AT-LP120-USB, AT-LP240-USB & AT-LP1240-USB Turntables. Software Guide

Audio-Technica AT-LP60-USB, AT-LP120-USB, AT-LP240-USB & AT-LP1240-USB Turntables. Software Guide Audio-Technica AT-LP60-USB, AT-LP120-USB, AT-LP240-USB & AT-LP1240-USB Turntables Software Guide Audio-Technica USB Turntables Contents A note about software... 2 System requirements... 2 Installing Audacity

More information

Audacity. For use with MFL Speaking Tests. User Guide (Microsoft Windows version)

Audacity. For use with MFL Speaking Tests. User Guide (Microsoft Windows version) Audacity For use with MFL Speaking Tests User Guide (Microsoft Windows version) Table of Contents Introduction... 3 1 Installation... 3 1.1 Installing Audacity... 3 1.2 Installing Lame MP3 Encoder... 6

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

1. SAFETY INFORMATION

1. SAFETY INFORMATION RS-232 Sound Level Meter 72-860A INSTRUCTION MANUAL www.tenma.com 1. SAFETY INFORMATION Read the following safety information carefully before attempting to operate or service the meter. Use the meter

More information

Introduction to using Skype. Install Skype on your Computer. Getting Started

Introduction to using Skype. Install Skype on your Computer. Getting Started Introduction to using Skype Getting Started Skype is software that allows users to make telephone calls over the Internet. Calls to other users of Skype are free; while calls to other landlines and mobile

More information

VoIP Audio Setup - PC Users

VoIP Audio Setup - PC Users VoIP Audio Setup - PC Users To select and test your Mic & Speakers settings 1. Right-click the icon in the PC system tray and select Preferences. 2. Select Audio. Microphone Setup - It is recommended that

More information

How to program a Zumo Robot with Simulink

How to program a Zumo Robot with Simulink How to program a Zumo Robot with Simulink Created by Anuja Apte Last updated on 2015-03-13 11:15:06 AM EDT Guide Contents Guide Contents Overview Hardware Software List of Software components: Simulink

More information

Experiment 2 Introduction to TI C2000 Microcontroller, Code Composer Studio (CCS) and Matlab Graphic User Interface (GUI)

Experiment 2 Introduction to TI C2000 Microcontroller, Code Composer Studio (CCS) and Matlab Graphic User Interface (GUI) 1 Experiment 2 Introduction to TI C2000 Microcontroller, Code Composer Studio (CCS) and Matlab Graphic User Interface (GUI) 2.1 Objectives The objective of this experiment is to familiarize the students

More information

Best Practices for Adobe Connect Meetings

Best Practices for Adobe Connect Meetings Best Practices for Adobe Connect Meetings Hardware Recommendations Some meetings will use a telephone conference for audio, but we strongly recommend that if you are required to communicate using the voice

More information

Procedure for updating Firmware of EZ4 W or ICC50 W

Procedure for updating Firmware of EZ4 W or ICC50 W Procedure for updating Firmware of EZ4 W or ICC50 W 1. Download the Firmware file for your camera to your PC 2. Download the Leica Camera Configuration program to your PC 3. Install Leica Camera Configuration

More information

How to borrow and download an ebook using Bolinda (PC)

How to borrow and download an ebook using Bolinda (PC) How to borrow and download an ebook using Bolinda (PC) Before you begin, you will need: Your library card number and PIN An email address Note: If you have already installed Adobe Digital Editions on your

More information

CLEARONE DOCUMENT 801-000-002 (REVISION 1.0) October, 2008. with Converge Pro Units

CLEARONE DOCUMENT 801-000-002 (REVISION 1.0) October, 2008. with Converge Pro Units APPLICATION NOTES Converge Pro Products CLEARONE DOCUMENT 801-000-002 (REVISION 1.0) October, 2008. Troubleshooting USB Connections with Converge Pro Units Description This document explains how to connect

More information

Work with Arduino Hardware

Work with Arduino Hardware 1 Work with Arduino Hardware Install Support for Arduino Hardware on page 1-2 Open Block Libraries for Arduino Hardware on page 1-9 Run Model on Arduino Hardware on page 1-12 Tune and Monitor Models Running

More information

Programming LEGO NXT Robots using NXC

Programming LEGO NXT Robots using NXC Programming LEGO NXT Robots using NXC This text programming language derived from C language is bended together with IDE BricxCC on standard firmware LEGO Mindstorms. This can be very convenient for those,

More information

LABVIEW DSP TEST TOOLKIT FOR TI DSP

LABVIEW DSP TEST TOOLKIT FOR TI DSP LABVIEW DSP TEST TOOLKIT FOR TI DSP Contents The LabVIEW DSP Test Toolkit for TI DSP uses LabVIEW to automate TI s Code Composer Studio (CCS) Integrated Development Environment (IDE) so you can create

More information

Audio Help for Webinar Attendees. GoToWebinar User Guide. Virtual Operating System (VMware, Parallels, etc.)

Audio Help for Webinar Attendees. GoToWebinar User Guide. Virtual Operating System (VMware, Parallels, etc.) Virtual Operating System (VMware, Parallels, etc.) An error message will appear if you are attempting to join a Webinar using VoIP through a virtualized operating system, such as VMware, Parallels, etc.

More information

How To Use An Apple Macbook With A Dock On Itunes Macbook V.Xo (Mac) And The Powerbar On A Pc Or Macbook (Apple) With A Powerbar (Apple Mac) On A Macbook

How To Use An Apple Macbook With A Dock On Itunes Macbook V.Xo (Mac) And The Powerbar On A Pc Or Macbook (Apple) With A Powerbar (Apple Mac) On A Macbook QNS OSX instructions. CONTENTS 1 The Apple and Finder 2 The Dock 3 Navigating OS X 4 System Preferences 1 OS X tutorial: the apple The apple menu The apple menu is hidden under the apple at the top left

More information

SMART HD Hosted Video Desktop Conferencing

SMART HD Hosted Video Desktop Conferencing SMART HD Hosted Video Desktop Conferencing Software Download Instruction Guide Thank you for choosing SMART, the Business-Class Videoconferencing Solution from Newton IT now available in HD High Definition

More information

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

Lab 3: Introduction to Data Acquisition Cards

Lab 3: Introduction to Data Acquisition Cards Lab 3: Introduction to Data Acquisition Cards INTRODUCTION: In this lab, you will be building a VI to display the input measured on a channel. However, within your own VI you will use LabVIEW supplied

More information

3M Cloud Library for Wyoming: User Guide for PC/MacOS

3M Cloud Library for Wyoming: User Guide for PC/MacOS 3M Cloud Library for Wyoming: User Guide for PC/MacOS April 2015 How to Use 3M Cloud Library *These instructions are for users who wish to read on a computer or transfer books to an ereader. See the help

More information

Raptor-CAN User Manual

Raptor-CAN User Manual CONTROL SYSTEM SOLUTIONS Raptor-CAN User Manual Last Updated: 3/31/2015 Contents 1. Introduction...3 2. Installation...4 2.1 Dongle license...6 2.2 Node-locked license...6 3. Using Raptor-CAN...7 3.1 CAN

More information

For HOME and BROADCASTER versions the options are kept simple for quick configuration.

For HOME and BROADCASTER versions the options are kept simple for quick configuration. TABLE OF CONTENTS INTRODUCTION 3 HOME and BROADCASTER VERSION SETUPS 3 CONFIGURATION OPTIONS DEFINED 4 BASIC (QUICK) CONFIGURATIONS 5 HEADPHONES 5 EXTERNAL MIXERS 8 MICROPHONE 11 LINE INPUTS 12 ADVANCED

More information

Welcome to the Adobe Connect Basic Troubleshooting Techniques training class.

Welcome to the Adobe Connect Basic Troubleshooting Techniques training class. Welcome to the Adobe Connect Basic Troubleshooting Techniques training class. 1 In this training session we will discuss: 1) Troubleshooting connections issues (Flash, Plug-in, Firewall) 2) Troubleshooting

More information

SubCue Analyzer Software - Introduction

SubCue Analyzer Software - Introduction SubCue Analyzer Software - Introduction The SubCue Analyzer is a tool to initialize and download the temperature data from implantable SubCue Dataloggers. To begin, open the SubCue Analyzer program from

More information

HOW TO MAKE AN AUDIO RECORDING

HOW TO MAKE AN AUDIO RECORDING What can I use to record? You can use your phone, your computer, or you may have a recorder that you d like to use. Whichever method you plan to use to record, test it out before you start. Make sure that

More information

Inserting the SIM card in the MobiGater device. Connecting the MobiGater Device

Inserting the SIM card in the MobiGater device. Connecting the MobiGater Device WWW.MOBIGATER.COM 2 Inserting the SIM card in the MobiGater device There is a small cover on the bottom side of the MobiGater device Move the cover in the direction from? to. Move the SIM card holder in

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

UX3600/NT/NTL/NTS Quick Start Guide This Quick Start Guide will explain how to connect and communicate with the EAW UX3600, NTL720, NTS250, KFNT, and JFNT powered speakers. Table of Contents 1. Downloading

More information

How to register and use our Chat System

How to register and use our Chat System How to register and use our Chat System Why this document? We have a very good chat system and easy to use when you are set up, but getting registered and into the system can be a bit complicated. If you

More information

Colorfly Tablet Upgrade Guide

Colorfly Tablet Upgrade Guide Colorfly Tablet Upgrade Guide (PhoenixSuit) 1. Downloading the Firmware and Upgrade Tool 1. Visit the official website http://www.colorful.cn/, choose 产 品 > 数 码 类 > 平 板 电 脑, and click the product to be

More information

Transferring Scans from your Dolphin into Destiny

Transferring Scans from your Dolphin into Destiny Transferring Scans from your Dolphin into Destiny Summary: This article is intended to provide Destiny users with an overview of the following tasks 1. Downloading the Dolphin Transfer Utility to their

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

Radio Interface Setup

Radio Interface Setup For getting started with Ham Radio Sound Card digital modes. Jeffrey Kopcak K8JTK Table of Contents Introduction... 3 Program versions... 3 Resources... 3 SignaLink... 3 Rigblaster... 3 Configuration...

More information

ScanShell.Net Install Guide

ScanShell.Net Install Guide ScanShell.Net Install Guide Please install the software first - DO NOT PLUG IN THE SCANNER The scanner has been carefully packaged to avoid damage during transportation. Before operating the scanner, please

More information

Six-servo Robot Arm. DAGU Hi-Tech Electronic Co., LTD www.arexx.com.cn. Six-servo Robot Arm

Six-servo Robot Arm. DAGU Hi-Tech Electronic Co., LTD www.arexx.com.cn. Six-servo Robot Arm Six-servo Robot Arm 1 1, Introduction 1.1, Function Briefing Servo robot, as the name suggests, is the six servo motor-driven robot arm. Since the arm has a few joints, we can imagine, our human arm, in

More information

Adobe Connect: Participant Quick Start Guide

Adobe Connect: Participant Quick Start Guide Adobe Connect: Participant Quick Start Guide Don t Procrastinate You will want to perform at least steps 1 and 2 before your scheduled meeting time. This could take anywhere from 5 minutes to hours depending

More information

Vodafone Mobile Broadband via the phone

Vodafone Mobile Broadband via the phone Vodafone Mobile Broadband via the phone Getting started guide: PC internet via the phone software install Make the most of now Contents Vodafone Mobile Broadband via the phone 3 System requirements 3 What

More information

Guide for Remote Control PDA

Guide for Remote Control PDA 030.0035.01.0 Guide for Remote Control PDA For Use with Bluetooth and a PC Running Windows XP Table of Contents A. Required Parts... 3 B. PC Software Installation... 3 C. ActiveSync Software Configuration...

More information

USB VoIP Dialpad Quick Start Guide

USB VoIP Dialpad Quick Start Guide USB VoIP Dialpad Quick Start Guide Thank you for purchasing the USB VoIP Dialpad. This guide will show you how to quickly connect your new purchase and make free calls over the internet with ease. TABLE

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

Using the Communication Ports on the DG-700 and DG-500 Digital Pressure Gauges

Using the Communication Ports on the DG-700 and DG-500 Digital Pressure Gauges Using the Communication Ports on the DG-700 and DG-500 Digital Pressure Gauges 1. USB and Serial Communication Ports: Newer DG-700 and DG-500 gauges contain both a USB and a DB-9 Serial Communication Port,

More information

USB Driver Installation for Windows XP

USB Driver Installation for Windows XP USB Driver Installation for Windows XP USB Serial Converter Driver Installation for Windows XP CAUTION: You must use the drivers on the CD-ROM supplied with your USB Device. DO NOT download drivers from

More information

E-Loader Operation Manual

E-Loader Operation Manual Multi-Function Tools for E-MU Instruments Revision A _ Before you Begin - Read and follow the instructions given in the READ BEFORE INSTALLING file that comes with the E-Loader installer program. E-Loader

More information

DRV8312-C2-KIT How to Run Guide

DRV8312-C2-KIT How to Run Guide DRV8312-C2-KIT How to Run Guide Version 1.1 October 2011 C2000 Systems and Applications Team This Guide explains the steps needed to run the DRV8312-C2-KIT with the software supplied through controlsuite.

More information

emic-xm Quick Installation & Basic Operation Guide Step 1: Locate Components

emic-xm Quick Installation & Basic Operation Guide Step 1: Locate Components emic-xm Quick Installation & Basic Operation Guide Step 1: Locate Components 1.1- Installation CD, supporting both Windows & Mac OS (EHS Monitor V.2.1) 1.2- Registration Card, with 16 digit registration

More information

AIM SOFTWARE AND USB DRIVER INSTALLATION PROCEDURE

AIM SOFTWARE AND USB DRIVER INSTALLATION PROCEDURE AIM SOFTWARE AND USB DRIVER INSTALLATION PROCEDURE CONTENTS AIM software and USB Driver installation Chapter 1 Installing AIM software and AIM USB driver... 2 Chapter 2 Installation under Microsoft Windows

More information

OSM 2007 MONITORING SOFTWARE

OSM 2007 MONITORING SOFTWARE OSM 2007 MONITORING SOFTWARE Contents Preparation...3 Software Installation...4 Configuring OSM...6 Connecting a Device...16 Connecting to Station Monitoring Software...19 Troubleshooting...23 Installing

More information

ACCC-ITL QUICK GUIDE Install Blackboard Collaborate - PC

ACCC-ITL QUICK GUIDE Install Blackboard Collaborate - PC ACCC-ITL QUICK GUIDE Install Blackboard Collaborate - PC Blackboard Collaborate offers a Web Conferencing service as a virtual learning environment to facilitate real-time online learning. Blackboard Collaborate

More information

Dragon Solutions. Using A Digital Voice Recorder

Dragon Solutions. Using A Digital Voice Recorder Dragon Solutions Using A Digital Voice Recorder COMPLETE REPORTS ON THE GO USING A DIGITAL VOICE RECORDER Professionals across a wide range of industries spend their days in the field traveling from location

More information

Basics. Mbox 2. Version 7.0

Basics. Mbox 2. Version 7.0 Basics Mbox 2 Version 7.0 Copyright 2005 Digidesign, a division of Avid Technology, Inc. All rights reserved. This guide may not be duplicated in whole or in part without the express written consent of

More information

POPP Hub Gateway. Manual

POPP Hub Gateway. Manual POPP Hub Gateway Manual 008900 POPP Hub Gateway Manual Quick Start... 2 Hardware... 2 Smart Home User Interface... 2 Applications (Apps) realize the intelligence of your Smart Home... 3 Functions of the

More information

Instructions for Installing and Using the FOCUS DL-15 Data Transfer Software

Instructions for Installing and Using the FOCUS DL-15 Data Transfer Software 27 March 2015 Instructions for Installing and Using the FOCUS DL-15 Data Transfer Software Introduction This guide will walk you through the process of transferring data from the FOCUS DL-15 to the computer

More information

Downloading a Sample Program over USB

Downloading a Sample Program over USB Downloading a Sample Program over USB This document is a guide for downloading and running programs on the VEX Cortex using the USB A-to-A cable. You will need: 1 VEX Cortex Microcontroller with one 7.2V

More information

CaseViewNet Cloud Gateway Instructions

CaseViewNet Cloud Gateway Instructions CaseViewNet Cloud Gateway provides the best solution for Court Reporting firms with realtime reporters, using Case CATalyst or CAT systems other than Case CATalyst, to send any reporter out on a job and

More information

TE100-P21/TEW-P21G Windows 7 Installation Instruction

TE100-P21/TEW-P21G Windows 7 Installation Instruction Hardware Installation TE100-P21/TEW-P21G Windows 7 Installation Instruction 1. Go to http://www.trendnet.com/downloads/ to download the Windows 7 Utility. Save the file to your desktop. 2. Right click

More information

Quick Installation and Setup for WinPower Software

Quick Installation and Setup for WinPower Software Quick Installation and Setup for WinPower Software A. On the WinPower Installation menu, simply follow on-screen instructions and key in the software serial number. The installation will be automatically

More information

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents Page 1 Centran Version 4 Getting Started Guide KABA MAS Kaba Mas Welcome Kaba Mas, part of the world-wide Kaba group, is the world's leading manufacturer and supplier of high security, electronic safe

More information

Cassette2CD Wizard User's Manual

Cassette2CD Wizard User's Manual Cassette2CD Wizard User's Manual Table of Contents 1. Installation Instructions a. Connecting tape-deck to the computer b. Installing the Software 2. Using Cassette2CD Wizard a. Setting up and Testing

More information

Girder in the Real World

Girder in the Real World Girder in the Real World by Todd Reed This guide is based upon Girder 3.3.1 GIRDER IN THE REAL WORLD...1 TYPICAL SYSTEM...2 Hardware...2 Software...2 OVERVIEW...3 CONFIGURING GIRDER...4 REAL WORLD EXAMPLES...5

More information

Operating Systems. and Windows

Operating Systems. and Windows Operating Systems and Windows What is an Operating System? The most important program that runs on your computer. It manages all other programs on the machine. Every PC has to have one to run other applications

More information

SA-9600 Surface Area Software Manual

SA-9600 Surface Area Software Manual SA-9600 Surface Area Software Manual Version 4.0 Introduction The operation and data Presentation of the SA-9600 Surface Area analyzer is performed using a Microsoft Windows based software package. The

More information

1. Instruction. 1.1 Summary. 1.2 Features. 1.3 System Requirements. 1.4 Package Contents

1. Instruction. 1.1 Summary. 1.2 Features. 1.3 System Requirements. 1.4 Package Contents 1. Instruction 1.1 Summary Plugging USB VoIP Phone into your computer s USB port, you can make and receive skype calls. Phone rings for all incoming calls. You can select one from Skype contact list or

More information

AUDITVIEW USER INSTRUCTIONS

AUDITVIEW USER INSTRUCTIONS The AuditGard AuditView software allows the Manager to view, save, and print the audit records. The AuditGard lock maintains the last 512 lock events in non-volatile memory. Accessing the audit records

More information

Teleconferencing. User s Manual for NetMeeting and Image Studio

Teleconferencing. User s Manual for NetMeeting and Image Studio Teleconferencing User s Manual for NetMeeting and Image Studio 1 NetMeeting...3 Overview...3 Setting Up NetMeeting on Your Computer (one-time only)...3 Placing a Call...8 Share a Program...9 Chat...9 White

More information

Zoom Participant Guide

Zoom Participant Guide Zoom Participant Guide Zoom is a conferencing solution that provides both video conferencing and screen sharing capabilities. Its high-quality and easy to use format have made it a great choice for istudy.

More information

Basics. How can I use the Internet to make free calls?

Basics. How can I use the Internet to make free calls? Basics Use this document with the glossary A helper should take you through this guide Keeping in touch 4.3 Making calls on Skype How can I use the Internet to make free calls? Skype is a free service

More information

SE05: Getting Started with Cognex DataMan Bar Code Readers - Hands On Lab Werner Solution Expo April 8 & 9

SE05: Getting Started with Cognex DataMan Bar Code Readers - Hands On Lab Werner Solution Expo April 8 & 9 SE05: Getting Started with Cognex DataMan Bar Code Readers - Hands On Lab Werner Solution Expo April 8 & 9 Learning Goals: At the end of this lab, the student should have basic familiarity with the DataMan

More information

Quick Start Guide. SoundCTRL version 1.0. SoundCTRL System. For Ultrasonic Inspection and Equipment Condition Analysis QUICK START GUIDE

Quick Start Guide. SoundCTRL version 1.0. SoundCTRL System. For Ultrasonic Inspection and Equipment Condition Analysis QUICK START GUIDE SoundCTRL System QUICK START GUIDE Quick Start Guide SoundCTRL version 1.0 For Ultrasonic Inspection and Equipment Condition Analysis CTRL Systems, Inc. 1004 Littlestown Pike, Suite H Westminster, MD 21157

More information

Plena Voice Alarm System. Software Manual Configuration Software

Plena Voice Alarm System. Software Manual Configuration Software Plena Voice Alarm System en Software Manual Configuration Software Plena Voice Alarm System Software Manual Table of Contents en 3 Table of Contents Table of Contents...3 1. Introduction...7 1.1 Purpose...7

More information

Capacitive Touch Lab. Renesas Capacitive Touch Lab R8C/36T-A Family

Capacitive Touch Lab. Renesas Capacitive Touch Lab R8C/36T-A Family Renesas Capacitive Touch Lab R8C/36T-A Family Description: This lab will cover the Renesas Touch Solution for embedded capacitive touch systems. This lab will demonstrate how to setup and run a simple

More information

itunes Song Library and/or Music CD Conversion Software Installation & Operational Instructions

itunes Song Library and/or Music CD Conversion Software Installation & Operational Instructions itunes Song Library and/or Music CD Conversion Software Installation & Operational Instructions Copyright 2010 Southwestern Microsystems Inc. All rights reserved. Revision: B Dated: 5/22/2011 General Information

More information

Attendees. Joining a Training. GoToTraining User Guide

Attendees. Joining a Training. GoToTraining User Guide Attendees Joining a Training Attending a training requires registration. If you have registered through an invitation email or registration link, you will receive a confirmation email with a link to join

More information

Introduction to Simulink

Introduction to Simulink Introduction to Simulink MEEN 364 Simulink is a software package for modeling, simulating, and analyzing dynamical systems. It supports linear and nonlinear systems, modeled in continuous time, sampled

More information

Mbox Basics Guide. Version 6.7 for LE Systems on Windows XP or Mac OS X. Digidesign

Mbox Basics Guide. Version 6.7 for LE Systems on Windows XP or Mac OS X. Digidesign Mbox Basics Guide Version 6.7 for LE Systems on Windows XP or Mac OS X Digidesign 2001 Junipero Serra Boulevard Daly City, CA 94014-3886 USA tel: 650 731 6300 fax: 650 731 6399 Technical Support (USA)

More information

TouchKit Software User manual for Windows 7 Version: 5.10.5

TouchKit Software User manual for Windows 7 Version: 5.10.5 TouchKit Software User manual for Windows 7 Version: 5.10.5 TouchKit V5.10.5 0 CONTENT CHAPTER 1. INSTALLING TOUCHKIT 2 CHAPTER 2. USING TOUCHKIT UTILITY...9 2.1 General...9 2.2 Tool...11 2.3 Setting...14

More information

Virtual Office Remote Installation Guide

Virtual Office Remote Installation Guide Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...

More information

Download & Install Service Packs

Download & Install Service Packs KairosDonor How To Download & Install Service Packs Problem: How do you download and install a KairosDonor Service Pack upgrade? Solution: Basically, you download the Service Pack upgrade from the KairosDonor.com

More information

Virtual Desktop on any computer (incl. Desktop Bar Guide)

Virtual Desktop on any computer (incl. Desktop Bar Guide) Viewpoint School Virtual Desktop on any computer (incl. Desktop Bar Guide) 091214 Accessing Your Viewpoint Virtual Desktop on any Computer We are pleased to announce the availability of Viewpoint s new

More information

SENDING EMAILS & MESSAGES TO GROUPS

SENDING EMAILS & MESSAGES TO GROUPS SENDING EMAILS & MESSAGES TO GROUPS Table of Contents What is the Difference between Emails and Selltis Messaging?... 3 Configuring your Email Settings... 4 Sending Emails to Groups Option A: Tasks...

More information

How can I use the internet to make free calls?

How can I use the internet to make free calls? Keeping in touch 4.3 Making calls on Skype How can I use the internet to make free calls? Skype is a free service that enables anyone to make free voice or video calls between computers regardless of location.

More information

Recording Audio to a Flash Drive

Recording Audio to a Flash Drive Recording Audio to a Flash Drive 1. Turn on the main power supply. This is the Middle Atlantic power supply it is located near the bottom of the equipment rack. 2. Power on the Denon Recorder. 3. Watch

More information

Agilent Intuilink Software Installation

Agilent Intuilink Software Installation Agilent Intuilink Software Installation The Intuilink software allows you to access the Agilent equipment with your PC. This gives you the ability to import data, take a snapshot of the display and set

More information

Windows Movie Maker 2012

Windows Movie Maker 2012 Windows Movie Maker 2012 Open Windows Movie Maker A shortcut for Movie Maker should be on the desktop, but if it is not, you can search for the program by touching the right edge of the screen and swiping

More information

MixMeister EZ Converter Setup & Troubleshooting Contents:

MixMeister EZ Converter Setup & Troubleshooting Contents: MixMeister EZ Converter Setup & Troubleshooting Contents: Windows Vista and Windows 7 Setup Instructions... 2 Windows XP Setup Instructions... 4 Macintosh OSX - Setup Instructions... 6 Troubleshooting...

More information

UniFLOW Print and Copy Instructions for Students

UniFLOW Print and Copy Instructions for Students UniFLOW Print and Copy Instructions for Students Getting Started, Setting up your PIN Page 2 Purchasing Credits for printing and Photocopying Page 4 How to use the MFD Page 8 Photocopying Page 10 Printing

More information

Setting up and Using the Bluetooth Card

Setting up and Using the Bluetooth Card Setting up and Using the Bluetooth Card Cell Phone Instructions for Vanguard Plus and Essence VG Software Version 5.06 or higher * For Bluetooth Card instructions for a Vantage+ or Vanguard II with software

More information

Guidance for CPGs on use of IT equipment in the meeting rooms

Guidance for CPGs on use of IT equipment in the meeting rooms Guidance for CPGs on use of IT equipment in the meeting rooms The Code of Conduct states that MSPs, but not other members of CPGs, may make reasonable use of the Parliament s telephone, fax, photocopying,

More information

Dragon Solutions Using A Digital Voice Recorder

Dragon Solutions Using A Digital Voice Recorder Dragon Solutions Using A Digital Voice Recorder COMPLETE REPORTS ON THE GO USING A DIGITAL VOICE RECORDER Professionals across a wide range of industries spend their days in the field traveling from location

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

SMART Board User Guide for PC

SMART Board User Guide for PC SMART Board User Guide for PC What is it? The SMART Board is an interactive whiteboard available in an increasing number of classrooms at the University of Tennessee. While your laptop image is projected

More information

LabVIEW DSP Test Integration Toolkit for TI DSP

LabVIEW DSP Test Integration Toolkit for TI DSP LabVIEW DSP Test Integration Toolkit for TI DSP Contents The LabVIEW DSP Test Integration Toolkit for TI DSP gives you the ability to use LabVIEW and the TI Code Composer Studio (CCS) Integrated Development

More information