The jump return indicated by the name in this pulse is no longer used

Size: px
Start display at page:

Download "The jump return indicated by the name in this pulse is no longer used"

Transcription

1 HNHA_jr This pulse sequence correlates the HN proton with the HA proton of the same residue. The pulse sequence we use is from Lewis Kay's lab and is referred to as hnha_jr_800_c_enhanced_v2. The original reference is Kuboniwa et al J. Biomolecular NMR 4, 871 (1994) and Vuister and Bax JACS 115, 7772 (1993). The jump return indicated by the name in this pulse is no longer used 1H carrier: 4.7 ppm 13C 15N carrier: 119 ppm (center of amide NH) The water flipback pulse in this sequence occurs prior to a 90 pulse rather than after it. Therefore use t2pul_lek_sel4 rather than t2pul_lek_sel3 to calibrate the flipback pulse. First set phse_sl=5 and tpwrsl=14 and array pw_sl around 1500 to find optimum pw_sl. Then find optimum phase_sl by arraying from 0 to 10 with pw_sl set to value found above. Optimal value is around 5. Set parameters in hnha to these values. For 13C labeled samples there is a C_180 option (is his an option or is always active?) to decouple 13C. This uses an on resonance chirp adiabatic pulse. From the shapelib dir run apod_chirp The 20 indicates 20% truncation. The output is called Apod_Chirp.RF. Rename as chirp_80k.rf. A composite pulse is used for short d2, but this switches to adiabatic at longer d2. Original pulse sequence used a triax gradient. ( pfgon='yyy'). The lock may decrease and it may be possible to bring back by touching up the shims. The reason for the loss in lock level is not known. Check with Varian. Or change all 'x' gradient pulses to the 'z' axis. (This is what we did.) Optimize gzlvl6 for best water suppression and signal/noise ratio. This experiment should be run with shifting and folding of the data. It is unfolded in nmrpipe using the CS command with rs 2.0 ppm -neg -sw. The -neg option gives the proper phase of the unfolded peaks when they are unfolded. Standard parameter settings for 800 sw=10000, sw1=6000, sw2=2500 (adjust sw2 to get all of N15 dimension for your protein) dof=58 ppm, dof2=118 ppm dm2=nnny, dmm2=cccp, dseq2=waltz16, dpwr2=45 (was 56), dmf2=5494 fscuba=n, fsat=n, f1180=y, f2180=n, H180_flg=n dm=nnnn HNHA Analysis Use nmrview HNHA analysis menu First create a peak list by picking both the diagonal and crosspeak of a given residue.

