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

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

Android: Status Icon Meanings

http://www.wirelessandmobilenews.com/2010/01/nexus-one-android-an-droid-tips-2day-status-icon-meanings.html
Xu Cui
1 sec read

Excel: how to fix a cell in formula?

Assume the formula is A1+B1, and you want to keep B1 fixed for other rows, then use A1 + $B$1
Xu Cui
4 sec read

Convert images to matrix

Quite often you need to convert an image (or multiple images) to a MatLab matrix for further analysis and visualization (e.g. extracting time series, multivariate pattern analysis, etc). SPM provides handy functions for this: P = spm_select; % select
Xu Cui
21 sec read

【转】静静的小河

离家不远处有一条静静的小河 闲暇时我和孩子总有一段时光在那儿度过 清清的河水静静地流淌 只偶有几头到河边吃草的老牛慢慢走过 柔顺飘逸的苔丝和水草为小河装点了绿意 一群群小鱼在上面散步跳舞唱歌 思绪像随
Xu Cui
0 sec read

Standard deviation and standard error

Standard deviation (std): standard deviation of the sample Standard error, or standard error of the mean (sem), is the standard deviation of the mean. \(sem=std/\sqrt{N}\) Most errorbars in scientific publications refer to standard error. Quite often
Xu Cui
22 sec read

Interview with David Shelly

David is an amazing person: he has published 5 papers in Nature and 1 in Science, two of which were published this year. Check out what he says in Peaya interview (click the photo below).
Xu Cui
9 sec read

gmail is getting smarter

I noticed that gmail will remind you if you have something like “… is attached” in the email body but actually you don’t attach any files. This is very considerate.
Xu Cui
6 sec read

Meaning of correlation coefficient

If variable X and Y has correlation 0.1, how much does it help to predict Y based on X? In the simplest binary case, the probability (p) to correctly predict Y based on X is a linear function of correlation (c), i.e. $$p=\frac{c+1}{2}$$ That means, a
Xu Cui
14 sec read

Octopus Paul, hypothesis, p-Value and significance

Null hypothesis (H0): Octopus Paul doesn’t have the ability to predict. Or, the probability that he predicts correctly on each event is 1/2. Data: In 2010 World Cup, Octopus Paul correctly predicted the outcomes of 8 games out of 8 games. p-Val
Xu Cui
16 sec read