MAUI Oscilloscopes Remote Control and Automation Manual

Total Page:16

File Type:pdf, Size:1020Kb

MAUI Oscilloscopes Remote Control and Automation Manual Oscilloscopes Remote Control and Automation Manual © 2020 Teledyne LeCroy, Inc. All rights reserved. Unauthorized duplication of Teledyne LeCroy documentation materials is strictly prohibited. Customers are permitted to duplicate and distribute Teledyne LeCroy documentation for their own internal educational purposes. Teledyne LeCroy is a trademark of Teledyne LeCroy, Inc. Other product or brand names are trademarks or requested trademarks of their respective holders. Information in this publication supersedes all earlier versions. Specifications are subject to change without notice. maui-remote-control-automation_10mar20.pdf March 2020 Introduction Introduction This manual documents the requirements for remote control of Teledyne LeCroy's MAUI™ oscilloscopes using either traditional IEEE 488.2 (GPIB) commands or Windows® Component Object Model (COM) Automation commands. The manual is divided into the following sections: Part 1: Making the Remote Connection describes all the methods for gaining access to a MAUI oscilloscope (device) from a remote computer (controller). It details the software and hardware requirements for each method. Part 2: Automation Programming Reference describes the MAUI COM architecture and explains how to use Automation to control the oscilloscope remotely using manual methods or remote control programs. Part 3: Automation Control Variable Reference details the MAUI COM architecture for configuring and controlling the oscilloscope. It is most useful for developers of remote control applications. Part 4: Automation Result Interface Reference details the MAUI COM architecture for reading back data from the oscilloscope. It is most useful for developers of remote control applications. Part 5: IEEE 488.2 Programming Reference describes the LeCroy legacy remote control implementation and provides an overview of GPIB programming conventions. It also provides information for understanding MAUI waveform transfer and the waveform template. Part 6: IEEE 488.2 Command Reference details the legacy remote control commands supported by MAUI oscilloscopes. i MAUI Oscilloscopes Remote Control and Automation Manual Resources Teledyne LeCroy provides many free resources to help you receive the greatest value from your instrument. Most of the software and documentation mentioned in this manual can be downloaded from our website; links are provided to other sites where relevant. In addition, many manuals and code examples for further reference are installed when you install our software. Software Download software from: teledynelecroy.com/ support/ softwaredownload. Under Oscilloscope Downloads, click the link to Software Utilities and browse the list of tools. Manuals Download manuals, application notes, and lab briefs from: teledynelecroy.com/ support/ techlib. Use the sidebar at the left of the page to select the document category, then browse the list of links. Technical Support Registered users can contact their local Teledyne LeCroy service center at the number listed on our website. You can also submit Technical Support requests via the website at: teledynelecroy.com/ support/ techhelp Select the oscilloscope model you are using and the category into which your question falls. ii Notational Conventions Notational Conventions Notational Symbols Commands shown in this reference make use of the following notational symbols: Symbol Function Example < > Encloses header paths or placeholders <channel>:VOLT_DIV <v_gain> := Separates a placeholder from a description of the type <v_gain> := 5.0 mV to 2.5 V and range of values that may replace it { } Encloses required values, one of which must be used TRMD {SINGLE, AUTO, NORM, STOP} in the command [ ] Encloses optional values … Indicates the items to its left or right can be repeated any number of times Sources The character n is used to denote the greatest number of an oscilloscope object, such as input channels or math function traces, supported by your instrument. On a two-channel oscilloscope, C1 through Cn should be taken to mean C1 and C2, whereas on an eight-channel oscilloscope, C1 through C8, and so forth. The following mnemonics may be used where <source> is indicated in commands. Note: These are the sources supported by legacy commands. Other sources may be available with the addition of software options (Views, Streams, Histograms, etc.), depending on the operation. Use XStreamBrowser to check the application Automation object hierarchy. Object Mnemonic Note Analog Channels C1, C2, C3, C4,....Cn Sensor Channels SE1,....SEn Digital Groups Digital1,....Digital4 Math Functions F1,....Fn, Math trace names TA, TB, TC, and TD used on legacy LeCroy TA, TB, TC, TD instruments have been replaced by F1, F2, F3 and F4, respectively. Existing programs that utilize the old trace names will work with MAUI oscilloscopes, but these mne- monics are not returned in query responses. Instead, the query will return the corresponding F1, F2, F3, and F4. User-Defined Parameters P1,....Pn Parameter names CUST1 through CUST5 used on legacy CUST1,...CUST5 LeCroy instruments have been replaced by P1, etc. As with math traces, these mnemonics may be used in programs but are not returned by queries. Memories M1,...Mn Zooms Z1,....Zn iii MAUI Oscilloscopes Remote Control and Automation Manual Units Numeric values can be expressed in code as numeric fixed point or exponential. However, only the fixed point value is displayed in tables and on descriptor boxes. Note: This manual reflects the units supported in MAUI XStreamDSO software v.8.5.0.0 and later. Many, but not all, of the units listed here are supported in earlier versions of XStreamDSO. Table of Mnemonics Units may be expressed using the following mnemonics. Note: Specify only the base unit in code, do not add prefixes. Units are automatically scaled up or down within the list of standard, SI prefixes (atto to Exa) based on the relative size of the source signal(s). For example a 1000 V reading is shown as 1 kV, while a .1 V reading is shown as 100 mV. When the multiplication factor is 1 V = 1 Pascal, a 1 millivolt (mV) reading is displayed as 1 mPa rather than .001 Pa or 100e-3 Pa. Note: Time and Dimensionless units are available only for certain measurements and acquisition commands. Category Unit Mnemonic Mass gram G slug SLUG Volume liter L cubic meter M3 cubic inch IN3 cubic foot FT3 cubic yard YARD3 Angle radian RAD arcdegree DEG arcminute MNT arcsecond SEC cycle CYCLE revolution REV turn TURN iv Notational Conventions Category Unit Mnemonic Force/ Weight Newton N grain GR ounce OZ pound LB Velocity meter/ second M/ S inch/ second IN/ S foot/ second FT/ S yard/ second YARD/ S mile/ second MILE/S Acceleration meter/ second2 M/S2 inch/ second2 IN/ S2 foot/ second2 FT/ S2 standard gravity GN Pressure Pascal PAL bar BAR atmosphere, technical AT atmosphere, standard ATM Torr TORR pound/square inch PSI Temperature degree Kelvin K degree Celsius CEL degree Fahrenheit FAR Energy Joule J British Thermal Unit BTU calorie CAL v MAUI Oscilloscopes Remote Control and Automation Manual Category Unit Mnemonic Rotating Machine radian/ second RADPS frequency (Hertz) HZ revolution/ second RPS revolution/minute RPM torque N•m NM torque in•oz INOZ torque in•lb INLB torque ft•lb FTLB power, mechanical (Watt) W horsepower HP Magnetic Weber WB Tesla T inductance (Henry) H magnetic field strength A/M permeability HENRYPM Electrical Ampere A Volt V Watt W power, apparent VA power, reactive VAR power factor PF capacitance (Farad) F Coulomb C Ohm OHM Siemen SIE electrical field strength V/M electrical displacement field CPM2 permittivity FARADPM conductivity SIEPM Time second S minute MIN hour HOUR day DAY week WEEK vi Notational Conventions Category Unit Mnemonic Dimensionless percent PCT percent min-max PCTMNMX decibel DB decibel milliwatt DBM decibel Volt DBV decibel millivolt DBMV decibel microvolt DBUV decibel microampere DBUA decibel referred to carrier DBC decade DECADE unit interval UI Q-scale Q bit BIT byte BYTE baud BAUD least significant bit LSB poise POISE parts per million PPM pixel PIXEL division DIV event EVENT sample SAMPLE segment SEG sweep SWEEP Combining Units SI units may be combined following these rules: l For the quotient of two units, use the character " / " l For the product of two units, use the character " . " l For exponents, append the digit to the unit with no space (e.g., " S2 " for seconds squared). Note: Some units are converted to simple units (e.g., " V.A " becomes " W "). vii MAUI Oscilloscopes Remote Control and Automation Manual viii Part 1: Making the Remote Connection Part 1: Making the Remote Connection You can fully control your instrument remotely using either: l COM Automation commands l IEEE 488.2 General Purpose Interface Bus (GPIB) commands The remote connection can be made over a variety of physical interfaces such as ENET, GPIB, LSIB, or USBTMC, using several interface drivers and protocols. This section describes the software tools for remote control and procedures for making the remote connection from a controller to an oscilloscope. Understanding Remote Control Layers 1-2 Software Tools for Remote Control 1-3 Connecting via ENET 1-5 Connecting via USBTMC 1-10 Connecting via GPIB 1-11 Connecting via LSIB 1-12 Configuring DCOM Connections 1-13 Testing the Remote Connection 1-31 Remote Control Assistant 1-32 ActiveDSO 1-33 VISA 1-36 WaveStudio 1-39 1-1 MAUI Oscilloscopes Remote Control and Automation Manual Understanding Remote Control Layers It is helpful to understand some high-level concepts regarding how the oscilloscope is operated through remote control and the terminology employed throughout this section. From bottom to top, the components interact in the following manner: The cable is the physical conduit between the controller (usually a PC) and the oscilloscope, connected on either end to the hardware interface. Interfaces vary based on oscilloscope model and include ENET (often labeled LAN on the oscilloscope), USBTMC, GPIB, and LSIB. Depending on the interface selected, you may require a PC adapter in order to connect the cable. This is particularly true for LSIB and GPIB.
Recommended publications
  • Photo Editing
    All recommendations are from: http://www.mediabistro.com/10000words/7-essential-multimedia-tools-and-their_b376 Photo Editing Paid Free Photoshop Splashup Photoshop may be the industry leader when it comes to photo editing and graphic design, but Splashup, a free online tool, has many of the same capabilities at a much cheaper price. Splashup has lots of the tools you’d expect to find in Photoshop and has a similar layout, which is a bonus for those looking to get started right away. Requires free registration; Flash-based interface; resize; crop; layers; flip; sharpen; blur; color effects; special effects Fotoflexer/Photobucket Crop; resize; rotate; flip; hue/saturation/lightness; contrast; various Photoshop-like effects Photoshop Express Requires free registration; 2 GB storage; crop; rotate; resize; auto correct; exposure correction; red-eye removal; retouching; saturation; white balance; sharpen; color correction; various other effects Picnik “Auto-fix”; rotate; crop; resize; exposure correction; color correction; sharpen; red-eye correction Pic Resize Resize; crop; rotate; brightness/contrast; conversion; other effects Snipshot Resize; crop; enhancement features; exposure, contrast, saturation, hue and sharpness correction; rotate; grayscale rsizr For quick cropping and resizing EasyCropper For quick cropping and resizing Pixenate Enhancement features; crop; resize; rotate; color effects FlauntR Requires free registration; resize; rotate; crop; various effects LunaPic Similar to Microsoft Paint; many features including crop, scale
    [Show full text]
  • Wavesurfer 510 Oscilloscopes Operator's Manual
    Operator's Manual WaveSurfer 510 Oscilloscopes WaveSurfer 510 Oscilloscope Operator's Manual © 2017 Teledyne LeCroy, Inc. All rights reserved. Unauthorized duplication of Teledyne LeCroy, Inc. documentation materials other than for internal sales and distribution purposes is strictly prohibited. However, clients are encouraged to duplicate and distribute Teledyne LeCroy, Inc. documentation for their own internal educational purposes. WaveSurfer and Teledyne LeCroy, Inc. are trademarks of Teledyne LeCroy, Inc., Inc. Other product or brand names are trademarks or requested trademarks of their respective holders. Information in this publication supersedes all earlier versions. Specifications are subject to change without notice. 928228 Rev B May 2017 Contents Safety 1 Symbols 1 Precautions 1 Operating Environment 2 Cooling 2 Cleaning 2 Power 3 Oscilloscope Overview 5 Front of Oscilloscope 5 Side of Oscilloscope 6 Back of Oscilloscope 7 Front Panel 8 Signal Interfaces 11 Oscilloscope Set Up 13 Powering On/Off 13 Software Activation 13 Connecting to Other Devices/Systems 14 Language Selection 15 Using MAUI 17 Touch Screen 17 OneTouch Help 24 Working With Traces 31 Zooming 34 Print/Screen Capture 36 Acquisition 37 Auto Setup 37 Viewing Status 38 Vertical 38 Digital (Mixed Signal) 42 Timebase 45 Trigger 52 Display 63 Display Set Up 64 Persistence Display 66 i WaveSurfer 510 Oscilloscope Operator's Manual Math and Measure 69 Cursors 69 Measure 72 Math 79 Memory 91 Analysis Tools 93 WaveScan 93 Pass/Fail Testing 97 Saving Data (File Functions)
    [Show full text]
  • Pipenightdreams Osgcal-Doc Mumudvb Mpg123-Alsa Tbb
    pipenightdreams osgcal-doc mumudvb mpg123-alsa tbb-examples libgammu4-dbg gcc-4.1-doc snort-rules-default davical cutmp3 libevolution5.0-cil aspell-am python-gobject-doc openoffice.org-l10n-mn libc6-xen xserver-xorg trophy-data t38modem pioneers-console libnb-platform10-java libgtkglext1-ruby libboost-wave1.39-dev drgenius bfbtester libchromexvmcpro1 isdnutils-xtools ubuntuone-client openoffice.org2-math openoffice.org-l10n-lt lsb-cxx-ia32 kdeartwork-emoticons-kde4 wmpuzzle trafshow python-plplot lx-gdb link-monitor-applet libscm-dev liblog-agent-logger-perl libccrtp-doc libclass-throwable-perl kde-i18n-csb jack-jconv hamradio-menus coinor-libvol-doc msx-emulator bitbake nabi language-pack-gnome-zh libpaperg popularity-contest xracer-tools xfont-nexus opendrim-lmp-baseserver libvorbisfile-ruby liblinebreak-doc libgfcui-2.0-0c2a-dbg libblacs-mpi-dev dict-freedict-spa-eng blender-ogrexml aspell-da x11-apps openoffice.org-l10n-lv openoffice.org-l10n-nl pnmtopng libodbcinstq1 libhsqldb-java-doc libmono-addins-gui0.2-cil sg3-utils linux-backports-modules-alsa-2.6.31-19-generic yorick-yeti-gsl python-pymssql plasma-widget-cpuload mcpp gpsim-lcd cl-csv libhtml-clean-perl asterisk-dbg apt-dater-dbg libgnome-mag1-dev language-pack-gnome-yo python-crypto svn-autoreleasedeb sugar-terminal-activity mii-diag maria-doc libplexus-component-api-java-doc libhugs-hgl-bundled libchipcard-libgwenhywfar47-plugins libghc6-random-dev freefem3d ezmlm cakephp-scripts aspell-ar ara-byte not+sparc openoffice.org-l10n-nn linux-backports-modules-karmic-generic-pae
    [Show full text]
  • DVD-Ofimática 2014-07
    (continuación 2) Calizo 0.2.5 - CamStudio 2.7.316 - CamStudio Codec 1.5 - CDex 1.70 - CDisplayEx 1.9.09 - cdrTools FrontEnd 1.5.2 - Classic Shell 3.6.8 - Clavier+ 10.6.7 - Clementine 1.2.1 - Cobian Backup 8.4.0.202 - Comical 0.8 - ComiX 0.2.1.24 - CoolReader 3.0.56.42 - CubicExplorer 0.95.1 - Daphne 2.03 - Data Crow 3.12.5 - DejaVu Fonts 2.34 - DeltaCopy 1.4 - DVD-Ofimática Deluge 1.3.6 - DeSmuME 0.9.10 - Dia 0.97.2.2 - Diashapes 0.2.2 - digiKam 4.1.0 - Disk Imager 1.4 - DiskCryptor 1.1.836 - Ditto 3.19.24.0 - DjVuLibre 3.5.25.4 - DocFetcher 1.1.11 - DoISO 2.0.0.6 - DOSBox 0.74 - DosZip Commander 3.21 - Double Commander 0.5.10 beta - DrawPile 2014-07 0.9.1 - DVD Flick 1.3.0.7 - DVDStyler 2.7.2 - Eagle Mode 0.85.0 - EasyTAG 2.2.3 - Ekiga 4.0.1 2013.08.20 - Electric Sheep 2.7.b35 - eLibrary 2.5.13 - emesene 2.12.9 2012.09.13 - eMule 0.50.a - Eraser 6.0.10 - eSpeak 1.48.04 - Eudora OSE 1.0 - eViacam 1.7.2 - Exodus 0.10.0.0 - Explore2fs 1.08 beta9 - Ext2Fsd 0.52 - FBReader 0.12.10 - ffDiaporama 2.1 - FileBot 4.1 - FileVerifier++ 0.6.3 DVD-Ofimática es una recopilación de programas libres para Windows - FileZilla 3.8.1 - Firefox 30.0 - FLAC 1.2.1.b - FocusWriter 1.5.1 - Folder Size 2.6 - fre:ac 1.0.21.a dirigidos a la ofimática en general (ofimática, sonido, gráficos y vídeo, - Free Download Manager 3.9.4.1472 - Free Manga Downloader 0.8.2.325 - Free1x2 0.70.2 - Internet y utilidades).
    [Show full text]
  • DVD-Ofimática 2015-03
    (continuación 2) Clementine 1.2.1 - CoolReader 3.1.2.49 - CubicExplorer 0.95.1 - Daphne 2.04 2014.09.26 - Data Crow 4.0.15 - DejaVu Fonts 2.34 - DeltaCopy 1.4 - Deluge 1.3.11 - DeSmuME 0.9.10 - Detekt 1.9 - Dia 0.97.2.2 - Diashapes 0.2.2 - digiKam 4.5.0 - Disk Imager 1.4 - DiskCryptor 1.1.846 - Ditto 3.20.54 - DjVuLibre 3.5.27 - DocFetcher 1.1.14 - DVD-Ofimática DoISO 2.0.0.6 - DOSBox 0.74 - DosZip Commander 3.36 - Double Commander 0.6.0 beta - DrawPile 0.9.8 - Duplicati 1.3.4 - DVDStyler 2.9.2 - Eagle Mode 0.88 - EasyTAG 2.2.6 - 2015-03 Ekiga 4.0.1 2013.08.20 - Electric Sheep 2.7.b35 - eMule 0.50.a - Eraser 6.2.0 - eSpeak 1.48.04 - eViacam 2.0.1 - Ext2Fsd 0.53 - ffDiaporama 2.1 - FileBot 4.5.6 - FileVerifier++ 0.6.3 - FileZilla 3.10.1.1 - Firefox 36.0 - FLAC 1.3.1 - FocusWriter 1.5.3 - Folder Size 2.6 - FontForge 2014.12.31.r2 - fre:ac 1.0.23 - Free Download Manager 3.9.4.1485 - Free DVD-Ofimática es una recopilación de programas libres para Windows Manga Downloader 0.8.2.325 - FreeCAD 0.14.3700 - FreeFileSync 6.14 2015.02.28 - dirigidos a la ofimática en general (ofimática, sonido, gráficos y vídeo, Freenet 0.7.5.1467 - FreeRapid Downloader 0.9.u4 - Frhed 1.6.0 - FullSync 0.10.2 - Internet y utilidades). GanttProject 2.7 - GanttPV 0.11.b - Giada 0.9.4 - gImageReader 3.0.1 - GIMP 2.8.14.1 - GIMP Animation package 2.6.0 - GitBook 1.1.0 - GNU FreeFont 2012.05.03 - GnuCash En http://www.cdlibre.org puedes conseguir la versión más actual de este 2.6.5 - GoldenDict 1.0.1.1 - Gpg4win 2.2.3 - gpick 0.2.5 - Greenshot 1.2.4.10 - Grisbi 0.8.9 DVD, así como otros CDs y DVDs recopilatorios de programas y fuentes.
    [Show full text]
  • 1 Designing Learning Resources in Language
    DESIGNING LEARNING RESOURCES IN LANGUAGE TEACHING AND LEARNING I. INTRODUCTION Today the entire world is moving speedily towards digitization and we have to learn new things using new technologies. Quality of teaching and students' learning is determined by the teachers who teach them. Well-trained teachers with required knowledge, skills and commitment can develop scientific and critical thinking, promote tolerance, and develop cultural and social values in them. Innovative technologies will make it possible to achieve these by providing new ways to teachers. However, these new technologies are placing more demands on teachers to learn how to use them in their teaching and learning processes. This great transformation is posing challenges to teachers and teacher educators in using technologies in creative and productive ways. Hence, we as teachers have to meet these new challenges by continuously acquiring new knowledge and skills to discharge our duties effectively. ICT can offer tremendous opportunities for capturing, storing, disseminating and communicating a wide variety of information. Rapid expansion of knowledge and availability of variety of ICT has made knowledge, inclusion and integration of ICT in teaching and learning inevitable for us now. Moreover, ICT can promote international collaboration and networking in education and provide more flexible and effective ways for professional development . It can also help in pre-service and in-service teacher training programs. In terms of designing teaching and learning materials, application software must be of real benefit. Application software is a computer program designed to help the user perform a specific activity. The word "application" is used because each program has a specific application for the user.
    [Show full text]
  • Basic Notes on Audio Recording for Phonetics Contents
    Basic Notes on Audio Recording for Phonetics Dafydd Gibbon, 2016-05-09 Contents 1 General considerations ..................................................................................................... 1 2 Pre-recording phase .......................................................................................................... 1 3 Recording phase ............................................................................................................... 3 4 Post-recording phase ........................................................................................................ 4 1 General considerations There are many things to consider when recording speech for phonetic and linguistic analysis, not just the recorder. The most important question concerns the criteria with which you intend to analyse the recording: phonemes, pitch patterns, duration, linguistic concepts such as stress and accent. I will list the most important practical points here. Note: these notes are informal, selective, and based on my own experience. Others will have variant views on a number of points. There are many handbooks which provide much more detailed information on different practical and theoretical aspects of recording for phonetics and speech technology: Gibbon, Dafydd, Roger Moore and Richard Winski, eds. 1997. Handbook of Standards and Resources for Spoken Language Systems. Berlin: Mouton de Gruyter (2 editions: single volume and four volumes). Hardcastle, William J., John Laver and Fiona E. Gibbon, eds. 2010. Handbook of Phonetic Sciences,
    [Show full text]
  • Free and Open Source Software
    Free and open source software Copyleft ·Events and Awards ·Free software ·Free Software Definition ·Gratis versus General Libre ·List of free and open source software packages ·Open-source software Operating system AROS ·BSD ·Darwin ·FreeDOS ·GNU ·Haiku ·Inferno ·Linux ·Mach ·MINIX ·OpenSolaris ·Sym families bian ·Plan 9 ·ReactOS Eclipse ·Free Development Pascal ·GCC ·Java ·LLVM ·Lua ·NetBeans ·Open64 ·Perl ·PHP ·Python ·ROSE ·Ruby ·Tcl History GNU ·Haiku ·Linux ·Mozilla (Application Suite ·Firefox ·Thunderbird ) Apache Software Foundation ·Blender Foundation ·Eclipse Foundation ·freedesktop.org ·Free Software Foundation (Europe ·India ·Latin America ) ·FSMI ·GNOME Foundation ·GNU Project ·Google Code ·KDE e.V. ·Linux Organizations Foundation ·Mozilla Foundation ·Open Source Geospatial Foundation ·Open Source Initiative ·SourceForge ·Symbian Foundation ·Xiph.Org Foundation ·XMPP Standards Foundation ·X.Org Foundation Apache ·Artistic ·BSD ·GNU GPL ·GNU LGPL ·ISC ·MIT ·MPL ·Ms-PL/RL ·zlib ·FSF approved Licences licenses License standards Open Source Definition ·The Free Software Definition ·Debian Free Software Guidelines Binary blob ·Digital rights management ·Graphics hardware compatibility ·License proliferation ·Mozilla software rebranding ·Proprietary software ·SCO-Linux Challenges controversies ·Security ·Software patents ·Hardware restrictions ·Trusted Computing ·Viral license Alternative terms ·Community ·Linux distribution ·Forking ·Movement ·Microsoft Open Other topics Specification Promise ·Revolution OS ·Comparison with closed
    [Show full text]
  • Automatic Audio Sample Finder for Music Creation Melodic Audio Segmentation Using DSP and Machine Learning
    DEGREE PROJECT IN INFORMATION AND COMMUNICATION TECHNOLOGY, SECOND CYCLE, 30 CREDITS STOCKHOLM, SWEDEN 2019 Automatic audio sample finder for music creation Melodic audio segmentation using DSP and machine learning DAVID PITUK KTH ROYAL INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE Automatic audio sample finder for music creation DAVID PITUK Master in ICT Innovation Date: October 25, 2019 Supervisor: Saikat Chatterjee Examiner: Saikat Chatterjee School of Electrical Engineering and Computer Science Host company: Teenage Engineering Swedish title: Automatisk ljudprovfinnare för musikskapande iii Abstract In the field of audio signal processing, there have always been attempts to cre- ate tools which help musicians by automating processes for music creation or analysis, and the electronic music industry is still playing an important role in the combination of software engineering and music. In the age of sample based synthesizers and sequencers, creating and using high quality and unique audio sample packages is a crucial part for composing songs. Nowadays, there are hundreds of audio applications and editors that provide the sufficient tools for songwriters and DJs to find and edit audio samples and create their own signature packages for their performances. However, these applications do not offer automated solutions to extract melodic loop or drum samples. Therefore, the whole procedure of extracting euphonious and unique samples can be quite time consuming. To decide which part of the song is good enough to be used as a separate loop or drum sound is highly subjective, so to fully automate this mechanism is really challenging. However, having a good balance between fully automated processes and freedom for additional editing can result to a useful tool, which can still save a lot of time for the users.
    [Show full text]
  • Wavesurfer 3000 Oscilloscope Getting Started Guide
    WaveSurfer 3000 Getting Started Guide 700 Chestnut Ridge Road Chestnut Ridge, NY 10977 1.800.5.LECROY • teledynelecroy.com WaveSurfer 3000 Getting Started Guide © 2015 Teledyne LeCroy, Inc. All rights reserved. Unauthorized duplication of Teledyne LeCroy documentation materials other than for internal sales and distribution purposes is strictly prohibited. However, clients are encouraged to distribute and duplicate Teledyne LeCroy documentation for their own internal educational purposes. WaveSurfer, WaveScan and Teledyne LeCroy are trademarks of Teledyne LeCroy. Windows is a registered trademark of Microsoft Corporation. Other product or brand names are trademarks or requested trademarks of their respective holders. Information in this publication supersedes all earlier versions. Specifications are subject to change without notice. 926057-00 July, 2015 WaveSurfer 3000 Getting Started Guide Welcome Thank you for buying a Teledyne LeCroy product. We’re certain you’ll be pleased with the detailed features unique to our instruments. This Getting Started Guide is designed to cover important oscilloscope safety and installation information along with some basic operating procedures so you’re quickly working with waveforms. Contents Introduction Basics About the WaveSurfer 3000 Oscillosocopes 2 Vertical 24 Specifications 3 Horizontal (Timebase) 26 Materials List 3 Triggers 27 General Safety Information 4 Cursors 28 Support 5 Zoom 29 Measurements & Statistics 30 Set Up Math 31 The Front of Your Oscilloscope 8 Memories (Reference Waveforms) 32
    [Show full text]
  • DVD-Ofimática 2014-10
    (continuación 2) Calizo 0.2.5 - CamStudio 2.7.2 - CamStudio Codec 1.5 - CDex 1.70 - CDisplayEx 1.9.09 - cdrTools FrontEnd 1.5.3 - Classic Shell 3.6.8 - Clavier+ 10.6.7 - Clementine 1.2.1 - Cobian Backup 8.4.0.202 - Comical 0.8 - ComiX 0.2.1.24 - CoolReader 3.0.56.42 - CubicExplorer 0.95.1 - Daphne 2.04 2014.09.26 - Data Crow 4.0.10 - DejaVu DVD-Ofimática Fonts 2.34 - DeltaCopy 1.4 - Deluge 1.3.9 - DeSmuME 0.9.10 - Dia 0.97.2.2 - Diashapes 0.2.2 - digiKam 4.2.0 - Disk Imager 1.4 - DiskCryptor 1.1.846 - Ditto 3.19.24.0 - DjVuLibre 3.5.25.4 - DocFetcher 1.1.12 - DoISO 2.0.0.6 - DOSBox 0.74 - DosZip Commander 3.28 - 2014-10 Double Commander 0.5.11 beta - DrawPile 0.9.4 - DVD Flick 1.3.0.7 - DVDStyler 2.8 - Eagle Mode 0.85.0 - EasyTAG 2.2.4 - Ekiga 4.0.1 2013.08.20 - Electric Sheep 2.7.b35 - eLibrary 2.5.13 - emesene 2.12.9 2012.09.13 - eMule 0.50.a - Eraser 6.0.10 - eSpeak 1.48.04 - DVD-Ofimática es una recopilación de programas libres para Windows Eudora OSE 1.0 - eViacam 1.7.2 - Exodus 0.10.0.0 - Explore2fs 1.08 beta9 - Ext2Fsd 0.53 - dirigidos a la ofimática en general (ofimática, sonido, gráficos y vídeo, FBReader 0.12.10 - ffDiaporama 2.1 - FileBot 4.2 - FileVerifier++ 0.6.3 - FileZilla 3.9.0.5 - Internet y utilidades).
    [Show full text]
  • Digital Artists' Handbook
    Digital Artists' Handbook By admin Published: 09/26/2007 - 13:35 The Digital Artists Handbook is an accessible source of information that introduces you to different tools, resources and ways of working related to digital art. The goal of the Handbook is to be a signpost, a source of practical information and content that bridges the gap between new users and the platforms and resources that are available, but not always very accessible. The Handbook is filled with articles written by invited artists and specialists, talking about their tools and ways of working. Some articles are introductions to tools, others are descriptions of methodologies, concepts and technologies. All articles were written and published between 2007 and 2009. When discussing software, the focus of this Handbook is on Free/Libre Open Source Software. The Handbook aims to give artists information about the available tools but also about the practicalities related to Free Software and Open Content, such as collaborative development and licenses. All this to facilitate exchange between artists, to take away some of the fears when it comes to open content licenses, sharing code, and to give a perspective on various ways of working and collaborating. - Graphics - Working with sound 1 / 228 - Working with others - Publishing your work - Working with digital video - Software art - Developing your own hardware Graphics › 2 / 228 Graphics By admin Published: 10/04/2007 - 08:26 Jon Phillips , December 2007 Image reigns supreme. From the thousands of films churned out each year from Nollywood, to the persistent recording of images by security cameras in London to the scaling of windows on your desktop computer, you are already a pixel pusher.
    [Show full text]