Description Usage Arguments Value Author(s) See Also Examples
Generate simulated timeseries from a specified DCM
1 | dcmGenerate(DCM, SNR = 0, ar = 0,names=DCM$names)
|
DCM |
A DCM list containing all model and experimental parameters. This list can be constructed using dcm_param or manually. |
SNR |
SNR of the timeseries. The number represents sd(signal)/sd(noise). If SNR=0 the pure signal is generated. |
ar |
Autoregressioncoefficient of the noise added. 0 (default) means white, gaussian noise. |
names |
The names of the variables. |
Function creates a field DCM$sim, which contains the simulated timeseries per timepoint (rows) and region (columns).
Bjorn Roelstraete
dcm_param
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.