Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 561 Bytes

File metadata and controls

17 lines (14 loc) · 561 Bytes
title ft_average_sens
 FT_AVERAGE_SENS computes average sensor array from a series of input
 arrays. Corresponding average fiducials can also be computed (optional)

 Use as
   [asens, afid] = ft_average_sens(sens)
 where sens is a 1xN structure array containing N sensor arrays

 Additional options should be specified in key-value pairs and can be
   'weights'    a vector of weights (will be normalized to sum==1)
   'fiducials'  optional structure array of headshapes

 See also FT_READ_SENS, FT_DATATYPE_SENS, FT_PREPARE_VOL_SENS