Skip to content

vis.revcorr.peak_time_profile

  PEAK_TIME_PROFILE - compute a space x time profile for a receptive field

  [T_PROFILE,T_PROFILE_PVAL] = vis.revcorr.peak_time_profile(T_COORDS,STA,PVAL_STA)

  Computes a space x time slice through an STA. The first dimension is
  exampled for a peak location. The signal is first blurred by sliding a
  5-pixel boxcar filter over the data.  Then, the 5 slices at the 
  spatial peak location are averaged together to create a space x time
  profile.

  The same pixels are selected for PVAL_STA, which is assumed to be an 
  alternative projection of the STA onto probability space, where
  PVAL_STA(x,y,t) indicates the likelihood that the pixel is significant.