Fif file conversion/importation

Size: px
Start display at page:

Download "Fif file conversion/importation"

Transcription

1 Fif file conversion/importation Reading of sensors positions Reading of MEG data Reading of anatomical landmark Three-dimensional display of magnetometers vs gradiometers Re-labeling of MEG sensors names with meaningful names G or H for gradiometer (with respect to the orientation) M for magnetometer L (left), Z (median) or R (right) F (frontal), C (central) or O (occipital)

2 Neuromag fif file Correction SSS + Head reference position Maxfilter DataHandler FastTF Fichier txt avec positions Data Editor MUSE Conversion/importation Définition des triggers Détection ondes R sur l ECG Détection des blinks Lecture des données MEG Correction artéfacts ECG Pre-processing datahandler Export des époques Import dans Brainstorm Rejection d artéfacts EOG Correction d artéfacts EOG (basée sur la PCA) Export des époques dans Matlab Filtrage / moyennage Analyse Temp-Fréquence Interfaçage avec MNE, Fieldtrip, EEGlab TF moyen sur régions d intérêt

3 Trigger script #!/bin/tcsh foreach ds ($1) datahandler -r -adm STI101_1 _1 -ch STI101 $ds datahandler -r -adm STI101_2 _x1 -ch STI101 $ds datahandler -r -adm STI101_3 _xx1 -ch STI101 $ds datahandler -r -adm STI101_4 _xxx1 -ch STI101 $ds datahandler -r -adm STI101_5 _xxxx1 -ch STI101 $ds datahandler -r -adm STI101_6 _xxxxx1 -ch STI101 $ds datahandler -r -adm STI101_7 _xxxxxx1 -ch STI101 $ds datahandler -r -adm STI101_8 _xxxxxxx1 -ch STI101 $ds datahandler -r -adm StdX _100x100 -ch STI101 $ds datahandler -r -adm DvtX _100x101 -ch STI101 $ds datahandler -r -adm OmiX _100x111 -ch STI101 $ds datahandler -r -adm StdY _110x100 -ch STI101 $ds datahandler -r -adm DvtY _110x101 -ch STI101 $ds datahandler -r -adm OmiY _110x111 -ch STI101 $ds datahandler -r -adm Omis _101x111 -ch STI101 $ds datahandler -r -adm Aigu _xxx1xxx -ch STI101 $ds datahandler -r -adm Grave _xxx0xxx -ch STI101 $ds

4 Blink detection #!/bin/tcsh # Detection auto clignements avec marqueurs de chaque cote foreach ds ($1) datahandler -r -tm BLINK maxvar -4 blinkdetect -time 0.4 -ch EOG061 $ds Threshold to optimize deping on your recording Select the good EOG channel

5 Filtering/averaging #!/bin/tcsh Time delay trigger/stim foreach ds ($1) foreach cond(stdx StdY DvtX DvtY OmiX OmiY Omis) datahandler -r -sync "((${cond}+.11)[ ] &BLINK[BLINK]~)&BAD[BAD]~" -time lpf 40 -hpf.1 - avg $ds ${cond}_$ds Averaging excepted in periods with artefacts Filtering Averaging period (start time, period duration)

6 Script correction EOG #!/bin/tcsh # Correction clignements (retrait 1ère composante) autour des marqueurs BLINK foreach ds (raw*.ds) # calcul des composantes magnétomètres datahandler -r -pcam2 BLINK 3 -ch_begin "MR ML MZ" $ds datahandler -r -sgf ch PCM01 $ds datahandler -r -rmam2 BLINK -mag -ch "fcm01" $ds -new CorrBlink1_ -r foreach ds (CorrBlink1_*.ds) # calcul des composantes gradiomètres datahandler -r -pcam2 BLINK 3 -ch_begin "GR GL GZ HR HL HZ" $ds datahandler -r -sgf ch QCM01 $ds datahandler -r -rmam2 BLINK -grad -ch "gcm01" $ds -new CorrBlink2_ -r foreach ds (CorrBlink2_*.ds) # calcul des composantes datahandler -r -pcam2 BLINK 3 -eeg $ds datahandler -r -sgf ch PCE01 $ds datahandler -r -rmam2 BLINK -eeg -ch "fce01" $ds -new CorrBlinkDEF_ -r

7 EEG avant correction

8 EEG après correction

9 Magnétomètres avant correction

10 Magnétomètres après correction

11 Gradiomètres avant correction

12 Gradiomètres après correction

13 Script TF #!/bin/tcsh -f mkdir TF foreach subj (tb070020) echo ${subj} ###compute Time frequency transforms for each condition and each subject foreach cond (FreqXX RareXX OmiXX FreqXY RareXY OmiXY OmiExpected) echo ${cond} /neurospin/local/fast_tf-4.5.4/bin/fast_tf --power --z_score\ --first_frequency 6 \ --last_frequency 120 \ --frequency_step 2 \ --blackman_win 0.2\ --wavelet_m 7 \ --output_file TF/${subj}_${cond} \ --marker ${cond} \ --begin_analysis _analysis 1.5 \ --begin_baseline _baseline 0.0 \ --verbose --rewrite \ --fft_parameters_file /tmp/testfftw \ --input_files CorrCardio_*${subj}_090403_run1_sss.ds \ --input_files CorrCardio_*${subj}_090403_run2_sss.ds \ --input_files CorrCardio_*${subj}_090403_run3_sss.ds \ --input_files CorrCardio_*${subj}_090403_run4_sss.ds \ --input_files CorrCardio_*${subj}_090403_run5_sss.ds \ --input_files CorrCardio_*${subj}_090403_run6_sss.ds \ --input_files CorrCardio_*${subj}_090403_run7_sss.ds \. --restore_fft_parameters --store_fft_parameters

