Releases: tsipkens/mat-tfer-pma
v2.0
MATLAB functions to evaluate the transfer function for particle mass analyzers, including the centrifugal particle mass analyzer (CPMA) and aerosol particle mass analyzer (APM).
This version updates the way PMA setpoints are handled by the program. The tfer_*
functions now take a setpoint structure, sp
, as a first argument. This structure can be created using a new get_setpoint
function that takes a prop
structure and a set of name-value pairs. This streamlines specifying the setpoint and makes it easier to combine different combinations of parameters.
v1.3
The attached MATLAB functions and scripts are intended to reproduce the results of the associated paper (Sipkens et al., Aerosol Sci. Technol. 2019). They evaluate the transfer function of particle mass analyzers (PMAs), including the centrifugal particle mass analyzer (CPMA) and aerosol particle mass analyzer (APM). This is done using a novel set of expressions derived from particle tracking methods and using a finite difference method. Information on each file is given as header information in each file, and only a brief overview is provided here.
This release increases the control over the mass-mobility exponent and prefactor using the 'prop' structure.
v1.2.3
The attached MATLAB functions and scripts are intended to reproduce the results of the associated paper (Sipkens et al., Aerosol Sci. Technol. 2019). They evaluate the transfer function of particle mass analyzers (PMAs), including the centrifugal particle mass analyzer (CPMA) and aerosol particle mass analyzer (APM). This is done using a novel set of expressions derived from particle tracking methods and using a finite difference method. Information on each file is given as header information in each file, and only a brief overview is provided here.
This release has minor bug fixes and re-uploads.
v1.2.2
The attached MATLAB functions and scripts are intended to reproduce the results of the associated paper (Sipkens et al., Aerosol Sci. Technol. 2019). They evaluate the transfer function of particle mass analyzers (PMAs), including the centrifugal particle mass analyzer (CPMA) and aerosol particle mass analyzer (APM). This is done using a novel set of expressions derived from particle tracking methods and using a finite difference method. Information on each file is given as header information in each file, and only a brief overview is provided here.
Release officially associated with the associated paper (Sipkens et al., Aerosol Sci. Technol. 2019).