浅谈近红外脑成像英文期刊文章撰写

本文作者是刘宁博士 作者简介:刘宁,塔夫斯大学生物医学工程博士(Tufts University),斯坦福大学脑科学方向科研人员。 Frontiers 杂志客座编辑(Guest Associate Editor for Fronti
Xu Cui
11 sec read

nirs2img, create an image file from NIRS data

Update 2021/2/27: If you find griddata3 not working, try to change griddata3 to griddata. I was asked where to get nirs2img script. Here it is. The download link is at the bottom of this article. nirs2img is to create an image file from the input data. Then theimage file can be viewed by a
Xu Cui
51 sec read

All Articles

An interesting gamble

The other day I was walking on a street, along which there are a lot of booths where people play games to gamble. I stopped in front of one booth. The host was warm and we started to talk. “How to play?”, I asked. “Well, simple.R
Xu Cui
1 min read

How to label each point in MatLab plot?

How to label each data point in a MatLab plot, like the following figure? MatLab code: x = ; y = x + rand(1,10); figure('color','w'); plot(x,y,'o'); a = '; b = num2str(a); c = cellstr(b); dx = 0.1; dy = 0.1; text(x+dx, y+dy, c); It also w
Xu Cui
18 sec read

SVM regression on time series, is there a lag?

It would be nice if we can predict the future. For example, give the following time series, can we predict the next point? Let’s use SVM regression, which is said to be powerful. We use the immediate past data point as the predictor. We train o
Xu Cui
1 min read

NIRS can’t measure deep brain, … maybe it can!

Is NIRS able to measure signal from deep brain structure, such as amygdala? The short answer is no. NIRS is only able to measure the surface of the brain. This is a serious limitation of NIRS compared to fMRI which is able to measure the entire brain
Xu Cui
1 min read

How to download emails in Gmail?

Log in to your gmail On the top-right corner, you will find your own icon, click it. A pop up window will show Click “Account” You will see a page with a lot of options. Scroll down and find Account tools, then click “Download data&
Xu Cui
14 sec read

Using a smartphone to measure head motion in a…

Is it possible to use a smartphone to measure head motion in a NIRS study? Is it reliable? After all, smartphones are so popular right now and everybody has it. It would make head motion measurement much more convenient than a traditional stand-alone
Xu Cui
1 min read

How to split a PDF file for free?

I have a PDF file which contains many pages. For some reason I need to send only page 3 and 5 to a friend. How can I create a PDF which contains only page 3 and 5? It turns out using Google Chrome is very easy (and free)! I simply open the big PDF in
Xu Cui
16 sec read

How long is fMRI or NIRS signal delayed?

We know the hemodynamic signal measured by fMRI (or NIRS) is delayed respective to the onset of stimuli. But how long is the delay? Many people think it takes about 2s for the signal to arise. Actually the delay varies from region to region. As shown
Xu Cui
20 sec read

Driver Detective

I had been using a Lenovo Edge laptop, and one day it died. The operation system (windows 7) was corrupted. After installing a new Windows 7, I found the computer is impossible to use – it does not find the wireless adapter and the screen resol
Xu Cui
37 sec read