14 To sum up All tools are available here Correction based on physiological signals (ECG, EOG) Corrections only applied on artefactual periods Short computation time Possibility to review your data when you want Different possible outputs after pre-processing But integration of behavioral data from e-prime is not yet straightforward (notably, if you did not take care to define one specific trigger by event)

Classic EEG (ERPs)/ Advanced EEG. Quentin Noirhomme

Classic EEG (ERPs)/ Advanced EEG. Quentin Noirhomme Classic EEG (ERPs)/ Advanced EEG Quentin Noirhomme Outline Origins of MEEG Event related potentials Time frequency decomposition i Source reconstruction Before to start EEGlab Fieldtrip (included in spm)

More information

Data Analysis Methods: Net Station 4.1 By Peter Molfese

Data Analysis Methods: Net Station 4.1 By Peter Molfese Data Analysis Methods: Net Station 4.1 By Peter Molfese Preparing Data for Statistics (preprocessing): 1. Rename your files to correct any typos or formatting issues. a. The General format for naming files

More information

Free software solutions for MEG/EEG source imaging

Free software solutions for MEG/EEG source imaging Free software solutions for MEG/EEG source imaging François Tadel Cognitive Neuroscience & Brain Imaging Lab., CNRS University of Paris - Hôpital de la Salpêtrière Cognitive Neuroimaging Unit, Inserm U562

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

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

Smart Meters Programme Schedule 2.6. (Insurance) (CSP North version)

Smart Meters Programme Schedule 2.6. (Insurance) (CSP North version) Smart Meters Programme Schedule 2.6 (Insurance) (CSP North version) Schedule 2.6 (Insurance) (CSP North version) Amendment History Version Date Status v.1 Signature Date Execution Copy 1. INSURANCE COVENANTS

More information

Signal Processing First Lab 01: Introduction to MATLAB. 3. Learn a little about advanced programming techniques for MATLAB, i.e., vectorization.

Signal Processing First Lab 01: Introduction to MATLAB. 3. Learn a little about advanced programming techniques for MATLAB, i.e., vectorization. Signal Processing First Lab 01: Introduction to MATLAB Pre-Lab and Warm-Up: You should read at least the Pre-Lab and Warm-up sections of this lab assignment and go over all exercises in the Pre-Lab section

More information

Réponse à une question de Roger Bastide Document 40

Réponse à une question de Roger Bastide Document 40 www.mauricemauviel.eu contact@mauricemauviel.eu Page 1 sur 44 www.mauricemauviel.eu contact@mauricemauviel.eu Page 2 sur 44 www.mauricemauviel.eu contact@mauricemauviel.eu Page 3 sur 44 www.mauricemauviel.eu

More information

Time Series Analysis: Introduction to Signal Processing Concepts. Liam Kilmartin Discipline of Electrical & Electronic Engineering, NUI, Galway

Time Series Analysis: Introduction to Signal Processing Concepts. Liam Kilmartin Discipline of Electrical & Electronic Engineering, NUI, Galway Time Series Analysis: Introduction to Signal Processing Concepts Liam Kilmartin Discipline of Electrical & Electronic Engineering, NUI, Galway Aims of Course To introduce some of the basic concepts of

More information

ICA decomposition and component analysis

ICA decomposition and component analysis ICA decomposition and component analysis Task 1 Run ICA Exercise... Task 2 Plot components Identify components Task 3 Plot component power Plot component ERP & erpimages Plot ERSP/Cross coherence Exercise...

More information

DISCUSSION. Sophia-Antipolis, France August 16-20, 1999. Agenda item: 14.4 Golden Bridge Technology CPCH Delay Measurements for TS25.

DISCUSSION. Sophia-Antipolis, France August 16-20, 1999. Agenda item: 14.4 Golden Bridge Technology CPCH Delay Measurements for TS25. TSG RAN WG 2#6 Sophia-Antipolis, France August 16-20, 1999 TSGR2#6(99)802 Agenda item: 14.4 Source: Golden Bridge Technology Title: CPCH Delay Measurements for TS25.331, RRC Protocol Document for: Discussion

More information

SUGI 29 Posters. Web Server

SUGI 29 Posters. Web Server Paper 151-29 Clinical Trial Online Running SAS. on the Web without SAS/IntrNet. Quan Ren ABSTRACT During clinical trial, it is very important for the project management to have the most recent updated

More information

CORPORATE PURCHASING CARD (CPC) PROGRAM POSTING AND PAYMENT DISTRIBUTION PROCESS