2 First create a peak list by picking both the diagonal and crosspeak of a given residue. If overlap of diagonal is very bad you may want to consider skipping that pair. Names should be something like HN-HN-N and HN-HA_N for the pair (and of course there is the res # also). Save peaklist to disk from Assign-Peaks panel (should always save peaklists). Choose this peaklist name in dialog box. D2 dimension is the 2nd (indirect) H dimension. epsilon = BigT+tauxh (about 10 msec) rmsd = 0 (don't need this) correction factor = 9 compensates for different relaxation properties of diagonal and crosspeak then name output file. Use hnha2tbl perl script to convert into format for CNS/Xplor VNMR Processing Use nmrpipe for final processing, but VNMR is good for examining data left shift F1 frequency by remove H2O with ssfilter (300 to 500) lp1 = -180, rp1 = 90 and adjust rp1 as necessary F1F3 processing Press Tcl buttons for setting LP in t1 and t2 make sure # complex points is set correctly (=> 2*ni) enter window function in command line gaussian / gausshift / pi3ssbsq / etc. do backward LP in F1 BPsetlp1(ni*2,ni,3) make sure # complex points is set correctly (=> 2*ni) transform 1st F1F3 plane enter dc2d('f1') in command line to remove baseline offsets F2F3 processing peaks will look out of phase (and cannot be phased correctly) because sesitivity enhancement. Nonetheless, the peaks should be obvious if experiment is working. 3D processing use nmrpipe (see below) NMRPipe Processing Scripts Varian data input (fid.com) - note Rance-Kay option > more fid.com var2pipe -in./fid \ -xn yn 128 -zn 64 \ -xt 768 -yt 64 -zt 32 \ -xmode Complex -ymode Complex -zmode Rance-Kay \ -xsw ysw zsw \ -xobs yobs zobs \ -xcar ycar zcar \ -xlab D1_H1 -ylab D2_H1 -zlab D3_N15 \ -ndim 3 -aq2d States \

3 -ndim 3 -aq2d States \ -out./data/test%03d.fid -verb -ov sleep 5 f1f3 dimension processing % cat ftxy # nmrpipe -in data/test001.fid \ nmrpipe -fn SP -off end pow 2 -c 1.0 \ nmrpipe -fn ZF -auto \ nmrpipe -fn PS -p0-62 -p1 0 -di \ nmrpipe -fn LP \ nmrpipe -fn SP -off end 1.0 -pow 2 -c 1.0 \ nmrpipe -fn ZF -auto \ nmrpipe -fn FT -auto -verb \ nmrpipe -fn PS -p p di \ nmrpipe -fn CS -rs 2.0ppm -neg -sw \ nmrpipe -out f1f3.dat -ov f2f3 dimension processing % cat ftxz xyz2pipe -in./data/test%03d.fid -z -ri2c -first 1 -last 1 \ nmrpipe -fn TP -hyper \ pipe2xyz -out./data/xz%03d.fid -x -ov # Transform x dimension nmrpipe -in./data/xz001.fid \ # nmrpipe -fn SOL -fl 16 \ nmrpipe -fn SP -off end pow 2.0 -c 0.5 \ nmrpipe -fn ZF -size 1024 \ nmrpipe -fn PS -p0-62 -p1 0 -di \ # Transform z dimension \ # nmrpipe -fn LP -before -pred 3\ nmrpipe -fn LP \ nmrpipe -fn SP -off end pow 2.0 -c 1.0 \ nmrpipe -fn ZF -size 128 \ nmrpipe -fn FT -auto -verb \ nmrpipe -fn PS -p0 0 -p1 0 -di \ nmrpipe -out f2f3.dat -ov rm./data/xz*.fid bugs 184%

4 linear 3D transform (no LP) Linear transform may be adequate with hbha since few signals in 2nd dimension. So ou can probably safely add LP statements. Otherwise, use convoluted scheme below. % cat ft3df # Fast FT without LP # X dimension \ xyz2pipe -in data/test%03d.fid -x -verb \ # nmrpipe -fn SOL -fl 16 \ nmrpipe -fn SP -off end pow 2 -c 1.0 \ nmrpipe -fn ZF -size 1024 \ nmrpipe -fn PS -p0-62 -p di \ # Y dimension \ # nmrpipe -fn LP \ nmrpipe -fn SP -off end pow 2 -c 1.0 \ nmrpipe -fn ZF -auto \ nmrpipe -fn FT \ nmrpipe -fn PS -p0-90 -p di \ nmrpipe -fn CS -rs 2.0ppm -sw -neg \ # nmrpipe -fn BASE -nw 3 -nl 0% 5% 95% 100% \ pipe2xyz -out ft/test%03d.ft3 -x # Z dimension \ xyz2pipe -in ft/test%03d.ft3 -z -verb \ # nmrpipe -fn LP \ nmrpipe -fn SP -off end pow 2 -c 1.0 \ nmrpipe -fn ZF -size 64 \ nmrpipe -fn FT \ nmrpipe -fn PS -p0 0 -p1 0 -di \ # # nmrpipe -fn BASE -nw 3 -nl 0% 5% 95% 100% \ # nmrpipe -fn REV \ pipe2xyz -out ft/test%03d.ft3 -z -inplace 3D transform (convoluted with LP) % cat ft3d # Final FT with LP in Z and Y # Transform x dimension xyz2pipe -in data/test%03d.fid -x -verb \ nmrpipe -fn SP -off end pow 2 -c 1.0 \ nmrpipe -fn ZF -size 1024 \ nmrpipe -fn PS -p0-62 -p di \ pipe2xyz -out ft/test%03d.ft3 -x -ov # Transform z dimension xyz2pipe -in ft/test%03d.ft3 -z -verb \ nmrpipe -fn SP -off end pow 1 -c 1.0 \

5 nmrpipe -fn SP -off end pow 1 -c 1.0 \ nmrpipe -fn ZF -zf 1 \ nmrpipe -fn PS -p0 0 -p1 0 -di \ # pipe2xyz -out ft/test%03d.ft3 -z -inplace # Transform y dimension xyz2pipe -in ft/test%03d.ft3 -y -verb \ # nmrpipe -fn LP -before -pred 2 \ nmrpipe -fn LP -fb \ nmrpipe -fn SP -off end pow 2 -c 1.0 \ nmrpipe -fn ZF -size 256 \ nmrpipe -fn PS -p0-90 -p di \ nmrpipe -fn CS -rs 2.0ppm -sw -neg \ # nmrpipe -fn BASE -nw 3 -nl 0% 5% 95% 100% \ pipe2xyz -out ft/test%03d.ft3 -y -inplace # Un/Re transform z dimension xyz2pipe -in ft/test%03d.ft3 -z -verb \ nmrpipe -fn HT -auto \ nmrpipe -fn PS -inv -hdr \ nmrpipe -fn FT -inv \ nmrpipe -fn ZF -inv \ nmrpipe -fn SP -inv -hdr \ # nmrpipe -fn LP -before -pred 2 \ nmrpipe -fn LP -fb \ nmrpipe -fn SP -off 0.4 -end pow 2 -c 1.0 \ nmrpipe -fn ZF -size 64 \ nmrpipe -fn PS -hdr -di \ pipe2xyz -out ft/test%03d.ft3 -z -inplace # Output nmview format xyz2pipe -in ft/test%03d.ft3 -x -verb \ pipe2xyz -nv -ov -out data3d.nv Biotechnology Graduate Program Chemistry Biology Materials Science url: The University of Alabama in Huntsville, Huntsville, AL site updated: 07 January 2002 (jws)

6

Open acqi window if the button has been lost. autolocking routine, alock= y for autolocking, alock= n for typical manual locking

Open acqi window if the button has been lost. autolocking routine, alock= y for autolocking, alock= n for typical manual locking Glossary of Common NMR Commands and Terms aa acqi ai alock aph array at points (np) axis='p' axis= pd BPsvf bc bs cd directory abort acquisition, hard stop Open acqi window if the button has been lost

More information

Student Name: Date Completed: Supervisor:

Student Name: Date Completed: Supervisor: 2 NMR Training for the 600 MHz NMR with Chempack INOVA 600 Tests and Assignment Certification Student Name: 600-Test #1: The student will be given a written test administered by Dr. Lee. This test will

More information

Supplementary Information

Supplementary Information Supplementary Information CP HISQC: a better version of HSQC experiment for intrinsically disordered proteins under physiological conditions. Tairan Yuwen a & Nikolai R. Skrynnikov a,b * (a) Department

More information

List of Commands and Parameters

List of Commands and Parameters List of Commands and Parameters For information about a command or parameter, in VNMR top window, type: man('parameter_name') the information will display in bottom text window Below are a list of commands

More information

PINMRF. Varian 300 MHz NMR Spectrometers User Guide for Advanced 1D and Basic 2D NMR Experiments

PINMRF. Varian 300 MHz NMR Spectrometers User Guide for Advanced 1D and Basic 2D NMR Experiments PINMRF Varian 300 MHz NMR Spectrometers User Guide for Advanced 1D and Basic 2D NMR Experiments INCLUDING: Inova-300-1 w/ 5mm 4-nucleus probe 365 WTHR Inova-300-2 w/ 5mm 4-nucleus probe 4100 BRWN Table

More information

HMBC 17. Goto. Introduction AVANCE User s Guide Bruker 185

HMBC 17. Goto. Introduction AVANCE User s Guide Bruker 185 Chapter HMBC 17 Introduction 17.1 Goto Heteronuclear Multiple Bond Correlation spectroscopy is a modified version of HMQC suitable for determining long-range 1 H- 13 C connectivity. This is useful in determining

More information

(N)MR Imaging. Lab Course Script. FMP PhD Autumn School. Location: C81, MRI Lab B0.03 (basement) Instructor: Leif Schröder. Date: November 3rd, 2010

(N)MR Imaging. Lab Course Script. FMP PhD Autumn School. Location: C81, MRI Lab B0.03 (basement) Instructor: Leif Schröder. Date: November 3rd, 2010 (N)MR Imaging Lab Course Script FMP PhD Autumn School Location: C81, MRI Lab B0.03 (basement) Instructor: Leif Schröder Date: November 3rd, 2010 1 Purpose: Understanding the basic principles of MR imaging

More information

Guide to Varian Spectrometers running VnmrJ

Guide to Varian Spectrometers running VnmrJ Guide to Varian Spectrometers running VnmrJ David N.M. Jones Department of Pharmacology and Program in Biomolecular Structure University of Colorado Denver and Health Sciences Center All original material

More information

In a typical biological sample the concentration of the solute is 1 mm or less. In many situations,

In a typical biological sample the concentration of the solute is 1 mm or less. In many situations, Water suppression n a typical biological sample the concentration of the solute is 1 mm or less. n many situations, the signals of interest are those of amide protons that exchange with the solvent water.

More information

7 Equipments. Spectrometers

7 Equipments. Spectrometers 7 Equipments Spectrometers There are three spectrometers located in the NMR laboratory: Varian UNITYplus 500 MHz (NMR500), Varian UNITYplus 500 MHz (Nightmare) and Varian INOVA 600 MHz. All spectrometers

More information

Your first NMR measurement

Your first NMR measurement Your first NMR measurement Introduction Select 10mM water in D2O as NMR sample. The NMR spectrum of such sample consists of only two signals: the water signal and the peak of the reference (TSP). Follow

More information

SUPPORTING INFORMATION

SUPPORTING INFORMATION Eur. J. Org. Chem. 2008 WILEY-VCH Verlag GmbH & Co. KGaA, 69451 Weinheim, 2008 ISSN 1434 193X SUPPORTING INFORMATION Title: Structural Elucidation with NMR Spectroscopy: Practical Strategies for Organic

More information

Experiments #6. Convolution and Linear Time Invariant Systems

Experiments #6. Convolution and Linear Time Invariant Systems Experiments #6 Convolution and Linear Time Invariant Systems 1) Introduction: In this lab we will explain how to use computer programs to perform a convolution operation on continuous time systems and

More information

KJM D-SELECTIVE NMR Experiments on the AVIIIHD-800. Version 1.0. Topspin 3.5 Windows 7

KJM D-SELECTIVE NMR Experiments on the AVIIIHD-800. Version 1.0. Topspin 3.5 Windows 7 KJM 9250 1D-SELECTIVE NMR Experiments on the AVIIIHD-800 Version 1.0 Topspin 3.5 Windows 7 Professor Emeritus Alistair Lawrence Wilkins, University of Waikato, New Zealand. January 2018 1D-SELECTIVE NMR

More information

KJM D-SELECTIVE NMR Experiments on the AVI-600 and AVII-600. Version 1.0. Topspin 3.5 Windows 7 Topspin 1.3 Windows XP

KJM D-SELECTIVE NMR Experiments on the AVI-600 and AVII-600. Version 1.0. Topspin 3.5 Windows 7 Topspin 1.3 Windows XP KJM 9250 1D-SELECTIVE NMR Experiments on the AVI-600 and AVII-600 Version 1.0 Topspin 3.5 Windows 7 Topspin 1.3 Windows XP Professor Emeritus Alistair Lawrence Wilkins, University of Waikato, New Zealand.

More information

Temps can range -130 to +120 C. See instructions below (part I). Such data can also be acquired on Athena and the AVANCE-360.

Temps can range -130 to +120 C. See instructions below (part I). Such data can also be acquired on Athena and the AVANCE-360. Flourine-19 Experiments on Varian Spectrometers updated: 2010 May 12 The difficulty with 19 F experiments involving decoupling (or 2D heterocorrelation) is the close proximity of the 19 F resonant frequency

More information

Gradients. Effects of B0 gradients on transverse magnetisation Similar to figure 10 of Sattler review Progr. NMR 34 (1999), 93

Gradients. Effects of B0 gradients on transverse magnetisation Similar to figure 10 of Sattler review Progr. NMR 34 (1999), 93 Gradients 1. What are gradients? Modern high-resolution NMR probes contain -besides the RF coils - additional coils that can be fed a DC current. The coils are built so that a pulse (~1 ms long) of DC

More information

AutoTest for VnmrJ. Varian NMR Spectrometer Systems Pub. No , Rev. A0604

AutoTest for VnmrJ. Varian NMR Spectrometer Systems Pub. No , Rev. A0604 AutoTest for VnmrJ Varian NMR Spectrometer Systems Pub. No. 01-999247-00, Rev. A0604 AutoTest for VnmrJ Varian NMR Spectrometer Systems Pub. No. 01-999247-00, Rev. A0604 AutoTest for VnmrJ Varian NMR Spectrometer

More information

Arrayed Acquisition in VNMR and on the Gemini 1

Arrayed Acquisition in VNMR and on the Gemini 1 Arrayed Acquisition in VNMR and on the Gemini 1 I. Arrays in VNMR Vnmr allows you to quickly define experiments in which a series of spectra can be obtained as a function of any NMR parameter. For example,

More information

The Agilent OneNMR Probe

The Agilent OneNMR Probe The Agilent OneNMR Probe Technical Overview Introduction The Agilent OneNMR probe represents a new class of NMR probes. This technology is the most signifi cant advance in solution-state probes in over

More information

NMR spectrometer usage at the BioNMR facility ETH Zürich

NMR spectrometer usage at the BioNMR facility ETH Zürich NMR spectrometer usage at the BioNMR facility ETH Zürich Accounts 2 Safety precautions: strong magnetic fields 2 Parts of an NMR spectrometer 3 NMR data storage 3 Start topspin software 3 Initial steps

More information

Instructions for 1 H-, 13 C-, 19 F-, and 31 P-Spectra on the Varian Mercury-Vx-300

Instructions for 1 H-, 13 C-, 19 F-, and 31 P-Spectra on the Varian Mercury-Vx-300 1 Instructions for 1 H-, 13 C-, 19 F-, and 31 P-Spectra on the Varian Mercury-Vx-300 Please note: Under no circumstances move the magnet or the automatic sampler table. Do not attempt to use the auto sampler

More information

Remote Sensing 4113 Lab 08: Filtering and Principal Components Mar. 28, 2018

Remote Sensing 4113 Lab 08: Filtering and Principal Components Mar. 28, 2018 Remote Sensing 4113 Lab 08: Filtering and Principal Components Mar. 28, 2018 In this lab we will explore Filtering and Principal Components analysis. We will again use the Aster data of the Como Bluffs

More information

Ultrahigh-resolution Total Correlation NMR Spectroscopy

Ultrahigh-resolution Total Correlation NMR Spectroscopy Ultrahigh-resolution Total Correlation NMR Spectroscopy Supporting Information Mohammadali Foroozandeh, Ralph W. Adams, Mathias Nilsson and Gareth A. Morris* All experimental spectra were recorded at a

More information

MAXYM Mortiser Operating Manual

MAXYM Mortiser Operating Manual MAXYM Mortiser Operating Manual Rev 2.112/16/02 Copyright MAXYM Technologies Inc. Table of Contents Visual Tour 1-2 Operating the Maxym Mortiser 3 Starting the Mortiser 3 Touch Screen Description 3 Mortise

More information

DS1000B Series Digital Oscilloscopes

DS1000B Series Digital Oscilloscopes Product Overview DS1000B series oscilloscopes are designed with four analog channels and 1 external trigger channel, which can capture multi-channel signal simultaneously and meet industrial needs. The

More information

Applications Guide. Spectral Editing with SVS. (Works-in-Progress) MAGNETOM TaTs and Verio Systems (3T)

Applications Guide. Spectral Editing with SVS. (Works-in-Progress) MAGNETOM TaTs and Verio Systems (3T) Applications Guide Spectral Editing with SVS (Works-in-Progress) MAGNETOM TaTs and Verio Systems (3T) syngo MR Numaris 4 VB17A June 2009 Version 1.1 WIP #529 Important Note This document provides a description

More information

RIGOL Data Sheet. DS1000E, DS1000D Series Digital Oscilloscopes DS1102E, DS1052E, DS1102D, DS1052D. Product Overview. Easy to Use Design.

RIGOL Data Sheet. DS1000E, DS1000D Series Digital Oscilloscopes DS1102E, DS1052E, DS1102D, DS1052D. Product Overview. Easy to Use Design. RIGOL Data Sheet DS1000E, DS1000D Series Digital Oscilloscopes DS1102E, DS1052E, DS1102D, DS1052D Product Overview The DS1000E, DS1000D series instruments are economical, high-performance digital oscilloscopes.

More information

Supplementary Figure 1 Overview of samples used for the structure determination of the Pf 26mer Box C/D RNA. a, A,C lab -RNA, b, A,G lab -RNA, c, A,U

Supplementary Figure 1 Overview of samples used for the structure determination of the Pf 26mer Box C/D RNA. a, A,C lab -RNA, b, A,G lab -RNA, c, A,U Supplementary Figure 1 Overview of samples used for the structure determination of the Pf 26mer Box C/D RNA. a, A,C lab -RNA, b, A,G lab -RNA, c, A,U lab -RNA, d, C,U lab -RNA, e, G,C lab -RNA, f, G,U

More information

DS1102E, DS1052E, DS1102D, DS1052D

DS1102E, DS1052E, DS1102D, DS1052D RIGOL Data Sheet DS1000E, DS1000D Series Digital Oscilloscopes DS1102E, DS1052E, DS1102D, DS1052D Product Overview DS1000E, DS1000D series are kinds of economical digital oscilloscope with high-performance.

More information

LIMES 2000 Release Notes

LIMES 2000 Release Notes Page 1 of 8 These release notes are describing changes in LIMES 2000 since version 16.0607.806. A number of topics with regard to measurements of automotive lighting devices are covered, the latter mainly

More information

Step by step procedure for NMR data acquisition

Step by step procedure for NMR data acquisition Step by step procedure for NMR data acquisition Spectrometers The UTHSCSA 500, 600, and 700 MHz spectrometers are each equipped with 4 independent RF channels and are each operated by a Red Hat Linux workstation

More information

400 MHz spectrometer user manual

400 MHz spectrometer user manual 400 MHz spectrometer user manual january 2017 Sandrine Denis-Quanquin 1. THE NMR SPECTROMETER... 3 2. MANUAL MODE / AUTOMATION... 4 2.1 SAMPLE CHANGER... 4 2.2 MANUAL MODE... 4 2.3 AUTOMATION... 4 3. PRELIMINARY

More information

NMR Hardware 06/06/2017. Outline. Instrumentation: Magnet. Increasing magnetic field increases Sensitivity, by power of 3/2 Dispersion, linearly

NMR Hardware 06/06/2017. Outline. Instrumentation: Magnet. Increasing magnetic field increases Sensitivity, by power of 3/2 Dispersion, linearly NMR Hardware Outline Magnet Lock Shims Gradient Probe Signal generation and transmitters Receiver and digitizer Variable temperature system Solids hardware Instrumentation: Magnet Often the most impressive

More information

Introduction to AutoCAD 2010

Introduction to AutoCAD 2010 Page 1 Introduction to AutoCAD 2010 Alf Yarwood Chapter 8 Exercise 1 2. Open the template acadiso.dwt. 3. Construct the drawing as shown in Fig. 8.20, but change the front view to a sectional view A-A.

More information

Eclipse+ NMR Training Guide

Eclipse+ NMR Training Guide Eclipse+ NMR Training Guide Version 4.3.4 ECLIPSE+ NMR Training Guide Revision 20050617 Copyright 2005 by JEOL USA, Inc. Analytical Instruments Division 11 Dearborn Road Peabody, MA 01960 (978) 535-5900

More information

If the magnetic field is larger, more energy is required to excite a given nucleus.

If the magnetic field is larger, more energy is required to excite a given nucleus. 1 2 If an NMR-active nucleus such as 1 H or 13 C is put into a magnet field, then it will come into resonance if it is irradiated with rf at the correct frequency. The correct frequency depends mainly

More information

ACS College of Engineering Department of Biomedical Engineering. BMDSP LAB (10BML77) Pre lab Questions ( ) Cycle-1

ACS College of Engineering Department of Biomedical Engineering. BMDSP LAB (10BML77) Pre lab Questions ( ) Cycle-1 ACS College of Engineering Department of Biomedical Engineering BMDSP LAB (10BML77) Pre lab Questions (2015-2016) Cycle-1 1 Expand ECG. 2 Who invented ECG and When? 3 Difference between Electrocardiogram

More information

Implementing ultrafast 2D NMR experiments on a Bruker Avance Spectrometer

Implementing ultrafast 2D NMR experiments on a Bruker Avance Spectrometer Implementing ultrafast 2D NMR experiments on a Bruker Avance Spectrometer Laetitia Rouger, Benoît Charrier, Serge Akoka, Patrick Giraudeau EBSI group CEISAM laboratory http://www.sciences.univ-nantes.fr/ceisam/en_ebsi1.php

More information

Two Dimensional Homonuclear Correlation Spectroscopy

Two Dimensional Homonuclear Correlation Spectroscopy Two Dimensional Homonuclear Correlation Spectroscopy Gradient COSY William D. Wheeler, Ph.D. Department of Chemistry University of Wyoming April 16, 1999 Revised September 22, 1999 2 INTRODUCTION Correlation

More information

Revit Structure 2013 Basics

Revit Structure 2013 Basics Revit Structure 2013 Basics Framing and Documentation Elise Moss Supplemental Files SDC P U B L I C AT I O N S Schroff Development Corporation Better Textbooks. Lower Prices. www.sdcpublications.com Tutorial

More information

Modelling and Simulation of a DC Motor Drive

Modelling and Simulation of a DC Motor Drive Modelling and Simulation of a DC Motor Drive 1 Introduction A simulation model of the DC motor drive will be built using the Matlab/Simulink environment. This assignment aims to familiarise you with basic

More information

Electrical & Computer Engineering Technology

Electrical & Computer Engineering Technology Electrical & Computer Engineering Technology EET 419C Digital Signal Processing Laboratory Experiments by Masood Ejaz Experiment # 1 Quantization of Analog Signals and Calculation of Quantized noise Objective:

More information

Receiver Designs for the Radio Channel

Receiver Designs for the Radio Channel Receiver Designs for the Radio Channel COS 463: Wireless Networks Lecture 15 Kyle Jamieson [Parts adapted from C. Sodini, W. Ozan, J. Tan] Today 1. Delay Spread and Frequency-Selective Fading 2. Time-Domain

More information

RIGOL Data Sheet. DS1000E, DS1000D Series Digital Oscilloscopes DS1102E, DS1052E, DS1102D, DS1052D. Product Overview. Applications. Easy to Use Design

RIGOL Data Sheet. DS1000E, DS1000D Series Digital Oscilloscopes DS1102E, DS1052E, DS1102D, DS1052D. Product Overview. Applications. Easy to Use Design RIGOL Data Sheet DS1000E, DS1000D Series Digital Oscilloscopes DS1102E, DS1052E, DS1102D, DS1052D Product Overview DS1000E, DS1000D series are kinds of economical digital oscilloscope with high-performance.

More information

Symbol Timing Recovery for Low-SNR Partial Response Recording Channels

Symbol Timing Recovery for Low-SNR Partial Response Recording Channels Symbol Timing Recovery for Low-SNR Partial Response Recording Channels Jingfeng Liu, Hongwei Song and B. V. K. Vijaya Kumar Data Storage Systems Center Carnegie Mellon University 5 Forbes Ave Pittsburgh,

More information

DCIF NMR Training Guide 500 MHz Varian Inova 502-Casper Varian Inova 501- Rocky Varian Inova 500-Bullwinkle

DCIF NMR Training Guide 500 MHz Varian Inova 502-Casper Varian Inova 501- Rocky Varian Inova 500-Bullwinkle DCIF NMR Training Guide 500 MHz Varian Inova 502-Casper Varian Inova 501- Rocky Varian Inova 500-Bullwinkle (last update 20080919) The Varian Inova-500 has four RF channels (2 channels have waveform generation)

More information

Via Stitching. Contents

Via Stitching. Contents Via Stitching Contents Adding Stitching Vias to a Net Stitching Parameters Clearance from Same-net Objects and Edges Clearance from Other-net Objects Notes Via Style Related Videos Stitching Vias Via

More information

OFDM system: Discrete model Spectral efficiency Characteristics. OFDM based multiple access schemes. OFDM sensitivity to synchronization errors

OFDM system: Discrete model Spectral efficiency Characteristics. OFDM based multiple access schemes. OFDM sensitivity to synchronization errors Introduction - Motivation OFDM system: Discrete model Spectral efficiency Characteristics OFDM based multiple access schemes OFDM sensitivity to synchronization errors 4 OFDM system Main idea: to divide

More information

8800SX TETRA Base Station Operation

8800SX TETRA Base Station Operation 8800SX TETRA Base Station Operation 8800SX TETRA Base Station Test The 8800SX TETRA Base Station Test option utilizes the ETSI standard defined TETRA T1 test mode. - ETSI is the European Telecommunications

More information

DICOM Correction Item

DICOM Correction Item DICOM Correction Item Correction Number CP- 617 Log Summary: Type of Modification Addition Name of Standard PS 3.3 2006 Rationale for Correction: The motion of modern patient support devices is no longer

More information

An NMR Caveman s Guide to Quickly Acquiring Spectroscopic Data By Brian Sparling

An NMR Caveman s Guide to Quickly Acquiring Spectroscopic Data By Brian Sparling An NMR Caveman s Guide to Quickly Acquiring Spectroscopic Data By Brian Sparling Disclaimer: this guide is meant to be a quick, routine means of obtaining characterization data for unknown compounds in

More information

A New Method For Active Noise Control Systems With Online Acoustic Feedback Path Modeling

A New Method For Active Noise Control Systems With Online Acoustic Feedback Path Modeling A New Method For Active Noise Control Systems With Online Acoustic Feedback Path Modeling Muhammad Tahir Akhtar Department of Electrical Engineering, Pakistan Institute of Engineering and Applied Sciences,

More information

Principios Básicos de RMN en sólidos destinado a usuarios. Gustavo Monti. Fa.M.A.F. Universidad Nacional de Córdoba Argentina

Principios Básicos de RMN en sólidos destinado a usuarios. Gustavo Monti. Fa.M.A.F. Universidad Nacional de Córdoba Argentina Principios Básicos de RMN en sólidos destinado a usuarios Gustavo Monti Fa.M.A.F. Universidad Nacional de Córdoba Argentina magnet 1 2 4 5 6 computer 3 Block diagrama of a traditional NMR spectrometer.

More information

Confocal imaging on the Leica TCS SP8. 1) Turn the system on. 2) Use TCS user account. 3) Start LAS X software:

