dear all.
Is there any matlab toolbox/library or free/open source code for this purpose?
the sample image attached.
Matlab and python scripts are preferred.
The well known methods in this domain are based on "the level set" algorithms.
i think MATLAB software will useful for you such kind of analysis ?
use Biopac software for EEG data acquisition.
use : http://www.biopac.com/eeg-electroencephalography
Hi Mohsen
I think one of the best answers is EEGLab toolbox for MATLAB.
sccn.ucsd.edu/eeglab/
Checkout MNE python http://martinos.org/mne/stable/mne-python.html.
EEG LAB toolbox works on Matlab has this feature.
Checkout SCCN
http://sccn.ucsd.edu/wiki/Chapter_03:_Plotting_Channel_Spectra_and_Maps
Can anybody please send me the 'eeglab' software. I am unable to download the software from the site.
https://sccn.ucsd.edu/wiki/How_to_download_EEGLAB
here it goes..
Thanks Alexander Cerquera
This seems like a much more strait forward function for plotting a topographical map. Rather than downloading an entire toolbox and trying to figure out which functions to use.
https://www.mathworks.com/matlabcentral/fileexchange/3279-eegplot?focused=3785703&tab=function
Probably that link help you http://mne-tools.github.io/mne-python-intro/
Best
Here is a simple MATLAB code for the topographic plot.
http://i-linkz.net/wordpress/index.php/2018/01/05/topographic-plot/
If you have installed BCILAB matlab library, you can use topoplot function as follows.
topoplot(datavector, EEG.chanlocs) ;
datavector should be number_of_channels x 1 vector and EEG.chanloc is a struct which has channel labels, locations, and etc.
You can find a sample EEG data .mat file in Mike X Cohen's web site.
http://mikexcohen.com/lecturelets/sampleEEGdata.mat
Also, you can refer his lecture.
http://mikexcohen.com/lecturelets/indexing/indexing.html
You can find a simple python code for this in the below link:
https://stackoverflow.com/questions/15361143/how-to-fit-result-of-matplotlib-pyplot-contourf-into-circle
Reza Shaemi from your comment i found the solution am looking for days. thanks
Hello all, In SPSS I am going to code 2 open-ended questions. I have already read all the answers and I made a list of the most important categories to which I can code the answers. This question...
02 March 2021 1,757 4 View
Hi, I am trying to construct a multi-layer fibril structure from a single layer in PyMol by translating the layer along the fibril axis. For now, I am able to use the Translate command in PyMol...
02 March 2021 4,569 4 View
I want to do a parameter study of a aixsymmetric cylinder in Abaqus. I want to create several jobs where I get the stresses for 3 different points in my model. These points are defined. I wrote a...
01 March 2021 10,078 1 View
Dear Researchers I am trying to perform a PIL simulation using STM32F4 Discovery board and comunication serial USB TO TTL. During simulation I receive the following timeout error: An error...
01 March 2021 2,327 1 View
Which is suitable for use with Python? MySQL or SQL Server? What is your suggestion?
01 March 2021 3,422 3 View
The following code (see 1st 2 images attached) is used to produce PID controller values that are designed to control the system (G). The code finds the PID controller values (noted as k) by using...
28 February 2021 6,560 14 View
Please, if Gaussian Parameter optimization is possible in this code structure
28 February 2021 278 3 View
I have input and output data set for "ANFIS modeling in MATLAB", and I am getting some negative predicted values of output in testing. However, the predicted values of output in training are...
28 February 2021 3,459 3 View
I wanted to add an extra parameter to the existing Johnson cook equation in the ABAQUS simulation. How to add those extra parameters. Ref: A modified Johnson-Cook material model with strain...
28 February 2021 4,841 3 View
I am working on modeling and simulation of biomecanical material behaviour, I have succeded on simulating skin using anisotropic hyperelastic material, on APDL and in our lab's finite element...
28 February 2021 552 3 View