CORPORATE PURCHASING CARD (CPC) PROGRAM POSTING AND PAYMENT DISTRIBUTION PROCESS CORPORATE PURCHASING CARD (CPC) PROGRAM POSTING AND PAYMENT DISTRIBUTION PROCESS DAILY PROCESS 1. The bank posts CPC charges and credits into the database on a daily basis. Each State Agency can access

More information

Logging of RF Power Measurements

Logging of RF Power Measurements Logging of RF Power Measurements By Orwill Hawkins Logging of measurement data is critical for effective trend, drift and Exploring the use of RF event analysis of various processes. For RF power measurements,

More information

NeXus: Event-Related potentials Evoked potentials for Psychophysiology & Neuroscience

NeXus: Event-Related potentials Evoked potentials for Psychophysiology & Neuroscience NeXus: Event-Related potentials Evoked potentials for Psychophysiology & Neuroscience This NeXus white paper has been created to educate and inform the reader about the Event Related Potentials (ERP) and

More information

A.Giusti, C.Zocchi, A.Adami, F.Scaramellini, A.Rovetta Politecnico di Milano Robotics Laboratory

A.Giusti, C.Zocchi, A.Adami, F.Scaramellini, A.Rovetta Politecnico di Milano Robotics Laboratory Methodology of evaluating the driver's attention and vigilance level in an automobile transportation using intelligent sensor architecture and fuzzy logic A.Giusti, C.Zocchi, A.Adami, F.Scaramellini, A.Rovetta

More information

Author: Alicia Gonzalez-Moreno Sara Aurtenetxe Maria-Eugenia Lopez-Garcia Francisco del Pozo Fernando Maestu Angel Nevado

Author: Alicia Gonzalez-Moreno Sara Aurtenetxe Maria-Eugenia Lopez-Garcia Francisco del Pozo Fernando Maestu Angel Nevado Title: Signal-to-noise ratio of the MEG signal after preprocessing Author: Alicia Gonzalez-Moreno Sara Aurtenetxe Maria-Eugenia Lopez-Garcia Francisco del Pozo Fernando Maestu Angel Nevado PII: S0165-0270(13)00371-3

More information

Using Brainmaster Discovery & Atlantis devices with OpenViBE

Using Brainmaster Discovery & Atlantis devices with OpenViBE Using Brainmaster Discovery & Atlantis devices with OpenViBE The Brainmaster Discovery and Atlantis driver of the OpenViBE acquisition server is dedicated to Brainmaster devices. These devices have been

More information

Power Spectral Density (PSD) Measurements with the HP-3562A Dynamic Signal Analyzer. Last Updated: 01/16/2014 12:45 hr {SME}

Power Spectral Density (PSD) Measurements with the HP-3562A Dynamic Signal Analyzer. Last Updated: 01/16/2014 12:45 hr {SME} Power Spectral Density (PSD) Measurements with the HP-3562A Dynamic Signal Analyzer Loudspeaker Last Updated: 01/16/2014 12:45 hr {SME} HP-3562A Dynamic Signal Analyzer Unity-Gain Buffer/Driver + Power

More information

Integration of the new miniaturized pneumotachograph for SOMNOscreen plus (Item no.: SEN513)

Integration of the new miniaturized pneumotachograph for SOMNOscreen plus (Item no.: SEN513) Software-News DOMINO 2.7.0 July 2015 The latest DOMINO version 2.7.0 comes with a handful of new features, allowing a high quality, user-friendly collection and analysis of the ambulatory PG and PSG recordings

More information

Defining, building, and making use cases work

Defining, building, and making use cases work Defining, building, and making use cases work Paul Brettle Presales Manager, Americas Pacific Region What is a use case? Compliance FISMA, PCI, SOX, etc Network security firewalls, IDS, routers & switches

More information

Figure 1: Multiple unsynchronized snapshots of the same sinusoidal signal.

Figure 1: Multiple unsynchronized snapshots of the same sinusoidal signal. 1 Oscilloscope Guide Introduction An oscilloscope is a device used to observe and measure time-dependent electronic signals. It is essentially an enhanced voltmeter which displays a graph of potential

More information

Lean and Kanban at Scale Extending Kanban across the portfolio, program and team levels. Al Shalloway, Net Objectives. September 4 th, 2014

Lean and Kanban at Scale Extending Kanban across the portfolio, program and team levels. Al Shalloway, Net Objectives. September 4 th, 2014 Lean and Kanban at Scale Extending Kanban across the portfolio, program and team levels Al Shalloway, Net Objectives September 4 th, 2014 Implementing Kanban at Scale Al Shalloway, CEO & Founder of Net

More information

Implementation of SAP-GRC with the Pictet Group

Implementation of SAP-GRC with the Pictet Group Implementation of SAP-GRC with the Pictet Group Olivier VERDAN, Risk Manager, Group Risk, Pictet & Cie 11 th December 2013 Zürich Table of contents 1 Overview of the Pictet Group 2 Operational Risk Management

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

Thursday, February 7, 2013. DOM via PHP

Thursday, February 7, 2013. DOM via PHP DOM via PHP Plan PHP DOM PHP : Hypertext Preprocessor Langage de script pour création de pages Web dynamiques Un ficher PHP est un ficher HTML avec du code PHP

More information