Confocal imaging on the Leica TCS SP8. 1) Turn the system on. 2) Use TCS user account. 3) Start LAS X software: Confocal imaging on the Leica TCS SP8 1) Turn the system on. 2) Use TCS user account. 3) Start LAS X software: 4) Do not touch the microscope while the software is initializing. Choose your options: Turn

More information

Evaluation of Adiabatic Frequency-Modulated Schemes for Broadband Decoupling in Isotropic Liquids

Evaluation of Adiabatic Frequency-Modulated Schemes for Broadband Decoupling in Isotropic Liquids JOURNAL OF MAGNETIC RESONANCE, Series A 119, 129 133 (1996) ARTICLE NO. 0062 Evaluation of Adiabatic Frequency-Modulated Schemes for Broadband Decoupling in Isotropic Liquids RIQIANG FU AND GEOFFREY BODENHAUSEN*

More information

Reference Manual SPECTRUM. Signal Processing for Experimental Chemistry Teaching and Research / University of Maryland

Reference Manual SPECTRUM. Signal Processing for Experimental Chemistry Teaching and Research / University of Maryland Reference Manual SPECTRUM Signal Processing for Experimental Chemistry Teaching and Research / University of Maryland Version 1.1, Dec, 1990. 1988, 1989 T. C. O Haver The File Menu New Generates synthetic

