文件名称:matlab代码影响-TAFKAP:(Matlab)概率脑解码算法“PRINCE”和“以前称为Prince的算法”的代码
文件大小:37KB
文件格式:ZIP
更新时间:2024-06-11 01:33:55
系统开源
matlab代码影响塔夫卡普 (Matlab)概率脑解码算法“ PRINCE”和“以前称为Prince的算法”的代码 This code runs the PRINCE or TAFKAP decoding algorithm. The original PRINCE algorithm was first described here: https://www.nature.com/articles/nn.4150 The new TAFKAP algorithm is described here: https://www.biorxiv.org/content/10.1101/2021.03.04.433946v1 The main input to the code is 'samples'. If you are using the code to decode fMRI data, the rows in this matrix will likely correspond to trials, while the columns will correspond to vo
【文件预览】:
TAFKAP-main
----fun_basis.m(368B)
----README.md(4KB)
----logdet.m(3KB)
----invChol()
--------license.txt(1KB)
--------invChol_mex.c(5KB)
--------invChol_mex.mexa64(9KB)
--------run_to_compile_and_test.m(2KB)
----LICENSE(34KB)
----minimize.m(9KB)
----invSNC.m(3KB)
----makeSNCData.m(3KB)
----setdefaults.m(1KB)
----TAFKAP_Decode.m(22KB)