Doxygen Source Code Documentation
spm_hrf.m File Reference
Go to the source code of this file.
Functions | |
defaults | t () |
id | p () |
if nargin | p (1:length(P)) |
id | fMRI_T () |
Variables | |
function [hrf, p] = spm_hrf(RT,P) | |
returns a hemodynamic response function | FORMAT [hrf, p] = spm_hrf(RT,[p]) |
else | |
fMRI_T = 16 | |
end | |
u = [0:(p(7)/dt)] - p(6)/dt | |
hrf = spm_Gpdf(u,p(1)/p(3),dt/p(3)) - spm_Gpdf(u,p(2)/p(4),dt/p(4))/p(5) |
Function Documentation
|
|
|
|
|
|
|
|
Variable Documentation
|
Definition at line 27 of file spm_hrf.m. Referenced by save_argtypes(). |
|
|
|
|
|
|
|
|
|
|
|
|