More information

W91350N SERIES 13-MEMORY TONE/PULSE DIALER WITH HANDFREE AND HOLD FUNCTIONS GENERAL DESCRIPTION FEATURES

W91350N SERIES 13-MEMORY TONE/PULSE DIALER WITH HANDFREE AND HOLD FUNCTIONS GENERAL DESCRIPTION FEATURES GENERAL DESCRIPTION 13-MEMORY TONE/PULSE DIALER WITH HANDFREE AND HOLD FUNCTIONS The W91350N series are tone/pluse switchable telephone dialers with thirteen memories, hold function, and a handfree dialing

More information

WAVELET OFDM WAVELET OFDM

WAVELET OFDM WAVELET OFDM EE678 WAVELETS APPLICATION ASSIGNMENT WAVELET OFDM GROUP MEMBERS RISHABH KASLIWAL rishkas@ee.iitb.ac.in 02D07001 NACHIKET KALE nachiket@ee.iitb.ac.in 02D07002 PIYUSH NAHAR nahar@ee.iitb.ac.in 02D07007

More information

Mach 5 100,000 PPS Energy Meter Operating Instructions

Mach 5 100,000 PPS Energy Meter Operating Instructions Mach 5 100,000 PPS Energy Meter Operating Instructions Rev AF 3/18/2010 Page 1 of 45 Contents Introduction... 3 Installing the Software... 4 Power Source... 6 Probe Connection... 6 Indicator LED s... 6

