Home > simtb_v18 > sim > simtb_TCsource.m

simtb_TCsource

PURPOSE ^

simtb_TCsource() - Contains the definitions for the generation of TCs

SYNOPSIS ^

function [tc, MDESC, P, PDESC] = simtb_TCsource(eTC, TR, sourceType, P)

DESCRIPTION ^

 simtb_TCsource()  - Contains the definitions for the generation of TCs

 Usage:
  >> [tc, MDESC, P, PDESC] = simtb_TCsource(eTC, TR, sourceType);
  >> [tc, MDESC, P, PDESC] = simtb_TCsource(eTC, TR, sourceType, P);

 INPUTS:
 eTC          = [nT x 1] event vector
 TR           = repetition time (in seconds)
 sourceType   = model to use for the generation of the TC
 P            = vector of parameters for the BOLD generation model [OPTIONAL]

 OUTPUTS:
 tc      =  [nT x 1] component time course
 MDESC   =  Description of the model used
 P       =  Parameters used in model
 PDESC   =  Description of model parameters

 see also: simtb_countTCmodels()

CROSS-REFERENCE INFORMATION ^

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