资源简介
这个程序可以用来画脑地形图,程序的入口参数需要自己调整,标尺调整可以改变脑地形图的颜色。
代码片段和文件信息
% topoplot() - plot a topographic map of an EEG field as a 2-D
% circular view (looking down at the top of the head)
% using cointerpolation on a fine cartesian grid.
% Usage:
% >> topoplot(datavector‘eloc_file‘);
% >> topoplot(datavector‘eloc_file‘ ‘Param1‘‘Value1‘ ...)
% Inputs:
% datavector = vector of values at the corresponding locations.
% ‘eloc_file‘ = name of an EEG electrode position file {0 -> ‘chan_file‘}
%
% Optional Parameters & Values (in any order):
% Param Value
% ‘colormap‘ - any sized colormap
% ‘interplimits‘ - ‘electrodes‘ to furthest electrode
% ‘head‘ to edge of head
% {default ‘head‘}
% ‘gridscale‘ - scaling grid size {default 67}
% ‘maplimits‘ - ‘absmax‘ +/- the absolute-max
% ‘maxmin‘ scale to data range
% [clim1clim2] user-definined lo/hi
% {default = ‘absmax‘}
% ‘style‘ - ‘straight‘ colormap only
% ‘contour‘ contour lines only
% ‘both‘ both colormap and contour lines
% ‘fill‘ constant color between lines
% ‘blank‘ just head and electrodes
% {default = ‘both‘}
% ‘numcontour‘ - number of contour lines
% {default = 6}
% ‘shading‘ - ‘flat‘‘interp‘ {default = ‘flat‘}
% ‘headcolor‘ - Color of head cartoon {default black}
% ‘electrodes‘ - ‘on‘‘off‘‘labels‘‘numbers‘
% ‘efontsize‘‘electcolor‘‘emarker‘‘emarkersize‘ - details
%
% Note: topoplot() only works when map limits are >= the max and min
% interpolated data values.
% Eloc_file format:
% chan_number degrees radius reject_level amp_gain channel_name
% (Angle-0 = Cz-to-Fz; C3-angle =-90; Radius at edge of image = 0.5)
%
% For a sample eloc file: >> topoplot(‘example‘)
%
% Note: topoplot() will ignore any electrode with a position outside
% the head (radius > 0.5)
% Topoplot Version 2.1
% Begun by Andy Spydell NHRC 7-23-96
% 8-96 Revised by Colin Humphries CNL / Salk Institute La Jolla CA
% -changed surf command to imagesc (faster)
% -can now handle arbitrary scaling of electrode distances
% -can now handle non integer angles in eloc_file
% 4-4-97 Revised again by Colin Humphries reformat by SM
% -added parameters
% -changed eloc_file format
% 2-26-98 Revised by Colin
% -changed image back to surface command
%
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1524 2016-10-24 18:38 bp1.txt
文件 11205 2016-10-24 18:38 topoplotEEG.m
文件 95 2016-12-20 10:49 说明.txt
----------- --------- ---------- ----- ----
12824 3
- 上一篇:bootstrap-3.3.7
- 下一篇:求职面试PPT模板
相关资源
- ZUC算法与源代码
- DiDaJiangCheng.sln三层架构学生学籍管理
- 东北大学软件体系与结构四次实验源
- Web实现随机打猎小游戏源代码
- 马尔可夫链状态空间的分解实验报告
- 二维dct源代码
- MSP430源代码
- 《基于UG NX系统的二次开发》周临震书
- 操作系统内存管理实验报告及源代码
- 电子设计大赛 风力摆源代码
- 蜂群算法源代码
- 微信小程序-教务系统源代码
- FPGA实现的联通区识别算法Verilog源代码
- 汽车租赁系统
- AngularJS实战 源代码
- 基于STM32F1 Modbus通信源代码
- 人工智能之五子棋小游戏
- Faster R-CNN源代码
- tensorflow训练CIFAR-10数据集源代码
- dspic源代码
- NSGAII源代码+注释
- 银行管理系统源代码
- 极客学院2048游戏项目开发视频及源代
- 基于STM32F4的DHT11温湿度传感器的源代
- FLAC3D代码
- e语言zfb监控pc源代码
- 管家婆项目文档讲义含源代码
- 运用BP神经网络识别26个英文字母源代
- CAN-通信vc通讯源代码
- 40种常用差分格式的源代码Fortran语言
评论
共有 条评论