brain

An fMRI ROI analysis program (beta)

Previously I said I was developing a ROI analysis program (https://www.alivelearn.net/?p=1421). Here it is: Download main program (beta version) at https://www.alivelearn.net/xjview/xjviewpro/xjviewpro.p Download sample input excel file: https://www.
Xu Cui
21 sec read

Convert coordinates in MNI space to matrix space

Quite often you need to convert the coordinates of some voxels in MNI space to regular matrix coordinates. Below is a script to do so: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% mni2cor %%%%%%%%%%%%%%%
Xu Cui
43 sec read

What does a wavelet coherence plot tell you?

Can you find any pattern in the two signals, green and blue? The blue signal is the brain wave (measured by NIRS) of a person when he is pressing some buttons (the timing of button pressing is shown in the vertical lines); the green signal is also br
Xu Cui
1 min read

I am developing a fMRI ROI analysis program

Check out the program: https://www.alivelearn.net/?p=1439 This program has a very simple graphic interface – only 2 buttons. The ‘load data’ button will ask you to load an excel file where you specify the path of images and event ti
Xu Cui
21 sec read

Number in Neuroscience

This is some numbers I collected long time ago. What How Much Where Constants and Equations (a list) go to Brain Facts (a list) go to Metabolic Energy (a list) go to Number of neurons and synapses neurons 1011 synapses 1014 pyramidal neurons >80%
Xu Cui
1 min read

Hyperscanning with Near Infrared Spectroscopy

This is a manuscript Chao and myself prepared for a “commentary”. We think NIRS based hyperscanning has a great potential on the shift from one-person neuroscience to 2-people neuroscience. —- Toward an Ecologically Valid Second-per
Xu Cui
4 min read

The most helpful codes (2 lines) in SPM

While discussing data analysis with a coworker today, I Jokingly said my experience on brain imaging can be condensed into two lines of code: V = spm_vol('filename.img'); % note: spm_vol can also take nii files as input M = spm_read_vols(V); % M is a
Xu Cui
17 sec read

Games used in human brain research [3]

Go-Nogo game This game is fairly simple, but it’s very hard to get all correct. A subject sits in front of a computer. In the “go” block, a series of letters will appear one after another in the center of the screen. The subject has
Xu Cui
50 sec read

Games used in human brain research [2]

Previous post “Games used in human brain research ” The finger tapping task mentioned in the last post is rather boring. How interesting it is to move fingers? So in this post I will talk about a more interesting task: competitive butt
Xu Cui
1 min read