资源简介
基于MATLAB 的脉搏信号处理软件系统,自己采集脉搏信号,之后用Matlab 的GUI 设计一个软件处理系统,能实现显示采集的信号,处理后的信号,然后输出脉率,频谱。并判断脉率的正常性,界面非常漂亮,脉搏信号用TXT文档保存,更换文档,就可实现对你的脉搏信号的处理!!效果非常好!
代码片段和文件信息
function varargout = linbingwen(varargin)
% LINBINGWEN M-file for linbingwen.fig
% LINBINGWEN by itself creates a new LINBINGWEN or raises the existing
% singleton*.
%
% H = LINBINGWEN returns the handle to a new LINBINGWEN or the handle to
% the existing singleton*.
%
% LINBINGWEN(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in LINBINGWEN.M with the given input arguments.
%
% LINBINGWEN(‘Property‘‘Value‘...) creates a new LINBINGWEN or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before linbingwen_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to linbingwen_OpeningFcn via varargin.
%
% *See GUI Options on GUIDE‘s Tools menu. Choose “GUI allows only one
% instance to run (singleton)“.
%
% See also: GUIDE GUIDATA GUIHANDLES
% Edit the above text to modify the response to help linbingwen
% Last Modified by GUIDE v2.5 11-Jan-2013 12:30:26
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @linbingwen_OpeningFcn ...
‘gui_OutputFcn‘ @linbingwen_OutputFcn ...
‘gui_LayoutFcn‘ [] ...
‘gui_Callback‘ []);
if nargin && ischar(varargin{1})
gui_State.gui_Callback = str2func(varargin{1});
end
if nargout
[varargout{1:nargout}] = gui_mainfcn(gui_State varargin{:});
else
gui_mainfcn(gui_State varargin{:});
end
% End initialization code - DO NOT EDIT
% --- Executes just before linbingwen is made visible.
function linbingwen_OpeningFcn(hobject eventdata handles varargin)
% This function has no output args see OutputFcn.
% hobject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% varargin command line arguments to linbingwen (see VARARGIN)
% Choose default command line output for linbingwen
handles.output = hobject;
t = timer(‘tag‘ ‘timer1‘ ‘BusyMode‘ ‘queue‘ ‘ExecutionMode‘ ...
‘fixedrate‘ ‘Period‘ 1 ‘timerfcn‘ {@t_update handles});
start(t);
% Update handles structure
% UIWAIT makes linbingwen wait for user response (see UIRESUME)
% uiwait(handles.figure1);
movegui( handles.figure1 ‘center‘ );
set(handles.pushbutton1‘enable‘‘off‘);%下面几条指令是不启动其余按钮功能
set(handles.pushbutton2‘enable‘‘off‘);
set(handles.pushbutton7‘enable‘‘off‘);
set(handles.pushbutton8‘enable‘‘off‘);
set(handles.pushbutton14‘enable‘‘off‘);
set(handles.pushbutton9‘enable‘‘off‘);
set(handles.pushbutton10‘enable‘‘off‘);
set(handles.pushbutton11‘enable‘‘off‘);
set(handles.pushbutton17‘enable‘‘off‘);
set(handles.pushbutton18‘enable‘‘off‘);
set(handles.pushbutton19‘enable
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 302 2013-01-15 13:25 脉搏信号处理\医学信号处理作业源程序\15_Jan_2013_13_25_30.txt
文件 13576 2013-01-08 20:02 脉搏信号处理\医学信号处理作业源程序\cqu.jpg
文件 132236 2013-01-08 20:04 脉搏信号处理\医学信号处理作业源程序\cqu.png
文件 37629 2013-01-11 12:25 脉搏信号处理\医学信号处理作业源程序\linbingwen.asv
文件 15993 2013-10-31 13:11 脉搏信号处理\医学信号处理作业源程序\linbingwen.fig
文件 38017 2013-01-12 21:50 脉搏信号处理\医学信号处理作业源程序\linbingwen.m
文件 3584 2013-01-11 12:46 脉搏信号处理\医学信号处理作业源程序\linbingwen_activex1
文件 3584 2013-01-11 12:46 脉搏信号处理\医学信号处理作业源程序\linbingwen_activex2
文件 3584 2013-10-31 13:11 脉搏信号处理\医学信号处理作业源程序\linbingwen_activex4
文件 3584 2013-10-31 13:11 脉搏信号处理\医学信号处理作业源程序\linbingwen_activex5
文件 4608 2013-01-09 11:07 脉搏信号处理\医学信号处理作业源程序\main.asv
文件 4483 2013-01-10 21:20 脉搏信号处理\医学信号处理作业源程序\main.fig
文件 4804 2013-01-10 21:12 脉搏信号处理\医学信号处理作业源程序\main.m
文件 334504 2012-12-31 20:00 脉搏信号处理\医学信号处理作业源程序\signal1.txt
文件 323254 2013-01-09 18:30 脉搏信号处理\医学信号处理作业源程序\signal2.txt
文件 13824 2009-04-17 09:51 脉搏信号处理\医学信号处理作业源程序\user_information.xls
文件 222 2013-01-15 13:26 脉搏信号处理\医学信号处理作业源程序\说明.txt
文件 1289216 2014-04-02 12:39 脉搏信号处理\医学信号处理文档\医学信号处理作业.doc
目录 0 2014-04-02 12:38 脉搏信号处理\医学信号处理作业源程序
目录 0 2014-04-02 16:10 脉搏信号处理\医学信号处理文档
目录 0 2014-04-02 12:59 脉搏信号处理
----------- --------- ---------- ----- ----
2227004 21
相关资源
- Origin 9.0科技绘图与数据分析超级学习
- matlab空间计量软件包
- PSAT工具软件
- 丹麦理工大学MATLAB编写的超声声场仿
- 模式识别与智能计算matlab实现 安装
- 基于MATLAB-GUI图形界面的数字图像处理
- 美颜软件matlab.zip
- MATLAB实现语音信号的仿真以及软件界
- stk-matlab connectors 1.0.4
- 利用MATLAB仿真软件实现图像的去噪处
- PSAT软件及900页原版教程集合
- 软件工程 思维导图笔记
- 基于MATLAB软件读取Rinex3.02版本观测文
- 可视化贝叶斯网络建模软件GeNIe2.2用户
- Refprop9.0_NIST物性查询软件.zip
-
仿真软件MATLAb/simuli
nk搭出来的一个 - matlab流形学习算法工具包&matlab机器学
- genie 2.0贝叶斯网络软件
- 基于MATLAB的超声波声场仿真软件
- 1stopt1.5破解版.zip
- 用MATLAB软件实现控制系统的频域分析
- stateflow软件的配置和使用教程
- 数字图像处理MATLAB编程学习及演示软
- matlab做软件界面
- matlab图论以及图论软件
- matlab编写的图像处理正则化软件包。
-
MATLAB\\simuli
nk\\simscape 入门指南(中 - 基于MATLAB的运动控制系统的仿真软件
- GeoPiv_RG.zip
- 利用MATLAB仿真软件实现图像的去噪处
评论
共有 条评论