-
详解emd的MATLAB代码——brain_matrix:一款用于fMRI荟萃分析的工具
资源介绍
emd的matlab代码详解脑矩阵
Brain_matrix
是一个
Python
包,用于面向距离度量的
fMRI
元分析。
该包提供了一个主要类BrainMatrix
,它表示
fMRI
图像上的距离矩阵。
默认情况下,图像是从使用“语义”或“焦虑”等关键字特征中提取的。
对于距离度量,我们提供了一个已成功用于比较
2D
图像的度量。
但是,也可以提供自己的距离度量函数。
用法
使用BrainMatrix相当简单。
一个例子是最好的解释:
from
brain_matrix
import
BrainMatrix
#
Note:
the
neurosynth
database
will
be
downloaded
on
the
first
run,
which
#
takes
5
minutes
with
a
13
Mbps
connection.
#
We
use
an
excessively
large
downsample
value
to
make
the
demo
run
quickly.
matrix
=
BrainMatrix
(
metric
=
'emd'
,
do
- 上一篇: 低速电动汽车开关磁阻电机控制器及设计
- 下一篇: STM32无人机飞控源码(含思路解析)