More information

LEICA TCS SP5 AOBS TANDEM USER MANUAL

LEICA TCS SP5 AOBS TANDEM USER MANUAL LEICA TCS SP5 AOBS TANDEM USER MANUAL STARTING THE SYSTEM...2 THE LAS AF SOFTWARE...3 THE «ACQUIRE» MENU...5 CHOOSE AND CREATE A SETTING...6 THE CONTROL PANEL...8 THE DMI6000B MICROSCOPE...10 ACQUIRE ONE

More information

Quick Start Guide for the PULSE PROFILING APPLICATION

Quick Start Guide for the PULSE PROFILING APPLICATION Quick Start Guide for the PULSE PROFILING APPLICATION MODEL LB480A Revision: Preliminary 02/05/09 1 1. Introduction This document provides information to install and quickly start using your PowerSensor+.

More information

User manual Bruker DPX200 NMR spectrometer

User manual Bruker DPX200 NMR spectrometer User manual Bruker DPX200 NMR spectrometer Insert the NMR tube in the spinner in such a way that the bottom of the tube reaches the grey disc at the bottom of the spinnerholder. Make sure that the NMR

More information

Fast Methods for Small Molecules

Fast Methods for Small Molecules Fast Methods for Small Molecules Technical Overview Throughput is a key concern in many NMR laboratories, and using faster methods is one way to increase it. Traditionally, multidimensional NMR requires

