You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function cvdata = getConductionVelocity( userdata )
% GETCONDUCTIONVELOCITY Returns the conduction velocity map of the
% chamber
%
% Usage:
% cvdata = getConductionVelocity( userdata )
% Where:
% userdata - see importcarto_mem
% cvdata - the conduction velocities, in m/s
%
% GETCONDUCTIONVELOCITY Calculate conduction velocities by calculating
% gradients of interpolated local activation times. GETCONDUCTIONVELOCITY
% makes use of a modified version of "Scattered Data Interpolation and
% Approximation using Radial Base Functions" available from the Matlab
% FileExchange: Alex Chirokov (2020). Scattered Data Interpolation and
% Approximation using Radial Base Functions
% (https://www.mathworks.com/matlabcentral/fileexchange/10056-scattered-data-interpolation-and-approximation-using-radial-base-functions), MATLAB Central File Exchange. Retrieved November 24, 2020.