nonfractal
It is a MATLAB toolbox for estimating both nonfractal connectivity and fractal connectivity from a set of time series with long-range dependence such as resting state fMRI BOLD signals.
* Getting Started
You can install this toolbox as follows.
1. Place all files of this toolbox at any directory, and add all sub-directories to the MATLAB paths.
2. The wmtsa toolbox should be installed a priori. It can be downloaded from http://www.atmos.washington.edu/~wmtsa/ for free.
3. Try to run the demo script "bfn_demo_nonfractal". This demo shows an example of estimating nonfractal connectivity of resting state fMRI BOLD signals of the rat brain using the maximum likelihood estimator.
* Functions
Let X be a NxQ matrix of Q time series with length N. It might be a set of BOLD signals corresponding to multiple ROIs of the brain which was extracted from DICOM images. Then, the function "bfn_mfin_ml" estimates the Hurst exponent, nonfractal connectivity, and fractal connectivity in multivariate time series with long memory using the maximum likelihood method as follows.
[H, nfcon, fcon] = bfn_mfin_ml(X);
H is the Hurst exponent, nfcon and fcon denote the nonfractal connectivity and fractal connectivity respectively. Nonfractal connectivity is identical to the correlation matrix of short memory while fractal connectivity is defined as the asymptotic wavelet correlation of bivariate long memory processes. On the other hand, the function "bfn_mfin_lms" uses the least-mean squares (LMS) method to estimate all the above parameters.
[H, nfcon, fcon] = bfn_mfin_lms(X);
For more options, run the commands "help bfn_mfin_ml" or "help bfn_mfin_lms".
* Reference
Please cite the following paper when using this toolbox.
Wonsang You, Sophie Achard, Joerg Stadler, Bernd Bruekner, and Udo Seiffert, "Fractal analysis of resting state functional connectivity of the brain," in 2012 International Joint Conference on Neural Networks, 2012.
* Information
Please visit the webpage for more information:
https://www.nitrc.org/projects/nonfractal/
You can also view the educational slides:
https://www.slideshare.net/lovebridge/longmemory-79365155
* Technical supports
Please leave a post to give any question or to report technical issues in the following webpage.
https://www.nitrc.org/forum/?group_id=1181
You can also send an e-mail to nonfractal-commits@www.nitrc.org after subscribing the mailing list.
http://www.nitrc.org/mailman/listinfo/nonfractal-commits
引用格式
Wonsang You (2024). nonfractal (https://github.com/wonsang/nonfractal), GitHub. 检索时间: .
You, Wonsang, et al. “Fractal Analysis of Resting State Functional Connectivity of the Brain.” The 2012 International Joint Conference on Neural Networks (IJCNN), IEEE, 2012, doi:10.1109/ijcnn.2012.6252657.
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
- Sciences > Neuroscience > Human Brain Mapping > MRI >
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!demo
m
无法下载基于 GitHub 默认分支的版本
版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.6.0.0 | Enabled MODWT for both ML and LMS estimators of Hurst exponents. |
|
|
1.5.0.0 | Fixed an error in ML estimator |
|
|
1.4.0.0 | 1. Added a MATLAB function bfn_trim_nonchar
|
|
|
1.3.0.0 | * Fixed an error in input arguments. |
|
|
1.2.0.0 | Enabled fractal connectivity
|
|
|
1.1.0.0 | Update descriptions
Update descriptions
|
|