More information

MINI PRINTER. Contents. Instruction Manual DESK TYPE SE7200 SD SE7200 PD SE7200 ST SE7200 PT. Chapter 1. Pre-face. Chapter 2.

MINI PRINTER. Contents. Instruction Manual DESK TYPE SE7200 SD SE7200 PD SE7200 ST SE7200 PT. Chapter 1. Pre-face. Chapter 2. Instruction Manual SE 7200 DESK TYPE SD PD ST PT Chapter 1. Pre-face 1-1. Feature 1-2. Usage Chapter 2. Introduction 2-1. Specification 2-2. Control Panel Function 2-3. Self Test Mode 2-4. Hex Decimal

More information

8 COSY. 8.1 Introduction. 8.2 Magnitude COSY

8 COSY. 8.1 Introduction. 8.2 Magnitude COSY 8 COSY 8.1 Introduction COSY (COrrelation SpectroscopY) is a homonuclear 2D technique that is used to correlate the chemical shifts of 1 H nuclei which are J-coupled to one another. In this chapter, two

More information

Part Design. Sketcher - Basic 1 13,0600,1488,1586(SP6)

Part Design. Sketcher - Basic 1 13,0600,1488,1586(SP6) Part Design Sketcher - Basic 1 13,0600,1488,1586(SP6) In this exercise, we will learn the foundation of the Sketcher and its basic functions. The Sketcher is a tool used to create two-dimensional (2D)

