Skip to content
Snippets Groups Projects
Readme.m 8.24 KiB
Newer Older
marwan's avatar
marwan committed
<?PHP
    $fp=fopen('Private/install.m','r');
    $i=0;
    while($i<1000 && $zeile = fgets($fp,300))
    {
      $i++;
      if(strstr($zeile,'%<-- Header begins here -->'))
      {
        $temp=fgets($fp,300);
        $time=strtr(chop(fgets($fp,300)),array ('%#' => ''));
        $ver=strtr(chop(fgets($fp,300)),array ('%#' => ''));
      }
    }
    fclose($fp);
?>
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <link rel="STYLESHEET" HREF="http://www.agnld.uni-potsdam.de/~marwan/2.toolbox/physik.css" CHARSET="ISO-8859-1" TYPE="text/css">
   <link rel="SHORTCUT ICON" href="favicon.ico">
   <link rel="first" href="../intro.html" title="intro">
   <link rel="start" href="content_notes.php" title="top">
   <link rel="prev" href="toolbox_control.html" title="contents">
   <link rel="next" href="content_gpl.html" title="GNU general public license">
   <link rel="last" href="content_winplot.html" title="winplot">
   <link rel="contents" href="toolbox_control.html" title="contents">
   <link rel="section" href="content_notes.php" title="release notes">
   <link rel="section" href="content_gpl.html" title="GNU general public license">
   <link rel="section" href="content_theory.html" title="theoretical background">
   <link rel="section" href="content_install.html" title="installation">
   <link rel="section" href="content_error.html" title="error handling">
   <link rel="section" href="content_doc.html" title="printable reference manual">
   <link rel="section" href="content_ace.html" title="ace">
   <link rel="section" href="content_adjust.html" title="adjust">
   <link rel="section" href="content_arfit.html" title="arfit">
   <link rel="section" href="content_crp.html" title="crp">
   <link rel="section" href="content_crp2.html" title="crp2">
   <link rel="section" href="content_crp_big.html" title="crp_big">
   <link rel="section" href="content_crqa.html" title="crqa">
   <link rel="section" href="content_dl.html" title="dl">
   <link rel="section" href="content_entropy.html" title="entropy">
   <link rel="section" href="content_hist2.html" title="hist2">
   <link rel="section" href="content_histn.html" title="histn">
   <link rel="section" href="content_mcf.html" title="mcf">
   <link rel="section" href="content_mgui.html" title="mgui">
   <link rel="section" href="content_mi.html" title="mi">
   <link rel="section" href="content_normalize.html" title="normalize">
   <link rel="section" href="content_phasespace.html" title="phasespace">
   <link rel="section" href="content_pss.html" title="pss">
   <link rel="section" href="content_trackplot.html" title="trackplot">
   <link rel="section" href="content_tt.html" title="tt">
   <link rel="section" href="content_winplot.html" title="winplot">
   <link rel="copyright" href="http://www.pucicu.de" title="copyright">
   <link rel="author" href="http://www.pucicu.de" title="Norbert Marwan (private)">
   <link rel="bookmark" href="http://www.agnld.uni-potsdam.de" title="AGNLD">
   <link rel="bookmark" href="http://www.uni-potsdam.de" title="University of Potsdam">
   <link rel="search" href="http://www.google.com/search" title="Suchen">
<script language="JavaScript"></script>
</head>
<body bgcolor="#000000" text="#FFFFCC" link="#FFFFFF" alink="#FF0000" vlink="#FFFFCC">

<table bgcolor="#FF6666" border=0 width="100%" cellpadding=2 cellspacing=0>
<tr>
<td class=sleeptbbold height=17px>&nbsp;General Information</td>
<td class=sleeptb width=10px align=right>&nbsp;</td>
<td class=sleeptb width=10px align=right><a href="http://www.agnld.uni-potsdam.de/~marwan/2.toolbox/content_gpl.html"><img src="http://www.agnld.uni-potsdam.de/~marwan/2.toolbox/b_next.gif" border=0></a></td>
</tr></table>
<br>

<a href="http://www.agnld.uni-potsdam.de" target=_parent>
<img src="http://www.agnld.uni-potsdam.de/~marwan/0.pictures/nld.small.gif" border=0 alt="nonlinear dynamics group potsdam" title="nonlinear dynamics group potsdam" align=left></a>
<h2 align=right>CROSS RECURRENCE PLOT<br>TOOLBOX <?PHP $ver2=explode('.',$ver); echo $ver2[0] . '.' . $ver2[1];?></h2>
<br>

marwan's avatar
marwan committed


<table><tr valign="top"><td colspan="2">
marwan's avatar
marwan committed
<img SRC="http://www.agnld.uni-potsdam.de/~marwan/0.pictures/teufelchen.gif"  height=64 width=64 align=right>

