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

📄 ikeda.html

📁 an analysis software with souce code for the time series with methods based on the theory of nonline
💻 HTML
字号:
<html> 
<head><title>Ikeda time series</title></head>
<body bgcolor="#ffffff">
<h3>Ikeda time series</h3>
<font color=blue><tt>ikeda <font color=red>-l#</font> [-A# -B# -C# -R# -I# -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 (0.4)
   <br>     <font color=blue><tt> -B  </tt></font>parameter b (6.0)
   <br>     <font color=blue><tt> -C  </tt></font>parameter c (0.9)
   <br>     <font color=blue><tt> -R  </tt></font>initial Re(z)
   <br>     <font color=blue><tt> -I  </tt></font>initial Im(z)
   <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 ikeda.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 Ikeda map (Re(z) and Im(z)) to 
<font color=blue><tt>stdout</tt></font>: 
<pre>
                                        i*b
     z(n+1) = 1 + c*z(n)* exp( i*a - ---------- )
                                     1 + |z(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 + -