More information

Revit Structure 2012 Basics:

Revit Structure 2012 Basics: SUPPLEMENTAL FILES ON CD Revit Structure 2012 Basics: Framing and Documentation Elise Moss autodesk authorized publisher SDC PUBLICATIONS www.sdcpublications.com Schroff Development Corporation Structural

More information

6.S02 MRI Lab Acquire MR signals. 2.1 Free Induction decay (FID)

6.S02 MRI Lab Acquire MR signals. 2.1 Free Induction decay (FID) 6.S02 MRI Lab 1 2. Acquire MR signals Connecting to the scanner Connect to VMware on the Lab Macs. Download and extract the following zip file in the MRI Lab dropbox folder: https://www.dropbox.com/s/ga8ga4a0sxwe62e/mit_download.zip

More information

Lab S-4: Convolution & FIR Filters. Please read through the information below prior to attending your lab.

Lab S-4: Convolution & FIR Filters. Please read through the information below prior to attending your lab. DSP First, 2e Signal Processing First Lab S-4: Convolution & FIR Filters Pre-Lab: Read the Pre-Lab and do all the exercises in the Pre-Lab section prior to attending lab. Verification: The Exercise section

More information

ELEC3104: Digital Signal Processing Session 1, 2013

ELEC3104: Digital Signal Processing Session 1, 2013 ELEC3104: Digital Signal Processing Session 1, 2013 The University of New South Wales School of Electrical Engineering and Telecommunications LABORATORY 4: DIGITAL FILTERS INTRODUCTION In this laboratory,

More information

CMPS09 - Tilt Compensated Compass Module

CMPS09 - Tilt Compensated Compass Module Introduction The CMPS09 module is a tilt compensated compass. Employing a 3-axis magnetometer and a 3-axis accelerometer and a powerful 16-bit processor, the CMPS09 has been designed to remove the errors

More information

Phase-Locked Loop Engineering Handbook for Integrated Circuits

Phase-Locked Loop Engineering Handbook for Integrated Circuits Phase-Locked Loop Engineering Handbook for Integrated Circuits Stanley Goldman ARTECH H O U S E BOSTON LONDON artechhouse.com Preface Acknowledgments xiii xxi CHAPTER 1 Cetting Started with PLLs 1 1.1

More information

OmniTurn Start-up sample part

OmniTurn Start-up sample part OmniTurn Start-up sample part OmniTurn Sample Part Welcome to the OmniTum. This document is a tutorial used to run a first program with the OmniTurn. It is suggested before you try to work with this tutorial

More information

Fourier Transforms in Radio Astronomy

Fourier Transforms in Radio Astronomy Fourier Transforms in Radio Astronomy Kavilan Moodley, UKZN Slides taken from N Gupta s lectures: SKA School 2013 van-cittert Zernike theorem Extended, quasi-monochromatic, incoherent source X (l,m) Y

More information

Grundlagen der Impedanzmessung

Grundlagen der Impedanzmessung Grundlagen der Impedanzmessung presented by Michael Benzinger Application Engineer - RF & MW Agenda Impedance Measurement Basics Impedance Basics Impedance Dependency Factors Impedance Measurement Methods

More information

XTEM. --Software for Complex Transmission Electron Microscopy. Version 1.0

XTEM. --Software for Complex Transmission Electron Microscopy. Version 1.0 XTEM --Software for Complex Transmission Electron Microscopy Version 1.0 1. Introduction XTEM is the software for complex microscopy on JEOL 3100 electron microscopes. The XTEM software consists of a suite

More information

PS-3000-AVAS PS-5000-AVAS DC SOURCE FOR AUTOMOTIVE TESTS

PS-3000-AVAS PS-5000-AVAS DC SOURCE FOR AUTOMOTIVE TESTS PERFORMANCES High accuracy High stability Fast times of transition High inrush current Wide bandwidth Switching from Q1 to Q4 without transition Very low output impedance Ripple & noise superposition Dips

More information

Advanced Diploma in. Photoshop. Summary Notes

Advanced Diploma in. Photoshop. Summary Notes Advanced Diploma in Photoshop Summary Notes Suggested Set Up Workspace: Essentials or Custom Recommended: Ctrl Shift U Ctrl + T Menu Ctrl + I Ctrl + J Desaturate Free Transform Filter options Invert Duplicate

More information

CS/NEUR125 Brains, Minds, and Machines. Due: Wednesday, February 8

CS/NEUR125 Brains, Minds, and Machines. Due: Wednesday, February 8 CS/NEUR125 Brains, Minds, and Machines Lab 2: Human Face Recognition and Holistic Processing Due: Wednesday, February 8 This lab explores our ability to recognize familiar and unfamiliar faces, and the

More information

Introduction to Simulink Assignment Companion Document

Introduction to Simulink Assignment Companion Document Introduction to Simulink Assignment Companion Document Implementing a DSB-SC AM Modulator in Simulink The purpose of this exercise is to explore SIMULINK by implementing a DSB-SC AM modulator. DSB-SC AM

More information

DFT: Discrete Fourier Transform & Linear Signal Processing

DFT: Discrete Fourier Transform & Linear Signal Processing DFT: Discrete Fourier Transform & Linear Signal Processing 2 nd Year Electronics Lab IMPERIAL COLLEGE LONDON Table of Contents Equipment... 2 Aims... 2 Objectives... 2 Recommended Textbooks... 3 Recommended

More information

GEORGIA INSTITUTE OF TECHNOLOGY. SCHOOL of ELECTRICAL and COMPUTER ENGINEERING. ECE 2026 Summer 2018 Lab #8: Filter Design of FIR Filters

