A user friendly toolbox for exploratory data analysis of underwater sound

Size: px
Start display at page:

Download "A user friendly toolbox for exploratory data analysis of underwater sound"

Transcription

1 A user friendly toolbox for exploratory data analysis of underwater sound Fernando J. Pires 1 and Victor Lobo 2, Member, IEEE Abstract The underwater acoustics research group at the Portuguese Naval academy has been working for some years on unsupervised classification of underwater sound [1-3]. Some software was developed using techniques developed by this group, but adapting the software developed during the research phase to the operational programs (that must be operated by less skilled personnel) proved to be difficult. So as to make the transition smoother, it was decided to use MATLAB both during the research phase and as development system for the operational program. By imposing some compliance rules during the exploratory phase, the same code can be seamlessly integrated with the operational program. Furthermore, the software developed constitutes a signal processing and classification toolbox that can be used by researchers or end-users with little effort. The toolbox is publicly available, and a tutorial was written so as to make the learning curve smoother. In this paper we present this toolbox, showing intended uses, available routines, and end-user programs. Index Terms Underwater acoustics, exploratory data analysis, Self-Organizing Maps, Spectograms I. INTRODUCTION HE underwater acoustics research group at the Portuguese T Naval academy has been working for some years on unsupervised classification of underwater sound [1-3] using Kohonen s Self-Organizing Maps (SOM) [4]. Thanks to the strong link to the Navy s submarine squadron, a operator-friendly program, incorporating many of our developments, was produced in 1998 [5]. This program, was written in C and compiled with Borland C++ 3.0, using a number of dedicated libraries. Although at the time it was a very powerful tool, it has proved to be hard to maintain by the research team, which tests most new ideas using MATLAB. The MATLAB environment has considerable advantages for researchers but, if care isn t taken, will lead to fragmented code that is hard to maintain, and normally requires considerable effort to port to the user version of the program, in C. Over the last year, we have overhauled the code and produced a streamlined MATLAB toolbox with all the 1 Fernando J. Pires (EE, MScEE, Eng.) is a Commander of the Portuguese Navy currently serving as department chair at the Portuguese Naval Academy. 2 Victor Lobo (PhD,MSc,Eng) is currently a civilian professor at the Portuguese Naval Academy. routines necessary for our exploratory data analysis. These routines are publicly available, with comments and a small tutorial that we hope will make them accessible to any researcher or graduate student. We also produced a userfriendly program, with a graphical user interface, that uses these routines to implement an operational data-analysis application that can be used aboard naval vessels by sonar operators. The possibility of using the same routines for research and for the operational program shortens the timeto-market enormously, reduces costs, and reduces drastically the number of bugs in the final version. The current version of the toolbox (and accompanying userfriendly program) includes: - Real-time visualization of the power spectra, using shorttime Fourier transforms - Real-time visualization of a SOM mapping of the sound (using SOMTOOLBOX for MATLAB [6]) - Training of a standard and modified SOM (using SOMTOOLBOX for MATLAB) - Feature extraction procedures. - Supervised classification of sound, using a pruned SOM [7]. Other features are still under development, such as almostreal-time visualization of spectra using time-frequency distributions [8]. In this paper, the program is presented with an example of its use on data recorder at an acoustic test tank. II. GENERAL DESCRIPTION This toolbox is aimed at researchers and end-users with an interest in capturing, analyzing, and classifying sounds with a common PC and a soundcard. If available, signal acquisition hardware may also be used. The sound source may be a sonar system, or a simple hobbyist hydrophone such as Dolphin Ear, or even pre-recorded sound files. Although intended for analyzing and classifying underwater sound, the system may be used for any type of sound, and is used in classrooms as an example of a signal processing and classification system. Usually it will be necessary to first record different sounds, and save them to disk. These sounds may be saved in several formats, namely raw acquisition data (.DAQ files), windows sound files (.WAV ) or processed feature vectors (in matlab s.mat files). During this recording, the user may

2 monitor the signal with a spectrogram visualization tool. The second step will usually involve the creation of a Self- Organizing Map [4], that will later be used to automatically classify the source of new sounds [5]. To construct this map, one must use the recorded sound files, or the processed feature vectors. In either case, a series of pre-processing techniques are automatically applied to the data. Finally, the trained SOM will be used to continuously classify the sound that is being received (either from real-time capture via a soundcard, or from a pre-recorded file). This toolbox is composed of three main graphical user interfaces (GUI) that constitute the front end to the individual MATLAB m-files that perform more specific tasks (see Fig.1). The first project in this area was named CEHIA, that are the initials in Portuguese for Classification of hydrophonic signals using artificial intelligence, and thus most of our programs use these initials in their name. The upper part of the panel has a SOM file field, where the user can check which map is selected. The selection and configuration of this component is done via the menu Configure SOM. The next field, named current class, is continuously updated to show the estimated class of the sound that is being received. This class is obtained with the pruened classifier, and for a more comprehensive classification the SOM visualization window should be used. CEHIA Record/read data Visualize spectra Visualize classification.wav (sound files).mat.daq (classification (log files) maps) CEHIA_FTOOLS CEHIA_BUILDMAPS.MAT Convert files Build SOMs (feature vectors) Build feature vectors Fig. 1 The main end-user programs, and their interaction. The contents, organization and user interaction are described in the following section. III. END USER PROGRAMS The end user programs can be compiled into stand-alone applications, and have a graphical user interface so that they may be used by people with no programming experience. Most users will only interact with the main CEHIA application, since it is with this program that real-time classifications and spectra visualizations are performed. The other programs will only be necessary to build new classification maps. The three main GUI s are: - CEHIA: front end for operational use - CEHIA_FTOOLS: front end for the file conversion tools - CEHIA_BUILDMAPS: front end for training SOM. A. CEHIA This is the main interface for the operator as shown in Fig.2. The configuration and control of the system is performed from this central location. Fig. 2. cehia main window. The middle left section groups all the capturing parameters which are to be set before starting a recording session (or Fig cehia Spectrogram visualization window (in top view mode). before playback of pre-recorded sessions). The bottom panel is used to select the source of the sounds to be used (either the real-time capture via the PC soundcard or a pre-recorded log) and the name of the file to be used for recording or reading.

