代码搜索:Biomedical

找到约 49 项符合「Biomedical」的源代码

代码结果 49
www.eeworm.com/read/229834/14315178

pro test1.pro

% Author: Ying Tao, Department of Biomedical Informatics, Columbia University % Date: 10/16/2005 class(organism). class(plant). is_a(plant,organism). property(plant,special,plant_special).
www.eeworm.com/read/229834/14315189

pro tokenizer.pro

% Author: Ying Tao, Department of Biomedical Informatics, Columbia University % Date: 12/7/2005 :-module(tokenizer,[tokenize/2]). tokenize(Str,List):- scanStr(Str,0,'',[],List),!. scanStr(Str,
www.eeworm.com/read/217687/14953474

m baselinekf.m

function b = BaseLineKF(y,fc) % % b = BaseLineKF(x,fc), % Baseline wander extraction from biomedical recordings, using a first % order Kalman Smoother % % inputs: % x: vector or matrix of input
www.eeworm.com/read/485982/6541341

txt mastcode.txt

Dim funct(32) Dim functI(32) Dim n Private Sub about_Click() msg$ = "This tutorial is programmed by ENGINEER SHERIF OMRAN " msg$ = msg$ + "in the first term of master degree of biomedical"
www.eeworm.com/read/223154/14651834

readme

The BIOSIG-tools are part of a large free software project for biomedical signal processing. http://biosig.sf.net/ is the project homepage. All software is published under the free softw
www.eeworm.com/read/474588/6813246

m covstat.m

function [cy,vary,ucl,lcl]=covstat(y) % [cy,vary,ucl,lcl]=covstat(y) % This program is distributed as a supplement to the book % "Biomedical Signal Processing and Signal Modeling" by E. N. Bruce,
www.eeworm.com/read/223154/14651845

m contents.m

% BIOSIG toolbox contains many useful functions for biomedical signal processing % http://biosig.sf.net/ % % Copyright (C) 2003 by Alois Schloegl % WWW: http://biosig.sf.
www.eeworm.com/read/474588/6813239

m twosines.m

% twosines.m % Generates signal x = sine1 + sine2 % where frequencies are incommensurate, and plots time and 3D graphs. % This program is distributed as a supplement to the book % "Biomedical Sign
www.eeworm.com/read/421048/10758910

m baseline1.m

function b = BaseLine1(x,L,approach) % % b = BaseLine1(x,L,approach), % Baseline wander extraction from biomedical recordings, using a single % stage of median or moving average filtering. % %
www.eeworm.com/read/487904/6501789

m baseline1.m

function b = BaseLine1(x,L,approach) % % b = BaseLine1(x,L,approach), % Baseline wander extraction from biomedical recordings, using a single % stage of median or moving average filtering. % %