convolve_hrf {autohrf} | R Documentation |
convolve_hrf
Description
A helper function for convolving HRF with a signal.
Usage
convolve_hrf(y, hrf_s)
Arguments
y |
The signal. |
hrf_s |
The HRF. |
Value
Returns the convolution between HRF and the signal.
[Package autohrf version 1.1.3 Index]