ECG SIGNAL PROCESSING AND HEART RATE FREQUENCY DETECTION METHODS

ECG SIGNAL PROCESSING AND HEART RATE FREQUENCY DETECTION METHODS ECG SIGNAL PROCESSING AND HEART RATE FREQUENCY DETECTION METHODS J. Parak, J. Havlik Department of Circuit Theory, Faculty of Electrical Engineering Czech Technical University in Prague Abstract Digital

More information

GUIDELINES FOR ACCOUNTING RELATED TO COSTS OF COMPUTER SOFTWARE DEVELOPMENT

GUIDELINES FOR ACCOUNTING RELATED TO COSTS OF COMPUTER SOFTWARE DEVELOPMENT GUIDELINES FOR ACCOUNTING RELATED TO COSTS OF COMPUTER SOFTWARE DEVELOPMENT Accounting for Costs of Computer Software Developed Or Obtained for Internal Use A. Background: Required by Accounting Rules

More information

Data Acquisition Using NI-DAQmx

Data Acquisition Using NI-DAQmx Instructor s Portion Data Acquisition Using NI-DAQmx Wei Lin Department of Biomedical Engineering Stony Brook University Summary This experiment requires the student to use NI-DAQmx to acquire voltage

More information

MEASURING BRAIN CHANGES IN HEARING LOSS AND ITS REMEDIATION

MEASURING BRAIN CHANGES IN HEARING LOSS AND ITS REMEDIATION MEASURING BRAIN CHANGES IN HEARING LOSS AND ITS REMEDIATION Blake W Johnson 1,3, Stephen Crain 2,3 1 Department of Cognitive Science, Macquarie University 2 Department of Linguistics, Macquarie University

More information

Contents. Financial Analysis Report

Contents. Financial Analysis Report Contents Page Introduction 5 Operational Costs & Profit/Loss 7 Detail of Expenses & Profit/Loss for 2007 9 Operating Ratio Analysis 13 Operational Costs by Company Sales 19 Profit/Loss History 1985 through

More information

Trigno/Vicon System Integration

Trigno/Vicon System Integration Delsys and Vicon Analog Integration Motion capture systems will often have the ability to sample analog data channels as a convenient means for synchronizing external data streams with motion capture data.

More information

73M1866B/73M1966B FXOCTL Application User Guide November 2, 2009 Rev. 4.1 UG_1x66B_009

73M1866B/73M1966B FXOCTL Application User Guide November 2, 2009 Rev. 4.1 UG_1x66B_009 Simplifying System Integration TM 73M1866B/73M1966B FXOCTL Application User Guide November 2, 2009 Rev. 4.1 73M1866B/73M1966B FXOCTL Application User Guide 2009 Teridian Semiconductor Corporation. All

More information

DELPH v3.0. seabed mapping software suite

DELPH v3.0. seabed mapping software suite DELPH v3.0 seabed mapping software suite DELPH seabed mapping software suite DELPH SEISMIC, DELPH SONAR and DELPH MAG are complete software packages with dedicated acquisition, processing and interpretation

More information

Freshly Investigated Credit Report

Freshly Investigated Credit Report Experian Ltd E-Series Business Freshly Investigated Credit Report Company Details Global Identifier P099XXXX Company SAMPLE AG (Sample Report GERMANY) Germany Tel [+49] XXXX-XXXX Fax [+49] XXXX-XXXX E-Mail

More information

Calcul parallèle avec R

