• 大小: 1.36MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2023-08-27
  • 语言: Matlab
  • 标签: 脉搏信号  软件  

资源简介

基于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


评论

共有 条评论