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
I'm currently exploring the application of Python in textile engineering, specifically in areas like data analysis, process automation, and the development of smart textiles. I'm interested in...
10 August 2024 7,429 2 View
I need to model an anisotropic material in which the Poisson's ratio ν_12 ≠ ν_21 and so on. Therefore, the elastic compliance matrix wouldn't be a symmetric one. In ANSYS APDL, for TB,ANEL...
09 August 2024 5,048 2 View
Request Python code from this article : Gender equity of authorship in pulmonary medicine over the past decade. THANKS!
08 August 2024 6,242 2 View
Visual Studio Code (VS Code) has become a popular choice among developers for several reasons: 1. **Free and Open Source**: VS Code is free to use and open source, making it accessible to...
07 August 2024 7,013 4 View
I need the python code to forecast what crop production will be in the next decade considering climate and crop production variables as seen in the attached.csv file.
05 August 2024 2,977 3 View
Hello everyone, I am currently working on a research project that aims to integrate machine learning techniques into an open source SIEM tool to automate the creation of security use cases from...
04 August 2024 3,195 2 View
Why is nonpoint source pollution potentially more harmful and difference between point and nonpoint sources of water pollution?
01 August 2024 1,180 2 View
How do living organisms play a role in the water cycle and why is nonpoint source pollution potentially more harmful than point source pollution?
01 August 2024 7,061 2 View
How does nonpoint source pollution affect the ocean environment and why point source pollution is often easier to manage than nonpoint source pollution?
01 August 2024 8,014 2 View
I am new to Micromechanics and having similar problem with understanding the implementation of the formula's. I would appreciate if anyone can guide me on how to go about getting a scalar value...
30 July 2024 969 0 View