marwan's avatar
marwan committed
<p align="left">The toolbox contains 
marwan's avatar
marwan committed
<a href="http://www.mathworks.com/products/matlab/" target="_blank">MATLAB</a><sup>&#174;</sup>
routines for computing recurrence plots and related problems. New developments
as extended recurrence quantification 
(<a href="http://dx.doi.org/10.1103/PhysRevE.66.026702" target="_blank">Marwan et al., Phys. Rev. E, 2002</a>) 
and cross recurrence plots 
(<a href="http://dx.doi.org/10.1016/S0375-9601(02)01170-2" target="_blank">Marwan & Kurths, Phys. Lett. A, 2002</a>; 
<a href="http://www.copernicus.org/EGU/npg/9/325.htm" target="_blank">Marwan et al., Nonlin. Proc. Geophys., 2002</a>)
are included.
</p>

marwan's avatar
marwan committed

marwan's avatar
marwan committed
<p>The most
programmes contain a user-friendly graphical user interface, a 
pure command-line application of the programmes is also possible.
</p>

<p>
This toolbox requires Matlab 5.3 or higher.
</p>

<p>
Parameters in [&nbsp;] are optional.
</p>
marwan's avatar
marwan committed
<br>
marwan's avatar
marwan committed

marwan's avatar
marwan committed
</td></tr>
<tr valign="top"><td>
marwan's avatar
marwan committed

<h4>How to get</h4>
<p>
Look at the <a href="http://www.agnld.uni-potsdam.de/~marwan/2.toolbox/content_install.html">installation notes</a>.<br>
</p>

<h4>How to contact</h4>
<p>
Get the contact information on the web site of
marwan's avatar
marwan committed
<a href="http://www.agnld.uni-potsdam.de/~marwan/intro.php" target=_top>Norbert Marwan</a>.
marwan's avatar
marwan committed
</p>


<h4>Thanks</h4>
<p>
This toolbox has been developed in the project
<em>Nonlinear Phase and Correlation Analysis of
Palaeomagnetic and Palaeoclimatic Records</em>
under the framework of
the Priority Programme
<a href="http://www.tu-bs.de/institute/geophysik/spp/" target="_blank" id="spp" onMouseOut="mouseout('spp');" 
onMouseOver="mousein('spp');return true;">SP1097</a>
<em>Geomagnetic variations:
Spatio-temporal variations, processes and impacts on the system Earth</em>
of the German Science Foundation 
(<a href="http://www.dfg.de" target="_blank">Deutsche Forschungsgemeinschaft</a>).
</p>
<p>Moreover, I'm especially grateful to 
Paolo Sirabella (Roma, Italia),
Shine Lu (Nan Jing, China),
Charles L. Webber (Chicago, USA),
Joseph P. Zbilut (Chicago, USA),
Simon Mandelj (Slovenia),
Denis Mottet (Montpellier, France) and
Eleni Vlahogianni (Athens, Greece)
marwan's avatar
marwan committed
who gave me error reports and hints for a further improvement of
marwan's avatar
marwan committed
the toolbox.
</p>


<h4>Remarks</h4>
<p>
This toolbox needs Matlab 5.3 or newer because it uses commands 
that are not available in previous versions.
</p>

<p>
The toolbox is still under development. We cannot give any
warranty for anything related with our programmes. Please send
error messages or comments to our contact address.<br>
</p>

<h4>Future releases</h4>
<p>
We plan to improve and accelerate the toolbox routines and to 
include further methods of nonlinear data analysis.</p>

marwan's avatar
marwan committed
<p>
A plain <a href="http://www.agnld.uni-potsdam.de/~marwan/6.download/rp.php">commandline version</a> for creation of 
recurrence plots and RQA analysis is available for some Unix/Linux
and Dos/Windows systems.
</p>


marwan's avatar
marwan committed
<p>
current version: <i><?PHP echo $ver;?></i><br>
last revision: <i><?PHP echo $time; ?></i>
</p>

<A HREF="http://petition.eurolinux.org" target="_parent"><img src="http://aful.org/images/patent_button.gif" border="0"></A>
<br>
<br>
marwan's avatar
marwan committed
</td><td>

<script type="text/javascript"><!--
google_ad_client = "pub-0846676214263759";
google_ad_width = 120;
google_ad_height = 240;
google_ad_format = "120x240_as";
google_ad_channel ="2748921525";
google_page_url = document.location;
google_color_border = "669966";
google_color_bg = "99CC99";
google_color_link = "000000";
google_color_url = "00008B";
google_color_text = "336633";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td></tr></table>

marwan's avatar
marwan committed

<table bgcolor="#FF6666" width="100%" cellpadding=2 cellspacing=0 border=0>
<tr valign=middle>
<td class=sleeptb align=left width=10% height=17px>&nbsp;</td>
<td class=sleeptb align=left>&nbsp;</td>
<td class=sleeptb align=right>GNU general public license</td>
<td class=sleeptb align=right width=10% height=19px ><a href="http://www.agnld.uni-potsdam.de/~marwan/2.toolbox/content_gpl.html"><img src="http://www.agnld.uni-potsdam.de/~marwan/2.toolbox/b_next.gif" border=0></a></td>
</tr></table>


</body>
</html>