3 Finally, the two large buttons on the right section are used to start and stop the operation which will work on the realtime data or on a log file recorded in a previous session. When in capture or playback mode, the spectrogram of the signal received is shown in a separate window (see Fig.3). A visualization of the SOM, where a yellow blinking circle identifies the signal that is being received, is also presented to the user, as shown in Fig.4. for the SOM. Some default values are given, but the user may change them. After training, the system will show the U- Matrix obtained [9], and allow both automatic and manual labeling of the SOM units. Finally, the user may prune the SOM and/or select only certain SOM units to form a fast prototype based classifier. This prototype based classifier can then be used by CEHIA for a quick classification of the sound being received. Fig cehia SOM visualization window. The colored areas correspond to known sounds, and the yellow circle identifies the sound currently begin captured as belonging to a certain group (in this case, dark blue). B. CEHIA_FTOOLS This GUI (see Fig.5) is used to convert between the three formats used in this toolbox: - Data acquisition log files (.DAQ files). - Windows sound files (.WAV files) - Feature Vector Matrix files (.MAT files) The main CEHIA tool uses log files both for capture logging and for file reading, while the SOM utilities use feature vector files. The.wav format is convenient for playing the sounds via the PC s sound system or for capturing feature vector from sounds recorded in this format. The upper section is used to identify the files used as original source and final destination, and to supply parameters for vector processing. In the middle panel the user selects which conversion is to be performed. The bottom buttons are used to actually perform the selected conversion and to close the tool. C. SOM_buildmaps This GUI is used to build classification maps, that are in fact Self-Organizing Maps [4]. The user will start by selecting files that contain feature vectors of different sounds. He will then be prompted to give a label (i.e. a name) to the source of that data, and to select the color with which it will be represented. The main window will show which data files have been included, and how many feature vectors where available in each. The next step consists in specifying the training parameters Fig. 5. Cehia_ftools interface. IV. MATLAB ROUTINES A number of Matlab routines are made available to the expert user/researcher. These routines are used by the main tools and can be used to perform specific tasks outside of this toolbox, or modified as needed. Each m-file corresponds to a Matlab function that can be called from an external program and includes all the internal (private) functions that should not be directly accessed from the outside of the main function. Some global variables have to be used to store information that has to be used by functions executed under the timer s control or to pass handle information that otherwise would be lost. A. Ceh_IO This function aggregates all low-level Input/Output interface with the source of the data to be used by the main CEHIA tool. The source can be either the sound card of the PC or a *.DAQ file recorded in a previous session.

4 When capturing from the sound card, the function initializes the device and sets all the appropriate parameters for the session. All captured data is recorded in a log file, at a rate set by the AQ.sr Sampling Rate parameter. A timer is set to take regularly spaced sample vectors from this capture stream, by means of a call to the function ceh_rv. The interval between vector samples is set by the parameter AQ.ri Refresh Interval. When reading from a file, the process is essentially the same and a timer is used to set a regular capture that mimics the behavior of the capture process. B. Ceh_RV This function reads a new time vector from a specified source (sound card or a file) and builds the corresponding feature vector. There is a global variable AQ used to store all the parameters for the session that has to be properly instantiated beforehand (in normal operation this is done by ceh_io ). In regular use this function is called by a timer at regular intervals corresponding to the Refresh Interval parameter. This function makes use of the routine ceh_tv2fv which takes care of the conversion of a time vector into a feature vector. C. Ceh_tv2fv This function performs the conversion of a time vector into a feature vector. A feature vector is a frequency space representation of the signal that originated the time vector. The transformation is done by first dividing the time vector into a number of windows as set by AQ.nw. These windows are overlapped by a factor of 50% which is a commonly used value. For each window an FFT is taken resulting in its complex spectral content. Since we are only interested in the positive component of the spectrum, the upper half of the vector is not relevant. Additionally, there is the option of retaining only a part of the available frequencies (bottom few frequencies), by performing a downsample of the frequency vector as set by the AQ.ds Downsampling Factor 3. The result is a feature vector with AQ.nf Number of Features size, representing the power content of the first frequency components of the signal. D. Ceh_daq2fvm This function performs the conversion of a time vector into a feature vector. A feature vector is a frequency space representation of the signal that originated the time vector. 3 This downsampling operation is needed when we are only interested in retain frequencies up to a value that is lower than that resulting from the Nyquist frequency obtained from the sampling process. Since sound cards and capture devices in general are limited to specific sampling frequencies, one has to use this technique to obtain the desired frequencies while retaining the number of features. E. Ceh_inspectMap This function allows the user to select a unit of the SOM, using the mouse, and to inspect and change it s characteristics. F. Ceh_showFV This function maps a new feature vector onto a SOM, without using the CEHIA environment variables. G. Ceh_VIS_SOM This function shows the SOM maps and updates it by mapping a new feature vector. H. Ceh_VIS_SPEC This function shows an updated spectrogram of the sound that is being received. V. TUTORIAL A detailed tutorial is available at the project s website, but a short overview is given here. We propose two different problems. One uses pre-recorded that was actually obtained with a hydrophone. The other uses sound from a DTMF telephone, so that the user may test it in real time in any common office. For the first problem, the site has.wav files containing recordings of the sounds produced by 4 different outboard motors, recorded at an acoustical tank. To analyze this data we need to perform the following steps: 1- Use some recordings of each motor to obtain feature vectors with the CEHIA_FTOOLS program 2- Use the feature vector files to obtain a SOM with the CEHIA_BUILDMAP. 3- Using the CEHIA program play the sound files and see if each sound is correctly classified by the SOM. For the other problem, the user will record training data from a common telephone (that supports DTMF), and then use the CEHIA program (and a microphone) to identify which key is being pressed. To do this the user must perform the following steps: 1- Use the CEHIA to record the sound produced by different keys. 2- Use those recordings to obtain feature vectors with the CEHIA_FTOOLS program 3- Use the feature vector files to obtain a SOM with the CEHIA_BUILDMAP. 4- Using the CEHIA program and the SOM trained in the previous step, press different keys in the telephone, and observe how the program is able to identify which key is being pressed

