Time-of-Flight Calculator

A tool for calculating the time-of-flight in TOF-MS
228 descargas
Actualizado 18 Apr 2016

Ver licencia

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)

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2014b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Chemistry en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
2.1.0.0

Added picture

2.0.0.0

Positive and negative mode for ESI are added

1.0.0.0