Initial commit
This commit is contained in:
BIN
ecgsyn-1.0.0/Java/FormatNumber.class
Normal file
BIN
ecgsyn-1.0.0/Java/FormatNumber.class
Normal file
Binary file not shown.
21
ecgsyn-1.0.0/Java/HEADER.shtml
Normal file
21
ecgsyn-1.0.0/Java/HEADER.shtml
Normal file
@@ -0,0 +1,21 @@
|
||||
<!--#set var="TITLE" value="ECGSYN implemented in Java"-->
|
||||
<!--#include virtual="/head.shtml"-->
|
||||
|
||||
|
||||
<p>
|
||||
This directory contains Mauricio Villarroel's implementation of
|
||||
<a href="../">ECGSYN</a> as a Java applet.
|
||||
|
||||
<p>
|
||||
To run the applet in your web browser, click
|
||||
<a href="ecgsyn-java.html">here</a>.
|
||||
|
||||
<p>
|
||||
The individual Java files can be downloaded by following the links
|
||||
below, or you may download all of them, together with the C and Matlab
|
||||
implementations of ECGSYN, as a single gzip-compressed tar archive, <a
|
||||
href="../ecgsyn.tar.gz"><tt>ecgsyn.tar.gz</tt></a>. (See <a
|
||||
href="/faq.shtml#tar-gz">How can I unpack a .tar.gz archive?</a> if
|
||||
you need help doing this.)
|
||||
|
||||
<hr>
|
||||
1200
ecgsyn-1.0.0/Java/ecgApplet.form
Normal file
1200
ecgsyn-1.0.0/Java/ecgApplet.form
Normal file
File diff suppressed because it is too large
Load Diff
64
ecgsyn-1.0.0/Java/ecgApplet.html
Normal file
64
ecgsyn-1.0.0/Java/ecgApplet.html
Normal file
@@ -0,0 +1,64 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>ECGSYN Java Application</TITLE>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></HEAD>
|
||||
<BODY bgcolor="#003366" text="#FFFFCC" link="#FFFF33" vlink="#FFCC00" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
|
||||
<table width="925" border="0" align="center" cellpadding="0" cellspacing="5">
|
||||
<tr>
|
||||
<td height="50" colspan="2">
|
||||
<H3>
|
||||
<HR WIDTH="100%">
|
||||
</H3>
|
||||
<H3 align="center"><font color="#FF9900">JAVA Application for <br>
|
||||
ECGSYN: A Dynamical Model for Generating
|
||||
Synthetic Electrocardiogram Signals
|
||||
</font></H3>
|
||||
<H3>
|
||||
<HR WIDTH="100%">
|
||||
</H3>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="300" align="left" valign="top"><p><strong>ECGSYN</strong>:</p>
|
||||
<p><strong>©</strong> ECGSYN Copyright by Patrick E. McSharry and Gari
|
||||
D. Clifford. <br>
|
||||
© Java code copyright by Mauricio Villarroel.<br>
|
||||
<br>
|
||||
For the Mathematical Model, see:</p>
|
||||
<table width="100%" border="1" cellspacing="0" cellpadding="5">
|
||||
<tr>
|
||||
<td align="left" valign="top">IEEE Transactions On Biomedical Engineering,
|
||||
50(3), 289-294, March 2003</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p> Contact: </p>
|
||||
<ul>
|
||||
<li><a href="mailto:patrick@mcsharry.net">Patrck McSharry</a></li>
|
||||
<li><a href="mailto:gari@mit.edu">Gari Clifford</a></li>
|
||||
<li><a href="mailto:mauricio.villarroel@estudiantes.ucb.edu.bo">Mauricio Villarroel</a></li>
|
||||
</ul>
|
||||
<p>Please read the <a href="ecgLicense.txt">Software License</a>.
|
||||
</p></td>
|
||||
<td align="center" valign="middle">ECG Ouput Sample image:<br><p><img src="ecgplot.PNG" alt="ECGSYN-Java Output Sample image" width="580" height="330" border="1"></p>
|
||||
<p>Source code: <a href="ecgApplet.tar.gz">ecgApplet.tar.gz</a></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="50"> </td>
|
||||
<td height="50" align="center" valign="middle"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center" valign="top"><strong><font size="4">You can
|
||||
test the ECGSYN Java Application:</font></strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center" valign="top"><applet name= "ecgApplet" code="ecgApplet.class" width=915 height=570>
|
||||
</applet></td>
|
||||
</tr>
|
||||
</table>
|
||||
<H3> </H3>
|
||||
<P> </P>
|
||||
<HR WIDTH="100%"><FONT SIZE=-1><I>ECGSYN Java Application<br>
|
||||
Last updated on October 27, 2003</I></FONT>
|
||||
<p align="justify">Return to ECGSYN <a href="http://www.maths.ox.ac.uk/~mcsharry/ecgsyn">Home page</a>.</p>
|
||||
</BODY>
|
||||
</HTML>
|
||||
2623
ecgsyn-1.0.0/Java/ecgApplet.java
Normal file
2623
ecgsyn-1.0.0/Java/ecgApplet.java
Normal file
File diff suppressed because it is too large
Load Diff
39
ecgsyn-1.0.0/Java/ecgLicense.txt
Normal file
39
ecgsyn-1.0.0/Java/ecgLicense.txt
Normal file
@@ -0,0 +1,39 @@
|
||||
/************************************************************************/
|
||||
/* */
|
||||
/* ECGSYN Java Application */
|
||||
/* */
|
||||
/* Copyright (C) 2003 Mauricio Villarroel */
|
||||
/* (mauricio DOT villarroel AT estudiantes DOT ucb DOT edu DOT bo) */
|
||||
/* */
|
||||
/* ecgApplet.java and all its components are free software; you can */
|
||||
/* redistribute them and/or modify it under the terms of the */
|
||||
/* GNU General Public License as published by the Free Software */
|
||||
/* Foundation; either version 2 of the License, or (at your option) */
|
||||
/* any later version. */
|
||||
/* */
|
||||
/* This file is distributed in the hope that it will be useful, but */
|
||||
/* WITHOUT ANY WARRANTY; without even the implied warranty of */
|
||||
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */
|
||||
/* See the GNU General Public License for more details. */
|
||||
/* */
|
||||
/************************************************************************/
|
||||
/* */
|
||||
/* This file was created for the ECGSYN Application. */
|
||||
/* */
|
||||
/* ECGSYN: A program for generating a realistic synthetic */
|
||||
/* Electrocardiogram Signals. */
|
||||
/* Copyright (c) 2003 by Patrick McSharry & Gari Clifford. */
|
||||
/* All rights reserved. */
|
||||
/* */
|
||||
/* See IEEE Transactions On Biomedical Engineering, */
|
||||
/* 50(3), 289-294, March 2003. */
|
||||
/* Contact: */
|
||||
/* P. McSharry (patrick AT mcsharry DOT net) */
|
||||
/* G. Clifford (gari AT mit DOT edu) */
|
||||
/* */
|
||||
/************************************************************************/
|
||||
/* */
|
||||
/* Further updates to this software will be published on: */
|
||||
/* http://www.physionet.org/ */
|
||||
/* */
|
||||
/************************************************************************/
|
||||
BIN
ecgsyn-1.0.0/Java/ecgplot.PNG
Normal file
BIN
ecgsyn-1.0.0/Java/ecgplot.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
64
ecgsyn-1.0.0/Java/ecgsyn-java.html
Normal file
64
ecgsyn-1.0.0/Java/ecgsyn-java.html
Normal file
@@ -0,0 +1,64 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>ECGSYN Java Application</TITLE>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></HEAD>
|
||||
<BODY bgcolor="#003366" text="#FFFFCC" link="#FFFF33" vlink="#FFCC00" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
|
||||
<table width="925" border="0" align="center" cellpadding="0" cellspacing="5">
|
||||
<tr>
|
||||
<td height="50" colspan="2">
|
||||
<H3>
|
||||
<HR WIDTH="100%">
|
||||
</H3>
|
||||
<H3 align="center"><font color="#FF9900">JAVA Application for <br>
|
||||
ECGSYN: A Dynamical Model for Generating
|
||||
Synthetic Electrocardiogram Signals
|
||||
</font></H3>
|
||||
<H3>
|
||||
<HR WIDTH="100%">
|
||||
</H3>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="300" align="left" valign="top"><p><strong>ECGSYN</strong>:</p>
|
||||
<p><strong>©</strong> ECGSYN Copyright by Patrick E. McSharry and Gari
|
||||
D. Clifford. <br>
|
||||
© Java code copyright by Mauricio Villarroel.<br>
|
||||
<br>
|
||||
For the Mathematical Model, see:</p>
|
||||
<table width="100%" border="1" cellspacing="0" cellpadding="5">
|
||||
<tr>
|
||||
<td align="left" valign="top">IEEE Transactions On Biomedical Engineering,
|
||||
50(3), 289-294, March 2003</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p> Contact: </p>
|
||||
<ul>
|
||||
<li><a href="mailto:patrick@mcsharry.net">Patrck McSharry</a></li>
|
||||
<li><a href="mailto:gari@mit.edu">Gari Clifford</a></li>
|
||||
<li><a href="mailto:mauricio.villarroel@estudiantes.ucb.edu.bo">Mauricio Villarroel</a></li>
|
||||
</ul>
|
||||
<p>Please read the <a href="ecgLicense.txt">Software License</a>.
|
||||
</p></td>
|
||||
<td align="center" valign="middle">ECG Ouput Sample image:<br><p><img src="ecgplot.PNG" alt="ECGSYN-Java Output Sample image" width="580" height="330" border="1"></p>
|
||||
<p>Source code: <a href="../ecgsyn.tar.gz">ecgsyn.tar.gz</a></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="50"> </td>
|
||||
<td height="50" align="center" valign="middle"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center" valign="top"><strong><font size="4">You can
|
||||
test the ECGSYN Java Application:</font></strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center" valign="top"><applet name= "ecgApplet" code="ecgApplet.class" width=915 height=570>
|
||||
</applet></td>
|
||||
</tr>
|
||||
</table>
|
||||
<H3> </H3>
|
||||
<P> </P>
|
||||
<HR WIDTH="100%"><FONT SIZE=-1><I>ECGSYN Java Application<br>
|
||||
Last updated on October 27, 2003</I></FONT>
|
||||
<p align="justify">Return to ECGSYN <a href="../">Home page</a>.</p>
|
||||
</BODY>
|
||||
</HTML>
|
||||
40
ecgsyn-1.0.0/Java/index.html
Normal file
40
ecgsyn-1.0.0/Java/index.html
Normal file
@@ -0,0 +1,40 @@
|
||||
<html>
|
||||
<head><title>Index of /static/published-projects/ecgsyn/1.0.0/Java/</title></head>
|
||||
<body>
|
||||
<h1>Index of /static/published-projects/ecgsyn/1.0.0/Java/</h1><hr><pre><a href="../">../</a>
|
||||
<a href="FormatNumber.class">FormatNumber.class</a> 12-Apr-2019 17:35 1020
|
||||
<a href="HEADER.shtml">HEADER.shtml</a> 12-Apr-2019 17:35 673
|
||||
<a href="ecgApplet%241.class">ecgApplet$1.class</a> 12-Apr-2019 17:35 989
|
||||
<a href="ecgApplet%2410.class">ecgApplet$10.class</a> 12-Apr-2019 17:35 671
|
||||
<a href="ecgApplet%2411.class">ecgApplet$11.class</a> 12-Apr-2019 17:35 671
|
||||
<a href="ecgApplet%2412.class">ecgApplet$12.class</a> 12-Apr-2019 17:35 671
|
||||
<a href="ecgApplet%2413.class">ecgApplet$13.class</a> 12-Apr-2019 17:35 671
|
||||
<a href="ecgApplet%2414.class">ecgApplet$14.class</a> 12-Apr-2019 17:35 671
|
||||
<a href="ecgApplet%2415.class">ecgApplet$15.class</a> 12-Apr-2019 17:35 671
|
||||
<a href="ecgApplet%2416.class">ecgApplet$16.class</a> 12-Apr-2019 17:35 672
|
||||
<a href="ecgApplet%2417.class">ecgApplet$17.class</a> 12-Apr-2019 17:35 672
|
||||
<a href="ecgApplet%2418.class">ecgApplet$18.class</a> 12-Apr-2019 17:35 672
|
||||
<a href="ecgApplet%242.class">ecgApplet$2.class</a> 12-Apr-2019 17:35 669
|
||||
<a href="ecgApplet%243.class">ecgApplet$3.class</a> 12-Apr-2019 17:35 669
|
||||
<a href="ecgApplet%244.class">ecgApplet$4.class</a> 12-Apr-2019 17:35 669
|
||||
<a href="ecgApplet%245.class">ecgApplet$5.class</a> 12-Apr-2019 17:35 941
|
||||
<a href="ecgApplet%246.class">ecgApplet$6.class</a> 12-Apr-2019 17:35 941
|
||||
<a href="ecgApplet%247.class">ecgApplet$7.class</a> 12-Apr-2019 17:35 941
|
||||
<a href="ecgApplet%248.class">ecgApplet$8.class</a> 12-Apr-2019 17:35 1108
|
||||
<a href="ecgApplet%249.class">ecgApplet$9.class</a> 12-Apr-2019 17:35 669
|
||||
<a href="ecgApplet%24ECGAnimate.class">ecgApplet$ECGAnimate.class</a> 12-Apr-2019 17:35 2716
|
||||
<a href="ecgApplet%24doubleVerifier.class">ecgApplet$doubleVerifier.class</a> 12-Apr-2019 17:35 1485
|
||||
<a href="ecgApplet%24ecgCalc.class">ecgApplet$ecgCalc.class</a> 12-Apr-2019 17:35 13305
|
||||
<a href="ecgApplet%24ecgPanel.class">ecgApplet$ecgPanel.class</a> 12-Apr-2019 17:35 2618
|
||||
<a href="ecgApplet%24integerVerifier.class">ecgApplet$integerVerifier.class</a> 12-Apr-2019 17:35 1489
|
||||
<a href="ecgApplet%24sfVerifier.class">ecgApplet$sfVerifier.class</a> 12-Apr-2019 17:35 1825
|
||||
<a href="ecgApplet%24sfecgVerifier.class">ecgApplet$sfecgVerifier.class</a> 12-Apr-2019 17:35 1615
|
||||
<a href="ecgApplet.class">ecgApplet.class</a> 12-Apr-2019 17:35 40664
|
||||
<a href="ecgApplet.form">ecgApplet.form</a> 12-Apr-2019 17:35 79509
|
||||
<a href="ecgApplet.html">ecgApplet.html</a> 12-Apr-2019 17:35 2583
|
||||
<a href="ecgApplet.java">ecgApplet.java</a> 12-Apr-2019 17:35 109386
|
||||
<a href="ecgLicense.txt">ecgLicense.txt</a> 12-Apr-2019 17:35 2964
|
||||
<a href="ecgplot.PNG">ecgplot.PNG</a> 12-Apr-2019 17:35 10273
|
||||
<a href="ecgsyn-java.html">ecgsyn-java.html</a> 12-Apr-2019 17:35 2541
|
||||
</pre><hr></body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user