Skip to content
Snippets Groups Projects
Readme.m 9.54 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++;
marwan's avatar
marwan committed
      if(ereg("^%<-- Header begins here -->",$zeile))
marwan's avatar
marwan committed
      {
        $temp=fgets($fp,300);
marwan's avatar
marwan committed
        $time=strtr(chop(fgets($fp,300)),array ('%@' => ''));
        $ver=strtr(chop(fgets($fp,300)),array ('%@' => ''));
marwan's avatar
marwan committed
      }
    }
    fclose($fp);
?>
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <link rel="STYLESHEET" HREF="physik.css" CHARSET="ISO-8859-1" TYPE="text/css">
marwan's avatar
marwan committed
   <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">
marwan's avatar
marwan committed
   <link rel="section" href="content_install.php" title="installation">
marwan's avatar
marwan committed
   <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="search" href="http://www.google.com/search" title="Suchen">
marwan's avatar
marwan committed
   <script src="framecheck.js" type="text/javascript"></script>
   <script language="JavaScript">
    <!--
     
    index = parent.location.href.lastIndexOf('?')+1;
    target = "content_notes.php";
    if(index > 6)
    {
        target = parent.location.href.slice(index);
        parent.frames[1].location.href=target;
    }

    //-->
   </script>
marwan's avatar
marwan committed
</head>
<body bgcolor="#000000" text="#FFFFCC" link="#FFFFFF" alink="#FF0000" vlink="#FFFFCC">
marwan's avatar
marwan committed
<img src="http://vg07.met.vgwort.de/na/6dbc0398f2b71c0bb6f8" width="1" height="1" alt="">
marwan's avatar
marwan committed

<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="content_gpl.html"><img src="b_next.gif" border=0></a></td>
marwan's avatar
marwan committed
</tr></table>
<br>

<h2 align=left>CROSS RECURRENCE PLOT<br>TOOLBOX <?PHP echo $ver;?></h2>
marwan's avatar
marwan committed
<br>

marwan's avatar
marwan committed


<table><tr valign="top"><td colspan="2">
marwan's avatar
marwan committed

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>
marwan's avatar
marwan committed
routines for computing <a href="http://www.recurrence-plot.tk" target="_blank">recurrence plots</a> 
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>), 
cross recurrence plots 
marwan's avatar
marwan committed
(<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>)
marwan's avatar
marwan committed
and joint recurrence plots
(<a href="http://dx.doi.org/10.1016/j.physleta.2004.07.066" target="_blank">Romano et al., Phys. Lett. A, 2004</a>)
marwan's avatar
marwan committed
are included.
</p>

marwan's avatar
marwan committed
<p>
<b>Note:</b> A prototype for estimation of confidence intervals
for RQA measures is available at 
  <a href="http://www.agnld.uni-potsdam.de/~schinkel/rqaci.php" 
     target="_parent">http://www.agnld.uni-potsdam.de/~schinkel/rqaci.php</a>.
We plan to include it in the CRP toolbox in the near future.     
</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 7 or higher.
marwan's avatar
marwan committed
</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="content_install.php">installation notes</a>.<br>
marwan's avatar
marwan committed
</p>

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


<h4>Thanks</h4>
<p>
marwan's avatar
marwan committed
The development of is toolbox was partly supported by the
projects <em>Nonlinear Phase 
and Correlation Analysis of Palaeomagnetic and Palaeoclimatic Records</em>
within the Priority Programme SP1097 
<em>Geomagnetic variations: Spatio-temporal variations, 
processes and impacts on the system Earth</em>
marwan's avatar
marwan committed
of the German Science Foundation 
marwan's avatar
marwan committed
(<a href="http://www.dfg.de" target="_blank">Deutsche Forschungsgemeinschaft</a>),
the project <em>BONE3D</em> (MAP AO-2004-125) of the
Microgravity Application Program/ Biotechnology from the 
Human Spaceflight Program of the European Space Agency,
and the <a href="http://biosim.fysik.dtu.dk:8080/biosim/" target="_blank">BioSim</a>
Network of Excellence.

marwan's avatar
marwan committed
</p>
marwan's avatar
marwan committed

marwan's avatar
marwan committed
<p>Moreover, I'm especially grateful to 
marwan's avatar
marwan committed
Giovanna Varni (Genova, Italy),
Paolo Sirabella (Roma, Italy),
marwan's avatar
marwan committed
Shine Lu (Nan Jing, China),
Charles L. Webber (Chicago, USA),
Joseph P. Zbilut (Chicago, USA),
Simon Mandelj (Slovenia),
Denis Mottet (Montpellier, France), 
Micahel Wess (Vienna, Austria),
and
marwan's avatar
marwan committed
Eleni Vlahogianni (Athens, Greece)
marwan's avatar
marwan committed
who sending me error reports and hints for further improvement of
marwan's avatar
marwan committed
the toolbox.
</p>


<h4>Remarks</h4>
<p>
This toolbox needs Matlab 7 (Matlab 2007) or newer because it uses commands 
marwan's avatar
marwan committed
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>

marwan's avatar
marwan committed
<h4>Copyright</h4>

<table><tr valign="top"><td>
<a href="http://creativecommons.org/licenses/GPL/2.0/">
<img alt="CC-GNU GPL" border="0" src="http://creativecommons.org/images
/public/cc-GPL-a.png" /></a>

</td><td>

<p>
<b>&copy; <?PHP echo strftime("%Y", time()); ?> SOME RIGHTS PRESERVED!</b><br>
This toolbox is licensed under the <a href="http://creativecommons.org/licenses/GPL/2.0/">CC-GNU GPL</a>.
<!--

<rdf:RDF xmlns="http://web.resource.org/cc/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
   <license rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
   <dc:type rdf:resource="http://purl.org/dc/dcmitype/Software" />
</Work>

<License rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
   <permits rdf:resource="http://web.resource.org/cc/Distribution" />
   <requires rdf:resource="http://web.resource.org/cc/Notice" />
   <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
   <requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
   <requires rdf:resource="http://web.resource.org/cc/SourceCode" />
</License>

</rdf:RDF>

-->



<b>Please respect the copyrights!</b> The toolbox is protected 
by the copyright and the GPL. If you use the provided toolbox
you have to refer to the given publications 
(see the user agreement on the <a href="content_install.php">installation</a>
site).
</p>
</td></tr></table>



marwan's avatar
marwan committed
<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://tocsy.pik-potsdam.de/commandline-rp.php" target="_blank">commandline version</a> for creation of 
marwan's avatar
marwan committed
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>

<br>
marwan's avatar
marwan committed
</td><td>

marwan's avatar
marwan committed
</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="content_gpl.html"><img src="b_next.gif" border=0></a></td>
marwan's avatar
marwan committed
</tr></table>

marwan's avatar
marwan committed
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
_uacct = "UA-57868-5";
urchinTracker();

_uacct = "UA-57868-1";
urchinTracker();
</script>

marwan's avatar
marwan committed

</body>
</html>