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

本文作者是刘宁博士 作者简介:刘宁,塔夫斯大学生物医学工程博士(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

Hyperbolic discounting emerges from the scalar property of interval…

Ten dollars today is more attractive than the same amount of money tomorrow and is consistent with the well known proverb, “a bird in the hand is worth two in the bush”. We all know that the value of a reward is discounted over time. How the value di
Xu Cui
16 sec read

9 common mistakes in presentation and slides

When you give a presentation, try to avoid the following common mistakes: Too much text The best way to bore your audience.  Also, audience will start focusing and reading the text and ignore your talk. Read slides People read text faster than you. Y
Xu Cui
32 sec read

Ric Elias: 3 things I learned while my plane…

Ric Elias is the CEO of Red Ventures, a marketing services company that grew out of Elias’ long experience in business. He had a front-row seat on Flight 1549, the plane that crash-landed in the Hudson River in New York in January 2009. What di
Xu Cui
24 sec read

What is the probability that the sun will rise…

Laplace introduced the sunrise problem in 18th century. With prior knowledge that the sun has risen N days in the past consecutively (not knowing the gravity rules etc), what is your confidence that the sun will rise tomorrow? Let p be the probabilit
Xu Cui
1 min read

Handy programs to visualize NIRS data (5): plot2

Let’s say you have two correlated variables, x and y. You may have more then one data points with x=10 and y=5. But if you do a scatter plot all these data points of the same value will become a single dot. You may want to use circles with size
Xu Cui
31 sec read

Handy programs to visualize NIRS data (4): wt

In case you need to visualize your time series in both time and frequency domain (or just frequency domain), you can use the wt (wavelet transform) function in the Cross Wavelet and Wavelet Coherence toolbox by Grinsted et al. I often find the color
Xu Cui
33 sec read

Handy programs to visualize NIRS data (3): plotFFT

Sometimes you wish to know the spectrum of a time series. plotFFT is a handy function for this purpose. You instantly know the power of the signal at each frequency. Here is an example on how to use this function: figure; plotFFT(randn(1,1000)); Sour
Xu Cui
11 sec read

Handy programs to visualize NIRS data (2): plotTopoMap

Often you need to view the spatial pattern of activation as in the example below. plotTopoMap allows you to do that. It probably only works for Hitachi devices where the spatial relationship between channels are known. In the above example, the activ
Xu Cui
37 sec read

Handy programs to visualize NIRS data (1): plotTraces

You often need to plot the time series of NIRS signal from all channels with event indicators (See the example below). plotTraces can do that easily. In the above example, time series of all 24 channels are plotted. The number on the y-axis indicates
Xu Cui
26 sec read