GEORGIA INSTITUTE OF TECHNOLOGY. SCHOOL of ELECTRICAL and COMPUTER ENGINEERING. ECE 2026 Summer 2018 Lab #8: Filter Design of FIR Filters GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL and COMPUTER ENGINEERING ECE 2026 Summer 2018 Lab #8: Filter Design of FIR Filters Date: 19. Jul 2018 Pre-Lab: You should read the Pre-Lab section of

More information

Revit Structure 2014 Basics

Revit Structure 2014 Basics Revit Structure 2014 Basics Framing and Documentation Elise Moss Authorized Author SDC P U B L I C AT I O N S Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit

More information

PXA Configuration. Frequency range

PXA Configuration. Frequency range Keysight Technologies Making Wideband Measurements Using the Keysight PXA Signal Analyzer as a Down Converter with Infiniium Oscilloscopes and 89600 VSA Software Application Note Introduction Many applications

More information

Wireless Information Transmission System Lab. Interference 2006/3/9 王森弘. Institute of Communications Engineering. National Sun Yat-sen University

Wireless Information Transmission System Lab. Interference 2006/3/9 王森弘. Institute of Communications Engineering. National Sun Yat-sen University Wireless Information Transmission System Lab. Interference 2006/3/9 王森弘 Institute of Communications Engineering National Sun Yat-sen University Introduction Interference Outline Multiuser Interference

More information

Center, Mail Stop 8108, P.O. Box 6511, Aurora, CO 80045, USA b Department of Chemistry, University of California, Irvine, CA , USA

Center, Mail Stop 8108, P.O. Box 6511, Aurora, CO 80045, USA b Department of Chemistry, University of California, Irvine, CA , USA Journal of Magnetic Resonance 173 (2005) 160 168 www.elsevier.com/locate/jmr Rapid high-resolution four-dimensional NMR spectroscopy using the filter diagonalization method and its advantages for detailed

More information

EE228 Applications of Course Concepts. DePiero

EE228 Applications of Course Concepts. DePiero EE228 Applications of Course Concepts DePiero Purpose Describe applications of concepts in EE228. Applications may help students recall and synthesize concepts. Also discuss: Some advanced concepts Highlight

More information

Chapter 9. Digital Communication Through Band-Limited Channels. Muris Sarajlic

Chapter 9. Digital Communication Through Band-Limited Channels. Muris Sarajlic Chapter 9 Digital Communication Through Band-Limited Channels Muris Sarajlic Band limited channels (9.1) Analysis in previous chapters considered the channel bandwidth to be unbounded All physical channels

More information

527F CNC Control. User Manual Calmotion LLC, All rights reserved

527F CNC Control. User Manual Calmotion LLC, All rights reserved 527F CNC Control User Manual 2006-2016 Calmotion LLC, All rights reserved Calmotion LLC 21720 Marilla St. Chatsworth, CA 91311 Phone: (818) 357-5826 www.calmotion.com NC Word Summary NC Word Summary A

More information

NMR TESLAMETER. User s Manual. Version 2.0. (Revision 2.0)

NMR TESLAMETER. User s Manual. Version 2.0. (Revision 2.0) NMR TESLAMETER User s Manual Version 2.0 (Revision 2.0) June 2010 CONTENTS 1 GENERAL DESCRIPTION... 1 2 SPECIFICATIONS... 5 2.1 Probes... 5 2.2 PT 2025 TESLAMETER... 5 3 USER'S GUIDE... 11 4 PT 2025 OPERATING

More information

Chapter 5 : Specifications

Chapter 5 : Specifications Chapter 5 : Specifications All specifications apply to the DS1000B Series Oscilloscopes and a probe with the Attenuation switch set to 10X unless noted otherwise. To meet these specifications, two conditions

More information

Touch Probe Cycles itnc 530

Touch Probe Cycles itnc 530 Touch Probe Cycles itnc 530 NC Software 340 420-xx 340 421-xx User s Manual English (en) 4/2002 TNC Models, Software and Features This manual describes functions and features provided by the TNCs as of

More information

One connected to the trainer port, MagTrack should be configured, please see Configuration section on this manual.

One connected to the trainer port, MagTrack should be configured, please see Configuration section on this manual. MagTrack R Head Tracking System Instruction Manual ABSTRACT MagTrack R is a magnetic Head Track system intended to be used for FPV flight. The system measures the components of the magnetic earth field

More information

We recommend downloading the latest core installer for our software from our website. This can be found at:

We recommend downloading the latest core installer for our software from our website. This can be found at: Dusk Getting Started Installing the Software We recommend downloading the latest core installer for our software from our website. This can be found at: https://www.atik-cameras.com/downloads/ Locate and

More information

System/Imaging Imperfections

System/Imaging Imperfections System/Imaging Imperfections B0 variations: Shim, Susceptibility B1 variations: Transmit, Receive Gradient Imperfections: Non-linearities Delays and Eddy currents Concomitant terms 1 B0 Variations - Off-Resonance

More information

E L E C R A F T K N B 1 N O I S E B L A N K E R

E L E C R A F T K N B 1 N O I S E B L A N K E R Introduction E L E C R A F T K N B N O I S E B L A N K E R Assembly and Operating Instructions Revision C, Jan. 8, 200. Copyright 200, Elecraft; All Rights Reserved The KNB noise blanker can be used to

More information

Applications Note. Successfully using the Model 8000 NERO dental x-ray machine timer performance. max to evaluate

Applications Note. Successfully using the Model 8000 NERO dental x-ray machine timer performance. max to evaluate Successfully using the Model 8000 NERO dental x-ray machine timer performance max to evaluate Information in this article applies to Model 8000 NERO max firmware release 2.3 or higher. Introduction The

More information

Drawing 1: Tools and Techniques in Corel Draw

Drawing 1: Tools and Techniques in Corel Draw Drawing 1: Tools and Techniques in Corel Draw Introduction: what this assignment is about Drawing is an essential skill for Earth Science graduates, who typically produce maps, cross-sections and other

More information

Copyright 2014 YASKAWA ELECTRIC CORPORATION All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or

Copyright 2014 YASKAWA ELECTRIC CORPORATION All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or Copyright 2014 YASKAWA ELECTRIC CORPORATION All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form, or by any means, mechanical, electronic,

More information