5 VI. CONCLUSIONS A short description of the MATLAB toolbox and end-user programs developed at the Portuguese Naval Academy by the underwater acoustics group was given. By using the MATLAB programming language both for research and production of the final version the development cycle was shortened considerably, and it became possible to give end-users the latest improvements of the research team. The toolbox, along with the tutorial, is available at ACKNOWLEDGMENTS The authors thank the Portuguese Science and Technology Foundation (FCT) that has sponsored the group with the research grant POCI/MAR/61190/2004, as well as the students that helped develop some of the software presented, and the Naval Academy s command. REFERENCES [1] V. Lobo and F. Moura-Pires, "Ship noise classification using Kohonen Networks," presented at EANN 95, Helsinki, Finland, [2] P. M. Oliveira, V. J. Lobo, V. Barroso, and F. Moura-Pires, "Detection and Classification of Underwater Transients with Data Driven Methods Based on Time-Frequency Distributions and Non- Parametric Classifiers," presented at MTS/IEEE Oceans'02, Biloxi, Mississipi, USA, [3] V. Lobo, N. Bandeira, and F. Moura-Pires, "Distributed Kohonen networks for Passive Sonar Based Classification," presented at FUSION 98, Las Vegas, NV, USA, [4] T. Kohonen, Self-Organizing Maps, 3rd ed. Berlin-Heidelberg: Springer, [5] V. Lobo, N. Bandeira, and F. Moura-Pires, "Ship Recognition using Distributed Self Organizing Maps,," presented at EANN 98, Gibraltar, [6] J. Vesanto, J. Himberg, E. Alhoniemi, and J. Parhankangas, "SOM Toolbox for Matlab 5," Helsinki University of Technology, Espoo A57, April [7] V. Lobo, R. Swiniarski, and F. Moura-Pires, "Pruning a classifier based on a Self-Organizing Map using Boolean function formalization," presented at WCCI - World Conference on Computational Intelligence, Anchorage, Alaska, USA, [8] P. M. d. Oliveira and V. Barroso, "On the concept of instantaneous frequency," presented at International Confererence on Acoustics, Speech and Signal Processing ICASSP98, Washington, [9] A. Ultsch and H. P. Simeon, "Exploratory Data Analysis Using Kohonen Networks on Transputers," Department of Computer Science, University of Dormund, FRG Bericht Nr.329, December

From IP port numbers to ADSL customer segmentation

From IP port numbers to ADSL customer segmentation From IP port numbers to ADSL customer segmentation F. Clérot France Télécom R&D Overview ADSL customer segmentation: why? how? Technical approach and synopsis Data pre-processing The many faces of a Kohonen

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

On the use of Three-dimensional Self-Organizing Maps for Visualizing Clusters in Geo-referenced Data

On the use of Three-dimensional Self-Organizing Maps for Visualizing Clusters in Geo-referenced Data On the use of Three-dimensional Self-Organizing Maps for Visualizing Clusters in Geo-referenced Data Jorge M. L. Gorricha and Victor J. A. S. Lobo CINAV-Naval Research Center, Portuguese Naval Academy,

More information

Structural Health Monitoring Tools (SHMTools)

Structural Health Monitoring Tools (SHMTools) Structural Health Monitoring Tools (SHMTools) Getting Started LANL/UCSD Engineering Institute LA-CC-14-046 c Copyright 2014, Los Alamos National Security, LLC All rights reserved. May 30, 2014 Contents

More information

Using Smoothed Data Histograms for Cluster Visualization in Self-Organizing Maps

Using Smoothed Data Histograms for Cluster Visualization in Self-Organizing Maps Technical Report OeFAI-TR-2002-29, extended version published in Proceedings of the International Conference on Artificial Neural Networks, Springer Lecture Notes in Computer Science, Madrid, Spain, 2002.

More information

Robotic Sensing. Guiding Undergraduate Research Projects. Arye Nehorai

Robotic Sensing. Guiding Undergraduate Research Projects. Arye Nehorai Department of Electrical & Systems Engineering Robotic Sensing Guiding Undergraduate Research Projects Arye Nehorai Center for Sensor Signal and Information Processing (CSSIP Signal Processing Innovations

More information

Establishing the Uniqueness of the Human Voice for Security Applications

Establishing the Uniqueness of the Human Voice for Security Applications Proceedings of Student/Faculty Research Day, CSIS, Pace University, May 7th, 2004 Establishing the Uniqueness of the Human Voice for Security Applications Naresh P. Trilok, Sung-Hyuk Cha, and Charles C.

More information

Dialplate Receptionist Console Version 3.0.0.3

Dialplate Receptionist Console Version 3.0.0.3 En Dialplate Receptionist Console Version 3.0.0.3 Configuration Manual TABLE OF CONTENTS Table of contents... 2 Accessing configuration panel... 2 General panel... 4 Account list... 4 Tabs... 5 Behaviour...

More information

P300 Spelling Device with g.usbamp and Simulink V3.12.03. Copyright 2012 g.tec medical engineering GmbH

P300 Spelling Device with g.usbamp and Simulink V3.12.03. Copyright 2012 g.tec medical engineering GmbH g.tec medical engineering GmbH 4521 Schiedlberg, Sierningstrasse 14, Austria Tel.: (43)-7251-22240-0 Fax: (43)-7251-22240-39 office@gtec.at, http://www.gtec.at P300 Spelling Device with g.usbamp and Simulink

More information

EDM SOFTWARE ENGINEERING DATA MANAGEMENT SOFTWARE

EDM SOFTWARE ENGINEERING DATA MANAGEMENT SOFTWARE EDM SOFTWARE ENGINEERING DATA MANAGEMENT SOFTWARE MODERN, UPATED INTERFACE WITH INTUITIVE LAYOUT DRAG & DROP SCREENS, GENERATE REPORTS WITH ONE CLICK, AND UPDATE SOFTWARE ONLINE ipad APP VERSION AVAILABLE

More information

Shimadzu UV-VIS User s Guide

Shimadzu UV-VIS User s Guide Shimadzu UV-VIS User s Guide 1) Push the F4 button on the UV-VIS instrument keypad. This will enable PC control. Push the F4 Button 2) Log into the UV-VIS software with your username and password. 3) After

