nonfractal

The MATLAB Toolbox for estimating the memory parameter (Hurst exponent), nonfractal connectivity and fractal connectivity
293 Downloads
Aktualisiert 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

Zitieren als

Wonsang You (2024). nonfractal (https://github.com/wonsang/nonfractal), GitHub. Abgerufen .

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.

Mehrere Stile anzeigen
Kompatibilität der MATLAB-Version
Erstellt mit R2008b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu MRI finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

Versionen, die den GitHub-Standardzweig verwenden, können nicht heruntergeladen werden

Version Veröffentlicht Versionshinweise
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

Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.