Home > simtb_v18 > sim > simtb_padSM.m

simtb_padSM

PURPOSE ^

simtb_padSM() - Pads SM dimensions to accomodate head translation

SYNOPSIS ^

function SMnew = simtb_padSM(SM, Npad)

DESCRIPTION ^

 simtb_padSM()  - Pads SM dimensions to accomodate head translation
 
 Usage:
       >> SMnew = simtb_padSM(SM, Npad)

 INPUTS:
   SM       = Spatial Maps, size [nC x nV*nV]
   Npad     = Number of elements to add, should be EVEN.

 OUTPUTS:
   SMnew    = padded spatial maps, size [nC x (nV+Npad)*(nV+Npad)]

 see also: simtb_addMotion(), simtb_makeMotParams()

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 29-Mar-2011 15:45:29 by m2html © 2005