⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 henon.html

📁 an analysis software with souce code for the time series with methods based on the theory of nonline
💻 HTML
字号:
<html> 
<head><title>H&eacute;non time series</title></head>
<body bgcolor="#ffffff">
<h3>Make H&eacute;non map data</h3>
<font color=blue><tt>henon <font color=red>-l#</font> [-A# -B# -X# -Y# -o </tt><em>outfile</em><tt> -x# -V# -h]
</tt>
</font>
<blockquote>
   <br>     <font color=red><tt> -l  </tt></font>number of points x,y (l=0: infinite)
   <br>     <font color=blue><tt> -A  </tt></font>parameter a (1.4)
   <br>     <font color=blue><tt> -B  </tt></font>parameter b (0.3)
   <br>     <font color=blue><tt> -X  </tt></font>initial x
   <br>     <font color=blue><tt> -Y  </tt></font>initial y
   <br>     <font color=blue><tt> -x  </tt></font>number of transients discarded (10000)
   <br>     <font color=blue><tt> -o  </tt></font><a href="../general.html#outfile" tppabs="http://www.mpipks-dresden.mpg.de/~tisean/TISEAN_2.0/docs/general.html#outfile">output file name</a>, just <font color=blue><tt> -o  </tt></font>means henon.dat
   <br>     <font color=blue><tt> -V  </tt></font><a href="../general.html#verbosity" tppabs="http://www.mpipks-dresden.mpg.de/~tisean/TISEAN_2.0/docs/general.html#verbosity">verbosity level</a> (0 = only fatal errors)
   <br>     <font color=blue><tt> -h  </tt></font>show this message
</blockquote>
Prints iterates of the H&eacute;non map to 
<font color=blue><tt>stdout</tt></font>:
<pre>
     x(n+1) = 1- a*x(n)^2 + b*y(n)
     y(n+1) = x(n)
</pre>
<p>
<a href="../contents.html" tppabs="http://www.mpipks-dresden.mpg.de/~tisean/TISEAN_2.0/docs/contents.html">Table of Contents</a> * <a href="../../index.html" tppabs="http://www.mpipks-dresden.mpg.de/~tisean/TISEAN_2.0/index.html" target="_top">TISEAN home</a>
</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -