Time-of-Flight Calculator

A tool for calculating the time-of-flight in TOF-MS
228 download
Aggiornato 18 apr 2016

Visualizza la licenza

File name : 'TOF.m'. This file can be used
for calculating the time-of-flight of a certain ion
in a time-of-flight (TOF) mass spectrometer for
different ionization methods.
Four input values : 'm','dV','x','Ionization'
Ouput : Table with (adduct) ions, m/z values and
time-of-flight
m = mass of ion in Daltons (Da)
dV = potential difference in Volt (V)
x = length of flight tube in meters (m)
Ionization = ionization method
Supported ionization methods:

- Electron ionization: 'EI'
- Chemical ionization: 'CI_CH4' (methane)
'CI_NH3' (ammonia)
'CI_C4H10' (isobutane)
- Electrospray ionization: 'ESI+' and 'ESI-'
- Matrix-assisted laser
desorption ionization: 'MALDI'

[t,mz] = matrix of m/z values and
time-of-flight in seconds (s)
The output consists of a UITable

Input syntax : TOF(m,dV,x,'Ionization method')
NOTE 1: Charge state of ions in ESI are set from
1 till 10
NOTE 2: Negative values for potential difference
will be converted to absolute values

Developed by Joris Meurs BASc (2016)

Cita come

Joris Meurs (2024). Time-of-Flight Calculator (https://www.mathworks.com/matlabcentral/fileexchange/55287-time-of-flight-calculator), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2014b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Chemistry in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
2.1.0.0

Added picture

2.0.0.0

Positive and negative mode for ESI are added

1.0.0.0