首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >事件相关fMRI实验中受试者发声反应时间的自动提取方法

事件相关fMRI实验中受试者发声反应时间的自动提取方法
EN

Stack Overflow用户
提问于 2012-11-14 15:47:54
回答 1查看 224关注 0票数 0

我已经成功地从参与者在MRI扫描仪中的回答中提取了他们公开的单词阅读反应时数据。这是我用matlab http://www.mathworks.in/matlabcentral/fileexchange/38761-function-to-calculate-reaction-time编写的函数,但它只有在只有一个语音响应时才起作用。当音频文件包含多个人工响应时,它会失败。

EN

回答 1

Stack Overflow用户

发布于 2012-11-14 17:20:37

我是否正确理解了您是这样标识响应的:

代码语言:javascript
复制
Step 1: Calculate the average signal height in the set 

Step 2: Find the place where the signal is sufficiently higher than the average

在这种情况下,我建议如下:

代码语言:javascript
复制
Start with a small subset (startpoint is the startpoint of the original set)

Do Step 1 and Step 2 for the subset

If nothing is found, increase the subset size and do Step 1 and Step 2 again.
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/13374804

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档