Calcul parallèle avec R Calcul parallèle avec R ANF R Vincent Miele CNRS 07/10/2015 Pour chaque exercice, il est nécessaire d ouvrir une fenètre de visualisation des processes (Terminal + top sous Linux et Mac OS X, Gestionnaire

More information

RCS-TM80BG. Contents 4. Weekly Program Function... EG-6 5. Outing Function... EG-12 6. Sleeping Function... EG-14 XXX XXXX XXXX XXXX XXXX

RCS-TM80BG. Contents 4. Weekly Program Function... EG-6 5. Outing Function... EG-12 6. Sleeping Function... EG-14 XXX XXXX XXXX XXXX XXXX Save These Instructions! Save These Instructions! Save These Instructions! Save These Instructions! Save These Instructions! Save These Instructions! Save These Instructions! 1. Important Safety Instructions...

More information

VDSL2 POTS Splitters and Microfilters

VDSL2 POTS Splitters and Microfilters VL2 POTS Splitters and Microfilters Introduction The purpose of this paper is to discuss the characteristics of splitters and microfilters for VL2 applications. Both CPE configurations are simplified into

More information

Avez-vous entendu parler du Compressed sensing? Atelier Inversion d ISTerre 15 Mai 2012 H-C. Nataf

Avez-vous entendu parler du Compressed sensing? Atelier Inversion d ISTerre 15 Mai 2012 H-C. Nataf Avez-vous entendu parler du Compressed sensing? Atelier Inversion d ISTerre 15 Mai 2012 H-C. Nataf Compressed Sensing (CS) Candès & Wakin, 2008 15 Mai 2012 Atelier Inversion d'isterre 2 15 Mai 2012 Atelier

More information

ABAP QUERY AN EXAMPLE

ABAP QUERY AN EXAMPLE ABAP QUERY AN EXAMPLE Applies To : ECC 5.0 Created On : 18.12.2007 Author : Sylvia Chandra Company : Telco Company Summary : This article will introduce you about ABAP Query and explain how to create an

More information

Febex Data Acquisition System

Febex Data Acquisition System Febex Data Acquisition System (FPGA Hit Finder and Energy Filter for the FEBEX Pipelining ADC) Dr. Ivan Rusanov for CSEE, GSI - Darmstadt CSEE meeting, GSI 24.02.2014., Darmstadt The Febex Data AcquisitionSystem

More information

NEXT. Tools of the Participant Portal: Scientific Reports & Deliverables

NEXT. Tools of the Participant Portal: Scientific Reports & Deliverables NEXT Tools of the Participant Portal: Scientific Reports & Deliverables Scientific Reporting and Deliverables: Terminology Scientific Reporting: Standardised format & always due at the end of Reporting

More information

Equipment Set-up. Dennis L. Molfese University of Nebraska - Lincoln

Equipment Set-up. Dennis L. Molfese University of Nebraska - Lincoln Equipment Set-up Dennis L. Molfese University of Nebraska - Lincoln 1 The Good Old Days 2 2 Permanent Setup Things to consider: Power source Electrical Grounding Noise (environmental and electrical) Temperature

More information

MANTA Piston Distributor for Oil and Fluid Grease

MANTA Piston Distributor for Oil and Fluid Grease MANTA Piston Distributor for Oil and Fluid Grease Function Piston distributors meter out and distribute the oil delivered by an intermittently actuated pump. The quantities of oil for the individual lube

More information

Heart Rate Data Collection Software Application User Guide

Heart Rate Data Collection Software Application User Guide Y O R K B I O F E E D B A C K w w w. y o r k - b i o f e e d b a c k. c o. u k G l y n B l a c k e t t Heart Rate Data Collection Software Application User Guide Table of Contents 1 Introduction...1 2

More information

Audit de sécurité avec Backtrack 5

Audit de sécurité avec Backtrack 5 Audit de sécurité avec Backtrack 5 DUMITRESCU Andrei EL RAOUSTI Habib Université de Versailles Saint-Quentin-En-Yvelines 24-05-2012 UVSQ - Audit de sécurité avec Backtrack 5 DUMITRESCU Andrei EL RAOUSTI

More information

Blink behaviour based drowsiness detection

Blink behaviour based drowsiness detection VTI särtryck 362A 2004 Blink behaviour based drowsiness detection method development and validation Master s thesis project in Applied Physics and Electrical Engineering Reprint from Linköping University,

More information

ANIMA: Non-Conventional Interfaces in Robot Control Through Electroencephalography and Electrooculography: Motor Module

ANIMA: Non-Conventional Interfaces in Robot Control Through Electroencephalography and Electrooculography: Motor Module Ninth LACCEI Latin American and Caribbean Conference (LACCEI 2011), Engineering for a Smart Planet, Innovation, Information Technology and Computational Tools for Sustainable Development, August 3-5, 2011,

More information

Introduction to Receivers

Introduction to Receivers Introduction to Receivers Purpose: translate RF signals to baseband Shift frequency Amplify Filter Demodulate Why is this a challenge? Interference (selectivity, images and distortion) Large dynamic range

More information

Alignment and Preprocessing for Data Analysis

Alignment and Preprocessing for Data Analysis Alignment and Preprocessing for Data Analysis Preprocessing tools for chromatography Basics of alignment GC FID (D) data and issues PCA F Ratios GC MS (D) data and issues PCA F Ratios PARAFAC Piecewise

More information

NeuroImage xxx (2011) xxx xxx. Contents lists available at SciVerse ScienceDirect. NeuroImage. journal homepage: www.elsevier.

NeuroImage xxx (2011) xxx xxx. Contents lists available at SciVerse ScienceDirect. NeuroImage. journal homepage: www.elsevier. YNIMG-08753; No. of pages: 16; 4C: NeuroImage xxx (2011) xxx xxx Contents lists available at SciVerse ScienceDirect NeuroImage journal homepage: www.elsevier.com/locate/ynimg A shared cortical bottleneck

More information

Automated backup. of the LumaSoft Gas database

Automated backup. of the LumaSoft Gas database Automated backup of the LumaSoft Gas database Contents How to enable automated backup of the LumaSoft Gas database at regular intervals... 2 How to restore the LumaSoft Gas database... 13 BE6040-11 Addendum

More information

WIRELESS ASSET MONITORING

WIRELESS ASSET MONITORING WIRELESS ASSET MONITORING WITH ANALYSIS AND DYNAMIC DATA TRANSLATOR SOFTWARE WAM 661 WAM 761 WAM 56U Rev. 2.11 WAM WIRELESS ASSET MONITORING SYSTEM OVERVIEW: Spectrum Instruments Ltd s WAM product line

More information

Mastering Microsoft Project 2013

Mastering Microsoft Project 2013 Course 55054: Mastering Microsoft Project 2013 Page 1 of 9 Mastering Microsoft Project 2013 Course 55054: 2 days; Instructor-Led Introduction This two-day, instructor-led course is intended for individuals

More information

Time series analysis Matlab tutorial. Joachim Gross

Time series analysis Matlab tutorial. Joachim Gross Time series analysis Matlab tutorial Joachim Gross Outline Terminology Sampling theorem Plotting Baseline correction Detrending Smoothing Filtering Decimation Remarks Focus on practical aspects, exercises,

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

Mastering Microsoft Project 2013 Course: 55054A Course Length: 3 Days

Mastering Microsoft Project 2013 Course: 55054A Course Length: 3 Days 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com Mastering Microsoft Project 2013 Course: 55054A Course Length:

More information

Anomaly Detection in Predictive Maintenance

Anomaly Detection in Predictive Maintenance Anomaly Detection in Predictive Maintenance Anomaly Detection with Time Series Analysis Phil Winters Iris Adae Rosaria Silipo Phil.Winters@knime.com Iris.Adae@uni-konstanz.de Rosaria.Silipo@knime.com Copyright

More information

Desktop Videoconferencing Guide

Desktop Videoconferencing Guide Desktop Videoconferencing Guide A guide from the JANET Videoconferencing Service August 2010 Telephone: +44(0)131 650 4933 E-mail: vidconf@jvcs.ja.net Version: 1.9 12/08/2010 1 CONTENTS 1 HARDWARE & SOFTWARE

More information

The BSN Hardware and Software Platform: Enabling Easy Development of Body Sensor Network Applications

The BSN Hardware and Software Platform: Enabling Easy Development of Body Sensor Network Applications The BSN Hardware and Software Platform: Enabling Easy Development of Body Sensor Network Applications Joshua Ellul jellul@imperial.ac.uk Overview Brief introduction to Body Sensor Networks BSN Hardware

More information

Psychology equipment

Psychology equipment Psychology equipment Equipment Quantity Description Photo Biopac acquisition unit 1 The Biopac is used for measuring a range of physiological responses. The acquisition unit is the central component, to

More information

Understanding the DriveRack PA. The diagram below shows the DriveRack PA in the signal chain of a typical sound system.

Understanding the DriveRack PA. The diagram below shows the DriveRack PA in the signal chain of a typical sound system. Understanding the DriveRack PA The diagram below shows the DriveRack PA in the signal chain of a typical sound system. The diagram below shows all the pieces within a sound system that the DriveRack PA

More information

Analog signals are those which are naturally occurring. Any analog signal can be converted to a digital signal.

Analog signals are those which are naturally occurring. Any analog signal can be converted to a digital signal. 3.3 Analog to Digital Conversion (ADC) Analog signals are those which are naturally occurring. Any analog signal can be converted to a digital signal. 1 3.3 Analog to Digital Conversion (ADC) WCB/McGraw-Hill

More information

Telephone Answering Service

Telephone Answering Service Telephone Answering Service All your calls ANSWERED. Answering Service OUR SERVICE: Answer calls in your company name. Transfer calls to any division/person in your company anywhere in SA. Take messages.

More information

The History of NAICS

The History of NAICS The History of NAICS By James T. Saint, CCIM Real Estate Advocate 5 Apr 2007 While many real estate professionals and business executives are reasonably familiar with the older Standard Industrial Classification

More information

Cahier de réalisation

Cahier de réalisation Référence : cahier_realisation_mini_projet-sepia-theba-1.0 Page : 1/8 Cahier de réalisation SEPIA THEBA REDACTION Nom, prénom Gildas Le Corguillé Erwan Corre Unité ABiMS ABiMS Version Date Nature des modifications

More information

ERPLAB TOOLBOX TUTORIAL

ERPLAB TOOLBOX TUTORIAL ERPLAB TOOLBOX TUTORIAL Version Beta1.1.9 1 July 2010 Tutorial written by Steve Luck, Stan Huang, and Javier Lopez- Calderon ERPLAB Toolbox core designed by Javier Lopez- Calderon and Steve Luck Important

More information

The Periodic Moving Average Filter for Removing Motion Artifacts from PPG Signals

The Periodic Moving Average Filter for Removing Motion Artifacts from PPG Signals International Journal The of Periodic Control, Moving Automation, Average and Filter Systems, for Removing vol. 5, no. Motion 6, pp. Artifacts 71-76, from December PPG s 27 71 The Periodic Moving Average

More information

Les Cahiers du GERAD ISSN: 0711 2440

Les Cahiers du GERAD ISSN: 0711 2440 Les Cahiers du GERAD ISSN: 0711 2440 Filtering for Detecting Multiple Targets Trajectories on a One-Dimensional Torus Ivan Gentil Bruno Rémillard G 2003 09 February 2003 Les textes publiés dans la série

More information

Ruby SuperSystem Bulletin Hardware & Software Support Services. Bulletin

Ruby SuperSystem Bulletin Hardware & Software Support Services. Bulletin Ruby SuperSystem Bulletin Hardware & Software Support Services Bulletin NO: 08.00 Subject: Products: Publication Date: Author: Wayne Board All Wayne Ruby SuperSystem Installations Utilizing DCPT s January

More information

L04 C Shell Scripting - Part 2

L04 C Shell Scripting - Part 2 Geophysical Computing L04-1 1. Control Structures: if then L04 C Shell Scripting - Part 2 Last time we worked on the basics of putting together a C Shell script. Now, it is time to add to this the control

More information

B-Alert with AcqKnowledge Quick Guide

B-Alert with AcqKnowledge Quick Guide B-Alert with AcqKnowledge Quick Guide Baseline Acquisition and Cognitive States Analysis 42 Aero Camino, Goleta, CA 93117 Tel (805) 685-0066 Fax (805) 685-0067 info@biopac.com www.biopac.com Distributed

More information

Offline Image Viewer Guide

Offline Image Viewer Guide Table of contents 1 Overview... 2 2 Usage... 3 2.1 Basic...3 2.2 Example... 3 3 Options...5 3.1 Option Index... 5 4 Analyzing Results... 6 4.1 Total Number of Files for Each User...6 4.2 Files That Have

More information

Rainfall Monitoring Using Acoustic Sensors

Rainfall Monitoring Using Acoustic Sensors TENCON 2012 1569632567 Rainfall Monitoring Using Acoustic Sensors E.M. Trono, M.L. Guico, N.J.C Libatique, G.L. Tangonan, D.N.B. Baluyot, T.K.R. Cordero, F.A.P. Geronimo, A.P.F. Parrenas Department of

More information

Case study: how to use cutoff conditions in a FRA frequency scan?

Case study: how to use cutoff conditions in a FRA frequency scan? NOVA Technical Note 8 Case study: how to use cutoff conditions in a FRA frequency scan? 1 Using cutoffs Cutoffs in FRA 1 The NOVA options can be used to test measured data points for a cutoff condition.

More information

SUMMARY. Additional Digital/Software filters are included in Chart and filter the data after it has been sampled and recorded by the PowerLab.

SUMMARY. Additional Digital/Software filters are included in Chart and filter the data after it has been sampled and recorded by the PowerLab. This technique note was compiled by ADInstruments Pty Ltd. It includes figures and tables from S.S. Young (2001): Computerized data acquisition and analysis for the life sciences. For further information

More information

This presentation explains how to monitor memory consumption of DataStage processes during run time.

This presentation explains how to monitor memory consumption of DataStage processes during run time. This presentation explains how to monitor memory consumption of DataStage processes during run time. Page 1 of 9 The objectives of this presentation are to explain why and when it is useful to monitor

More information

for CS flow / dew point sensors

for CS flow / dew point sensors Operating Manual Service Software for CS flow / dew point sensors FA300/ VA300/ DP300/ FA4XX / VA4XX - 1 - V-3-03-2008 Service Software for flow / dew point sensors Introduction This service software can

More information

Magnetic Field Feature Analysis of Smartphone Application Activities Using Android MI Sensors

Magnetic Field Feature Analysis of Smartphone Application Activities Using Android MI Sensors University of California Los Angeles Magnetic Field Feature Analysis of Smartphone Application Activities Using Android MI Sensors A project submitted in partial satisfaction of the requirements for the

More information

Setup for WinPlus/picoPrompt automatic script transfer via a remote FTP site

Setup for WinPlus/picoPrompt automatic script transfer via a remote FTP site Fall 08 August 2013 Setup for WinPlus/picoPrompt automatic script transfer via a remote FTP site What you will need: idevice picoprompt App from the App Store on itunes iscroll/iglue Combo from Teleprompting

More information

Utilizing SFTP within SSIS

Utilizing SFTP within SSIS Utilizing SFTP within SSIS By Chris Ware, Principal Consultant, iolap, Inc. The Problem Within SSIS a FTP task exists which enables you to access a FTP server. However, it does not support Secure FTP (SFTP).

More information

Des Moines Area Community College

Des Moines Area Community College Des Moines Area Community College Course Information EFFECTIVE FL 2012-01 Acronym/Number MDT 210 Historical Ref Title Android App Development II Credit breakout 3 3 0 0 0 (credit lecture lab practicum

More information

Command Line Interface User Guide for Intel Server Management Software

Command Line Interface User Guide for Intel Server Management Software Command Line Interface User Guide for Intel Server Management Software Legal Information Information in this document is provided in connection with Intel products. No license, express or implied, by estoppel

More information

Mastering Microsoft Project 2010 50413B; 3 days, Instructor-led

Mastering Microsoft Project 2010 50413B; 3 days, Instructor-led Mastering Microsoft Project 2010 50413B; 3 days, Instructor-led Course Description This three-day instructor-led course provides students with the knowledge and skills plan and manage projects using Microsoft

More information

BrainMaster tm System Type 2E Module & BMT Software for Windows tm. Helpful Hints

BrainMaster tm System Type 2E Module & BMT Software for Windows tm. Helpful Hints . BrainMaster tm System Type 2E Module & BMT Software for Windows tm Helpful Hints 1995-2004 BrainMaster Technologies, Inc., All Rights Reserved BrainMaster and From the Decade of the Brain are registered

More information

The following information can be output as speech: status of the teacher / student connection. time markers of the timers.

The following information can be output as speech: status of the teacher / student connection. time markers of the timers. 1 V2 software 1.1 Update from V1 to V2 Additional files must be installed when updating from software version 1 to version 2. In version 2.xx, the volume settings are stored in the model memory. The volume

More information

OPIF. Organizational Change Readiness Questionnaire

OPIF. Organizational Change Readiness Questionnaire OPIF Organizational Change Readiness Questionnaire Introduction What are we doing? Describe OPIF nationally (vision and context) and by department (scope statement)... Why are we doing this survey? The

More information

Lab 5 Getting started with analog-digital conversion

Lab 5 Getting started with analog-digital conversion Lab 5 Getting started with analog-digital conversion Achievements in this experiment Practical knowledge of coding of an analog signal into a train of digital codewords in binary format using pulse code

More information

Email: tjohn@mail.nplindia.ernet.in

Email: tjohn@mail.nplindia.ernet.in USE OF VIRTUAL INSTRUMENTS IN RADIO AND ATMOSPHERIC EXPERIMENTS P.N. VIJAYAKUMAR, THOMAS JOHN AND S.C. GARG RADIO AND ATMOSPHERIC SCIENCE DIVISION, NATIONAL PHYSICAL LABORATORY, NEW DELHI 110012, INDIA

More information

Kurz Instruments Inc. Document 360209-AV Document Title: MFTB Event Code Definitions. MFT B-Series Event Codes

Kurz Instruments Inc. Document 360209-AV Document Title: MFTB Event Code Definitions. MFT B-Series Event Codes MFT B-Series Event Codes The MFT B-series status information is contained in a 4-byte long word (32-bit) Event Code. This Event Code provides a bit-wise mapping of the status of the flow meter with each

More information

OpenICE. Prepared for May 2014 IEEE 11073/HL7 Dev WG Meeting Phoenix, Az By Tracy Rausch, CCE CEO DocBox Inc

OpenICE. Prepared for May 2014 IEEE 11073/HL7 Dev WG Meeting Phoenix, Az By Tracy Rausch, CCE CEO DocBox Inc OpenICE Prepared for May 2014 IEEE 11073/HL7 Dev WG Meeting Phoenix, Az By Tracy Rausch, CCE CEO DocBox Inc Agenda What is OpenICE? Components of OpenICE What are the status of the components? Deep Dive

More information

UNITED STATES DEPARTMENT OF EDUCATION OFFICE FOR CIVIL RIGHTS THE WANAMAKER BUILDING, SUITE 515 100 PENN SQUARE EAST PHILADELPHIA, PA 19107-3323

UNITED STATES DEPARTMENT OF EDUCATION OFFICE FOR CIVIL RIGHTS THE WANAMAKER BUILDING, SUITE 515 100 PENN SQUARE EAST PHILADELPHIA, PA 19107-3323 UNITED STATES DEPARTMENT OF EDUCATION OFFICE FOR CIVIL RIGHTS THE WANAMAKER BUILDING, SUITE 515 100 PENN SQUARE EAST PHILADELPHIA, PA 19107-3323 REGION III DELAWARE KENTUCKY MARYLAND PENNSYLVANIA WEST

More information

VitalJacket SDK v1.0.03 Technical Specifications

VitalJacket SDK v1.0.03 Technical Specifications VitalJacket SDK v1.0.03 Technical Specifications Edíficio Olympus I Page2 LEGAL NOTICE AND DISCLAIMER ATENTION: Although VitalJacket is a certified medical device, its developer version is NOT certified

More information

Lecture 21 Integration: Left, Right and Trapezoid Rules

Lecture 21 Integration: Left, Right and Trapezoid Rules Lecture 1 Integration: Left, Right and Trapezoid Rules The Left and Right point rules In this section, we wish to approximate a definite integral b a f(x)dx, where f(x) is a continuous function. In calculus

More information

Basics of RF Amplifier Measurements with the E5072A ENA Series Network Analyzer

Basics of RF Amplifier Measurements with the E5072A ENA Series Network Analyzer Basics of RF Amplifier Measurements with the E5072A ENA Series Network Analyzer Application Note Introduction The RF power amplifier is a key component used in a wide variety of industries such as wireless

More information

Instructions for Setting the T560 Digital Delay Generator for the Target Delay

Instructions for Setting the T560 Digital Delay Generator for the Target Delay Instructions for Setting the T560 Digital Delay Generator for the Target Delay Important! These instructions are only to be followed by beam-line operators who have been trained to operate the target!!

More information

The UBATSIM software package. Simulates UBAT detector frames from a GRB. and. processes them to trigger and locate the GRB

The UBATSIM software package. Simulates UBAT detector frames from a GRB. and. processes them to trigger and locate the GRB The UBATSIM software package Simulates UBAT detector frames from a GRB and processes them to trigger and locate the GRB P.H.Connell Image Processing Laboratory University of Valencia Valencia Spain 3.2.2011

More information

On MSC Adams Vehicle Modeling and its Applications to Dynamics Performance Evaluation

On MSC Adams Vehicle Modeling and its Applications to Dynamics Performance Evaluation On MSC Adams Vehicle Modeling and its Applications to Dynamics Performance Evaluation K. Uehara NISSAN Motor CO., LTD Digital Development for Vehicle Dynamics Performance 1 Provide Suspension MSC Adams

More information