More information

ENERGY RESEARCH at the University of Oulu. 1 Introduction Air pollutants such as SO 2

ENERGY RESEARCH at the University of Oulu. 1 Introduction Air pollutants such as SO 2 ENERGY RESEARCH at the University of Oulu 129 Use of self-organizing maps in studying ordinary air emission measurements of a power plant Kimmo Leppäkoski* and Laura Lohiniva University of Oulu, Department

More information

EasyC. Programming Tips

EasyC. Programming Tips EasyC Programming Tips PART 1: EASYC PROGRAMMING ENVIRONMENT The EasyC package is an integrated development environment for creating C Programs and loading them to run on the Vex Control System. Its Opening

More information

Visualization of Breast Cancer Data by SOM Component Planes

Visualization of Breast Cancer Data by SOM Component Planes International Journal of Science and Technology Volume 3 No. 2, February, 2014 Visualization of Breast Cancer Data by SOM Component Planes P.Venkatesan. 1, M.Mullai 2 1 Department of Statistics,NIRT(Indian

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

Aircraft cabin noise synthesis for noise subjective analysis

Aircraft cabin noise synthesis for noise subjective analysis Aircraft cabin noise synthesis for noise subjective analysis Bruno Arantes Caldeira da Silva Instituto Tecnológico de Aeronáutica São José dos Campos - SP brunoacs@gmail.com Cristiane Aparecida Martins

More information

Option nv, Gaston Geenslaan 14, B-3001 Leuven Tel +32 16 317 411 Fax +32 16 207 164 http://www.option.com Page 1 of 14

Option nv, Gaston Geenslaan 14, B-3001 Leuven Tel +32 16 317 411 Fax +32 16 207 164 http://www.option.com Page 1 of 14 Page 1 of 14 ! " #!"#$ % &&' Page 2 of 14 1 INTRODUCTION One of the highly desirable features of the GlobeSurfer III device is the ability to network together Printers and External Hard Disk drives (aka

More information

SL1100 Digital Call Logger User Guide

SL1100 Digital Call Logger User Guide SL1100 Digital Call Logger User Guide NDA-31389 Issue 1.01 NEC Corporation reserves the right to change the specifications, functions, or features at any time without notice. NEC Corporation has prepared

More information

Period04 User Guide. Abstract. 1 Introduction. P. Lenz, M. Breger

Period04 User Guide. Abstract. 1 Introduction. P. Lenz, M. Breger Comm. in Asteroseismology Vol. 146, 2005 Period04 User Guide P. Lenz, M. Breger Department of Astronomy, Univ. Vienna, Türkenschanzstrasse 17, 1180 Vienna, Austria Abstract Period04, an extended version

More information

LICENSE4J FLOATING LICENSE SERVER USER GUIDE

LICENSE4J FLOATING LICENSE SERVER USER GUIDE LICENSE4J FLOATING LICENSE SERVER USER GUIDE VERSION 4.5.5 LICENSE4J www.license4j.com Table of Contents Getting Started... 2 Floating License Usage... 2 Installation... 4 Windows Installation... 4 Linux

More information

AB-Clock. Manual. Copyright 1996-2004 by GRAHL software design

AB-Clock. Manual. Copyright 1996-2004 by GRAHL software design Manual Contents Contents Welcome! 4 4... The AB-Clock Menu 4... AB-Clock Settings 5... Start and Exit AB-Clock 5 Start AB-Clock... 5 Exit AB-Clock... 5 Start Parameters... 6 Procedures... 6 How to... run

More information

ELAD FDM-SW1 USER MANUAL. Ver. 1.0

ELAD FDM-SW1 USER MANUAL. Ver. 1.0 ELAD FDM-SW1 USER MANUAL Ver. 1.0 Index 1 FDM-SW1 Overview... 4 2 Graphical User Interface (GUI)... 5 2.1 Display Window... 6 2.1.1 Filter Spectrum... 6 2.1.2 Click Options... 7 2.1.3 Graphics Settings...

More information

Package Contents. D-Link DSN-3200/3400 Installation Guide. DSN-3200/3400 xstack Storage Area Network (SAN) Array. CD-ROM with User Guide.

Package Contents. D-Link DSN-3200/3400 Installation Guide. DSN-3200/3400 xstack Storage Area Network (SAN) Array. CD-ROM with User Guide. Package Contents DSN-3200/3400 xstack Storage Area Network (SAN) Array CD-ROM with User Guide Keys Rack mount Rails Power Cables Hardware and Screws 2 If any of the above items are missing, please contact

More information

Machine Learning with MATLAB David Willingham Application Engineer

Machine Learning with MATLAB David Willingham Application Engineer Machine Learning with MATLAB David Willingham Application Engineer 2014 The MathWorks, Inc. 1 Goals Overview of machine learning Machine learning models & techniques available in MATLAB Streamlining the

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

Data Mining and Neural Networks in Stata

Data Mining and Neural Networks in Stata Data Mining and Neural Networks in Stata 2 nd Italian Stata Users Group Meeting Milano, 10 October 2005 Mario Lucchini e Maurizo Pisati Università di Milano-Bicocca mario.lucchini@unimib.it maurizio.pisati@unimib.it

More information

DAS202Tools v1.0.0 for DAS202 Operating Manual

DAS202Tools v1.0.0 for DAS202 Operating Manual DAS202Tools v1.0.0 for DAS202 Operating Manual DAT102Tools 1.0.0 Manual Table of context 2 Table of Contents 1 General Information... 3 2 PC... Configuration Requirements 3 3 Software Installation... 3

More information

COOKBOOK. for. Aristarchos Transient Spectrometer (ATS)

COOKBOOK. for. Aristarchos Transient Spectrometer (ATS) NATIONAL OBSERVATORY OF ATHENS Institute for Astronomy, Astrophysics, Space Applications and Remote Sensing HELMOS OBSERVATORY COOKBOOK for Aristarchos Transient Spectrometer (ATS) P. Boumis, J. Meaburn,

More information

1.1.1 Event-based analysis

1.1.1 Event-based analysis (Automatically) Classifying (Bat) Sound Recordings This document describes how large numbers of.wav files (that have been produced by automated acoustic monitoring systems) can automatically be scanned

More information

A Discussion on Visual Interactive Data Exploration using Self-Organizing Maps

A Discussion on Visual Interactive Data Exploration using Self-Organizing Maps A Discussion on Visual Interactive Data Exploration using Self-Organizing Maps Julia Moehrmann 1, Andre Burkovski 1, Evgeny Baranovskiy 2, Geoffrey-Alexeij Heinze 2, Andrej Rapoport 2, and Gunther Heidemann

More information

Use Data Budgets to Manage Large Acoustic Datasets

Use Data Budgets to Manage Large Acoustic Datasets Use Data Budgets to Manage Large Acoustic Datasets Introduction Efforts to understand the health of the ocean have increased significantly in the recent past. These efforts involve among other things,

More information

Artificial Neural Network for Speech Recognition

Artificial Neural Network for Speech Recognition Artificial Neural Network for Speech Recognition Austin Marshall March 3, 2005 2nd Annual Student Research Showcase Overview Presenting an Artificial Neural Network to recognize and classify speech Spoken

More information

Manual Analysis Software AFD 1201

Manual Analysis Software AFD 1201 AFD 1200 - AcoustiTube Manual Analysis Software AFD 1201 Measurement of Transmission loss acc. to Song and Bolton 1 Table of Contents Introduction - Analysis Software AFD 1201... 3 AFD 1200 - AcoustiTube

More information

User Manual. Call Center - Agent Assistant Application

User Manual. Call Center - Agent Assistant Application User Manual Call Center Agent Assistant Application Release 9.1 April 2013 Legal notice: Alcatel, Lucent, AlcatelLucent and the AlcatelLucent logo are trademarks of AlcatelLucent. All other trademarks

More information

ROBOTRACKER A SYSTEM FOR TRACKING MULTIPLE ROBOTS IN REAL TIME. by Alex Sirota, alex@elbrus.com

ROBOTRACKER A SYSTEM FOR TRACKING MULTIPLE ROBOTS IN REAL TIME. by Alex Sirota, alex@elbrus.com ROBOTRACKER A SYSTEM FOR TRACKING MULTIPLE ROBOTS IN REAL TIME by Alex Sirota, alex@elbrus.com Project in intelligent systems Computer Science Department Technion Israel Institute of Technology Under the

More information

CONCEPT-II. Overview of demo examples

CONCEPT-II. Overview of demo examples CONCEPT-II CONCEPT-II is a frequency domain method of moment (MoM) code, under development at the Institute of Electromagnetic Theory at the Technische Universität Hamburg-Harburg (www.tet.tuhh.de). Overview

More information

What is LOG Storm and what is it useful for?

What is LOG Storm and what is it useful for? What is LOG Storm and what is it useful for? LOG Storm is a high-speed digital data logger used for recording and analyzing the activity from embedded electronic systems digital bus and data lines. It

More information

NETWORK-BASED INTRUSION DETECTION USING NEURAL NETWORKS

NETWORK-BASED INTRUSION DETECTION USING NEURAL NETWORKS 1 NETWORK-BASED INTRUSION DETECTION USING NEURAL NETWORKS ALAN BIVENS biven@cs.rpi.edu RASHEDA SMITH smithr2@cs.rpi.edu CHANDRIKA PALAGIRI palgac@cs.rpi.edu BOLESLAW SZYMANSKI szymansk@cs.rpi.edu MARK

More information

Working with SQL Server Integration Services

Working with SQL Server Integration Services SQL Server Integration Services (SSIS) is a set of tools that let you transfer data to and from SQL Server 2005. In this lab, you ll work with the SQL Server Business Intelligence Development Studio to

More information

Ericsson T18s Voice Dialing Simulator

Ericsson T18s Voice Dialing Simulator Ericsson T18s Voice Dialing Simulator Mauricio Aracena Kovacevic, Anna Dehlbom, Jakob Ekeberg, Guillaume Gariazzo, Eric Lästh and Vanessa Troncoso Dept. of Signals Sensors and Systems Royal Institute of

More information

REMOTE DESKTOP SETUP INSTRUCTIONS

REMOTE DESKTOP SETUP INSTRUCTIONS REMOTE DESKTOP SETUP INSTRUCTIONS 1. Setting up your work desktop to allow Remote Desktop connectivity Windows does not have this feature enabled by default, so we will go through the steps on how to enable

More information

1 ImageBrowser Software Guide

1 ImageBrowser Software Guide 1 ImageBrowser Software Guide Table of Contents (1/2) Chapter 1 Try It! ImageBrowser Starting ImageBrowser -------------------------------------------------- 4 Importing Images to Your Computer ---------------------------------

More information

Quick-Start Guide. Remote Surveillance & Playback SUPER DVR MONITORING SOFTWARE. For use on Q-See s QSDT series of PC Securitiy Surveillance Cards

Quick-Start Guide. Remote Surveillance & Playback SUPER DVR MONITORING SOFTWARE. For use on Q-See s QSDT series of PC Securitiy Surveillance Cards Quick-Start Guide SUPER DVR MONITORING SOFTWARE Remote Surveillance & Playback For use on Q-See s QSDT series of PC Securitiy Surveillance Cards 2 CONFIGURING ROUTER FOR REMOTE ACCESS REMOTE SURVEILLANCE

More information

How to operate the BD FACSCanto flow cytometer

How to operate the BD FACSCanto flow cytometer How to operate the BD FACSCanto flow cytometer Preface Dear colleague, the BD FACSCanto flow cytometer is use to operate, however, it is a delicate instrument for measuring fluorescence of single cells.

More information

Recording Supervisor Manual Presence Software

Recording Supervisor Manual Presence Software Presence Software Version 9.2 Date: 09/2014 2 Contents... 3 1. Introduction... 4 2. Installation and configuration... 5 3. Presence Recording architectures Operating modes... 5 Integrated... with Presence

More information

Network Video Monitor Software

Network Video Monitor Software Network Video Monitor Software V1.0.0.0 Operation menu Chapter 1 Product Overview 1.1 Performance instruction Network video monitoring software is a centralized management tool for I8 protocol surveillance

More information

KViewCenter Software User Manual 2012 / 04 / 20 Version 2.2.1.0

KViewCenter Software User Manual 2012 / 04 / 20 Version 2.2.1.0 KViewCenter Software User Manual 2012 / 04 / 20 Version 2.2.1.0 Table of Contents Chapter 1. KViewCenter Interface... 5 1.1. Log in.... 5 1.2. Log out... 5 1.3. Control Panel... 6 1.4. Control Panel (Preview

More information

DocAve 4.1 Backup User Guide

DocAve 4.1 Backup User Guide September 2007 DocAve 4.1 Backup User Guide Additional user guides available at http://www.avepoint.com/support AvePoint DocAve TM 4.1 Enterprise Backup User Guide 1 Copyright 2001-2007 AvePoint, Inc.

More information

Mouse Control using a Web Camera based on Colour Detection

Mouse Control using a Web Camera based on Colour Detection Mouse Control using a Web Camera based on Colour Detection Abhik Banerjee 1, Abhirup Ghosh 2, Koustuvmoni Bharadwaj 3, Hemanta Saikia 4 1, 2, 3, 4 Department of Electronics & Communication Engineering,

More information

Jump Start: Aspen HYSYS Dynamics V7.3

Jump Start: Aspen HYSYS Dynamics V7.3 A Brief Tutorial (and supplement to training and online documentation) Glenn Dissinger, Product Director, Aspen Technology, Inc. Julie Levine, Associate Product Marketing Professional, Aspen Technology,

More information

Intelligent Data Mining for Turbo-Generator Predictive Maintenance: An Approach in Real-World

Intelligent Data Mining for Turbo-Generator Predictive Maintenance: An Approach in Real-World Intelligent Data Mining for Turbo-Generator Predictive Maintenance: An Approach in Real-World Alexandre Pellicel 1, Gonçalo Cássio 1, Marco Aurélio A. Lopes 1, Luiz Eduardo Borges da Silva 2, Erik Leandro

More information

As you look at an imac you will notice that there are no buttons on the front of the machine as shown in figure 1.

As you look at an imac you will notice that there are no buttons on the front of the machine as shown in figure 1. Apple imac When you first sit down to use an Apple Macintosh Computer, or Mac for short, you may seem intimidated by using something other than Microsoft Windows, but once you use a Mac, you might find

More information

Instrument Software Update Instructions. Keysight X-Series Signal Analyzers (PXA/MXA/EXA/CXA) Upgrading an older version to A.12.

Instrument Software Update Instructions. Keysight X-Series Signal Analyzers (PXA/MXA/EXA/CXA) Upgrading an older version to A.12. Instrument Software Update Instructions Keysight X-Series Signal Analyzers (PXA/MXA/EXA/CXA) Purpose Upgrading an older version to A.12.09 and above The purpose of this document is to outline the instrument

More information

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

EE289 Lab Fall 2009. LAB 4. Ambient Noise Reduction. 1 Introduction. 2 Simulation in Matlab Simulink 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

More information

Matlab GUI for WFB spectral analysis

Matlab GUI for WFB spectral analysis Matlab GUI for WFB spectral analysis Jan Nováček Department of Radio Engineering K13137, CTU FEE Prague Abstract In the case of the sound signals analysis we usually use logarithmic scale on the frequency

More information

Smoke Density Monitor application documentation

Smoke Density Monitor application documentation Smoke Density Monitor application documentation Navigating the User interface Fig. 1 Screen shot of the application layout. Description Graphical Monitor Data Browser Trending Graph Alarm View Create Report

More information

WEB TRADER USER MANUAL

WEB TRADER USER MANUAL WEB TRADER USER MANUAL Web Trader... 2 Getting Started... 4 Logging In... 5 The Workspace... 6 Main menu... 7 File... 7 Instruments... 8 View... 8 Quotes View... 9 Advanced View...11 Accounts View...11

More information

Data topology visualization for the Self-Organizing Map

Data topology visualization for the Self-Organizing Map Data topology visualization for the Self-Organizing Map Kadim Taşdemir and Erzsébet Merényi Rice University - Electrical & Computer Engineering 6100 Main Street, Houston, TX, 77005 - USA Abstract. The

More information

Using Avaya Flare Experience for Windows

Using Avaya Flare Experience for Windows Using Avaya Flare Experience for Windows Release 9.0 Issue 02.01 September 2013 Contents Chapter 1: About Flare Experience... 5 About Flare Experience... 5 Main window... 6 Button descriptions... 10 Chapter

More information

Greenplum Database (software-only environments): Greenplum Database (4.0 and higher supported, 4.2.1 or higher recommended)

Greenplum Database (software-only environments): Greenplum Database (4.0 and higher supported, 4.2.1 or higher recommended) P/N: 300-014-087 Rev: A01 Updated: April 3, 2012 Welcome to Command Center Command Center is a management tool for the Big Data Platform. Command Center monitors system performance metrics, system health,

More information

FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW

FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW Wei Lin Department of Biomedical Engineering Stony Brook University Instructor s Portion Summary This experiment requires the student to

More information

Package Contents. D-Link DSN-3200/3400 Installation Guide. DSN-3200/3400 xstack Storage Area Network (SAN) Array. CD-ROM with User Guide.

Package Contents. D-Link DSN-3200/3400 Installation Guide. DSN-3200/3400 xstack Storage Area Network (SAN) Array. CD-ROM with User Guide. Package Contents DSN-3200/3400 xstack Storage Area Network (SAN) Array CD-ROM with User Guide Keys Rack mount Rails Power Cables Hardware and Screws 2 If any of the above items are missing, please contact

More information

Quick Help Guide (via SRX-Pro Remote)

Quick Help Guide (via SRX-Pro Remote) Quick Help Guide (via SRX-Pro Remote) 2012 i³ International Inc. The contents of this user manual are protected under copyright and computer program laws. Page 2 SRX-Pro Remote - Quick Help Guide Logging

More information

ComTool Tool for managing parametric controllers

ComTool Tool for managing parametric controllers ComTool Tool for managing parametric controllers User manual 2 IMPORTANT WARNINGS BEFORE INSTALLING OR HANDLING THE DEVICE PLEASE CAREFULLY READ AND FOLLOW THE INSTRUCTIONS DESCRIBED IN THIS MANUAL. The

More information

OPTOFORCE DATA VISUALIZATION 3D

OPTOFORCE DATA VISUALIZATION 3D U S E R G U I D E - O D V 3 D D o c u m e n t V e r s i o n : 1. 1 B E N E F I T S S Y S T E M R E Q U I R E M E N T S Analog data visualization Force vector representation 2D and 3D plot Data Logging

More information

Monitoring Network DMN

Monitoring Network DMN Monitoring Network DMN User Manual Table of contents Table of contents... 2 1. Product features and capabilities... 3 2. System requirements... 5 3. Getting started with the software... 5 3-1 Installation...

More information

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING EFFICIENT DATA PRE-PROCESSING FOR DATA MINING USING NEURAL NETWORKS JothiKumar.R 1, Sivabalan.R.V 2 1 Research scholar, Noorul Islam University, Nagercoil, India Assistant Professor, Adhiparasakthi College

More information

CompleteView Alarm Client User Manual. CompleteView Version 4.3

CompleteView Alarm Client User Manual. CompleteView Version 4.3 CompleteView Alarm Client User Manual CompleteView Version 4.3 Table of Contents Introduction...1 Overview... 2 System Requirements... 2 Configuration...3 Starting the Alarm Client... 3 Menus... 3 File

More information

SQL 2012 Installation Guide. Manually installing an SQL Server 2012 instance

SQL 2012 Installation Guide. Manually installing an SQL Server 2012 instance SQL 2012 Installation Guide Manually installing an SQL Server 2012 instance Fig 1.2 Fig 1.1 Installing SQL Server Any version and edition of Microsoft SQL Server above 2000 is supported for use with the

More information

Designing a Schematic and Layout in PCB Artist

Designing a Schematic and Layout in PCB Artist Designing a Schematic and Layout in PCB Artist Application Note Max Cooper March 28 th, 2014 ECE 480 Abstract PCB Artist is a free software package that allows users to design and layout a printed circuit

More information

Semester Thesis Traffic Monitoring in Sensor Networks

Semester Thesis Traffic Monitoring in Sensor Networks Semester Thesis Traffic Monitoring in Sensor Networks Raphael Schmid Departments of Computer Science and Information Technology and Electrical Engineering, ETH Zurich Summer Term 2006 Supervisors: Nicolas

More information

Asset Track Getting Started Guide. An Introduction to Asset Track

Asset Track Getting Started Guide. An Introduction to Asset Track Asset Track Getting Started Guide An Introduction to Asset Track Contents Introducing Asset Track... 3 Overview... 3 A Quick Start... 6 Quick Start Option 1... 6 Getting to Configuration... 7 Changing

More information

Carla Simões, t-carlas@microsoft.com. Speech Analysis and Transcription Software

Carla Simões, t-carlas@microsoft.com. Speech Analysis and Transcription Software Carla Simões, t-carlas@microsoft.com Speech Analysis and Transcription Software 1 Overview Methods for Speech Acoustic Analysis Why Speech Acoustic Analysis? Annotation Segmentation Alignment Speech Analysis

More information

Upgrading from Call Center Reporting to Reporting for Contact Center. BCM Contact Center

Upgrading from Call Center Reporting to Reporting for Contact Center. BCM Contact Center Upgrading from Call Center Reporting to Reporting for Contact Center BCM Contact Center Document Number: NN40010-400 Document Status: Standard Document Version: 02.00 Date: June 2006 Copyright Nortel Networks

More information

A Custom-made MATLAB Based Software to Manage Leakage Current Waveforms

A Custom-made MATLAB Based Software to Manage Leakage Current Waveforms ETASR - Engineering, Technology & Applied Science Research Vol. 1, o.2, 2011, 36-42 36 A Custom-made MATLAB Based Software to Manage Leakage Current Waveforms Dionisios Pylarinos High Voltage Lab University

More information

Kramer Electronics, Ltd. Site-CTRL and Web Access Online User Guide (Documentation Revision 2)

Kramer Electronics, Ltd. Site-CTRL and Web Access Online User Guide (Documentation Revision 2) Kramer Electronics, Ltd. Site-CTRL and Web Access Online User Guide (Documentation Revision 2) Software Version 1.9. 2902 To check that you have the latest version, go to the DOWNLOADS section of our Web

More information

Hierarchical Clustering Analysis

Hierarchical Clustering Analysis Hierarchical Clustering Analysis What is Hierarchical Clustering? Hierarchical clustering is used to group similar objects into clusters. In the beginning, each row and/or column is considered a cluster.

More information

In: Proceedings of RECPAD 2002-12th Portuguese Conference on Pattern Recognition June 27th- 28th, 2002 Aveiro, Portugal

In: Proceedings of RECPAD 2002-12th Portuguese Conference on Pattern Recognition June 27th- 28th, 2002 Aveiro, Portugal Paper Title: Generic Framework for Video Analysis Authors: Luís Filipe Tavares INESC Porto lft@inescporto.pt Luís Teixeira INESC Porto, Universidade Católica Portuguesa lmt@inescporto.pt Luís Corte-Real

More information

RX-6 Six In - One Out All in One Receive Antenna Switch Local and Remote Control System RX6ACI User Manual Version 2.1

RX-6 Six In - One Out All in One Receive Antenna Switch Local and Remote Control System RX6ACI User Manual Version 2.1 Universal Device Control Systems www.udcsys.com RX-6 Six In - One Out All in One Receive Antenna Switch Local and Remote Control System RX6ACI User Manual Version 2.1 May, 2014 Universal Device Control

More information

ImagineWorldClient Client Management Software. User s Manual. (Revision-2)

ImagineWorldClient Client Management Software. User s Manual. (Revision-2) ImagineWorldClient Client Management Software User s Manual (Revision-2) (888) 379-2666 US Toll Free (905) 336-9665 Phone (905) 336-9662 Fax www.videotransmitters.com 1 Contents 1. CMS SOFTWARE FEATURES...4

More information

LabVIEW Day 1 Basics. Vern Lindberg. 1 The Look of LabVIEW

LabVIEW Day 1 Basics. Vern Lindberg. 1 The Look of LabVIEW LabVIEW Day 1 Basics Vern Lindberg LabVIEW first shipped in 1986, with very basic objects in place. As it has grown (currently to Version 10.0) higher level objects such as Express VIs have entered, additional

More information

NAS 107 Introduction to Control Center

NAS 107 Introduction to Control Center NAS 107 Introduction to Control Center Perform basic management on your NAS using Control Center A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you should be able to: 1. Use

More information

CHAPTER 2: USING THE CAMERA WITH THE APP

CHAPTER 2: USING THE CAMERA WITH THE APP TABLE OF CONTENTS OVERVIEW... 1 Front of your camera... 1 Back of your camera... 2 ACCESSORIES... 3 CHAPTER 1: Navigating the Mobile Application... 4 Device List: How to Use this Page... 4 My Messages:

More information

Analecta Vol. 8, No. 2 ISSN 2064-7964

Analecta Vol. 8, No. 2 ISSN 2064-7964 EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,

More information

Raven Exhibit Software

Raven Exhibit Software Raven Exhibit Software Version 1.4 Cornell Lab of Ornithology Developed by the Bioacoustics Research Program of the Cornell Lab of Ornithology for the Visitors Center of the Imogene Powers Johnson Center

More information

OnDemand Version 1.7. Installation Manual and User s Guide. AST Technology. Sophienstrasse 4 32051 Herford Germany

OnDemand Version 1.7. Installation Manual and User s Guide. AST Technology. Sophienstrasse 4 32051 Herford Germany OnDemand Version 1.7 Installation Manual and User s Guide AST Technology Sophienstrasse 4 32051 Herford Germany Contents Overview of OnDemand Software... 1 System and Software Requirements... 1 CVe Monitor

More information

Dictation Software Feature Comparison

Dictation Software Feature Comparison Dictation Software Feature Comparison Software Version Direct Recording Window Dictation operation ODMS Dictation Module DSS Player Pro R5 Dictation Module DSS Player Standard R2 DSS Player Plus for Mac

More information

Developing an Isolated Word Recognition System in MATLAB

Developing an Isolated Word Recognition System in MATLAB MATLAB Digest Developing an Isolated Word Recognition System in MATLAB By Daryl Ning Speech-recognition technology is embedded in voice-activated routing systems at customer call centres, voice dialling

More information

Central Management Software CV3-M1024

Central Management Software CV3-M1024 Table of Contents Chapter 1. User Interface Overview...5 Chapter 2. Installation...6 2.1 Beginning Installation...6 2.2 Starting the CMS software...10 2.3 Starting it from the Start menu...10 2.4 Starting

More information

Face Locating and Tracking for Human{Computer Interaction. Carnegie Mellon University. Pittsburgh, PA 15213

Face Locating and Tracking for Human{Computer Interaction. Carnegie Mellon University. Pittsburgh, PA 15213 Face Locating and Tracking for Human{Computer Interaction Martin Hunke Alex Waibel School of Computer Science Carnegie Mellon University Pittsburgh, PA 15213 Abstract Eective Human-to-Human communication

More information

Training a Self-Organizing distributed on a PVM network

Training a Self-Organizing distributed on a PVM network Training a Self-Organizing Map distributed on a PVM network Nuno Bandeira Dep.Informatics, New University of Lisbon, Quinta da Torre 85 MONTE DA CAPARICA, PORTUGAL nb@di.fct.unl.pt Victor Jose Lobo Fernando

More information

Neural network software tool development: exploring programming language options

Neural network software tool development: exploring programming language options INEB- PSI Technical Report 2006-1 Neural network software tool development: exploring programming language options Alexandra Oliveira aao@fe.up.pt Supervisor: Professor Joaquim Marques de Sá June 2006

More information

User s Manual CAREpoint EMS Workstation D-Scribe Reporting System

User s Manual CAREpoint EMS Workstation D-Scribe Reporting System 1838021B User s Manual CAREpoint EMS Workstation D-Scribe Reporting System EDITORS NOTE FORM BUILDER IS A PART OF D-SCRIBE S REPORTING SYSTEM (D-SCRIBE S FORM BUILDER). FORMS WHICH ARE CREATED AND/OR USED

More information

MM8000 safety and security with smart danger management. A scalable and flexible management station for any requirement. Answers for infrastructure.

MM8000 safety and security with smart danger management. A scalable and flexible management station for any requirement. Answers for infrastructure. MM8000 safety and security with smart danger management A scalable and flexible management station for any requirement Answers for infrastructure. Sophisticated technology for comprehensive safety Safety

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

Technical Training Module ( 30 Days)

Technical Training Module ( 30 Days) Annexure - I Technical Training Module ( 30 Days) Section 1 : Programmable Logic Controller (PLC) 1. Introduction to Programmable Logic Controller - A Brief History, Need and advantages of PLC, PLC configuration,

More information

X Series Application Note 43:

X Series Application Note 43: X Series Application Note 43: Using the Remote Viewing & Web Pages of the X - Series & GR Series Recorders The Remote Viewing function of the X-Series and GR Series Recorders provide the user with the

More information

About the NeuroFuzzy Module of the FuzzyTECH5.5 Software

About the NeuroFuzzy Module of the FuzzyTECH5.5 Software About the NeuroFuzzy Module of the FuzzyTECH5.5 Software Ágnes B. Simon, Dániel Biró College of Nyíregyháza, Sóstói út 31, simona@nyf.hu, bibby@freemail.hu Abstract: Our online edition of the software

More information

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National

More information

CSE 237A Final Project Final Report

CSE 237A Final Project Final Report CSE 237A Final Project Final Report Multi-way video conferencing system over 802.11 wireless network Motivation Yanhua Mao and Shan Yan The latest technology trends in personal mobile computing are towards

More information