fNIRS Tips, tutorials, code, examples
The vast majority of studies on the relationship between human brain and behavior try to answer the “where” question: Where in the brain are the regions that are responsible for a particular task? For example, where is the finger movement
This post is under updating … The information is not complete Table can be found here: https://spreadsheets.google.com/spreadsheet/ccc?key=0AmI1wIXzRozHdFQzWHNQajI5eTlOeWRFd0tCT0hwYmc&hl=en_US Artinis OctaMon The m
Let’s say you collected some brain data (time series) using NIRS while the participants were performing a task (say finger tapping), and you use the wt function in the “Cross Wavelet and Wavelet Coherence Toolbox” (link dead. Please
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
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
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
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
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
If you want to control ETG-4000 with your program through the serial port, and at the same time your experiment requires realtime feedback from the ETG4000, you can either merge the RealtimeOT script and your presentation script (which will be very c