nonfractal

The MATLAB Toolbox for estimating the memory parameter (Hurst exponent), nonfractal connectivity and fractal connectivity
290 téléchargements
Mise à jour 2 nov. 2018

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

Citation pour cette source

Wonsang You (2024). nonfractal (https://github.com/wonsang/nonfractal), GitHub. Récupéré le .

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.

Afficher d’autres styles
Compatibilité avec les versions de MATLAB
Créé avec R2008b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur MRI dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Les versions qui utilisent la branche GitHub par défaut ne peuvent pas être téléchargées

Version Publié le Notes de version
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
Update descriptions
Update descriptions

1.3.0.0

* Fixed an error in input arguments.

1.2.0.0

Enabled fractal connectivity
Updated descriptions
Updated descriptions
Updated title
Updated descriptions
Updated descriptions
Updated descriptions

1.1.0.0

Update descriptions
Updated descriptions
Updated descriptions
Updated descriptions
Update descriptions
Update description
Update description
Updated descriptions
Updated descriptions
Updated descriptions

Update descriptions
Update descriptions
Update description
Update description
Update description
Update descriptions
Update descriptions
Update descriptions
Update description
Update description

Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.