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.