Replies: 2 comments
-
Hi @luonnyS, the temporal RSA code computes RDMs per time point, i.e. the RDM at timepoints 3s is based on the data you had for 3s in the original time series. It does not accumulate anything over time. if you want to do that, you need to do the transformations to the time series before you pass it into the RDM calculation function. Does that answer your question? |
Beta Was this translation helpful? Give feedback.
-
To add to @HeikoSchuett 's answer, of course if you have done time binning on the Dataset, with Maybe you can show us some of our code to better understand your situation? |
Beta Was this translation helpful? Give feedback.
-
Hello
I am a beginner about RSA analysis. And I am confused when I learned Temporal RSA Demo .
For example, my time series is [0s, 1s, 2s, 3s, 4s, 5s, 6s], and when the time point is 3, what does the corresponding RDM mean? It means time bin [2s, 3s] or all time points from 0s to 3s?
I tried to figure out from source code but failed, sry for that.
Beta Was this translation helpful? Give feedback.
All reactions