示例#1
0
文件: CosineMap.py 项目: cmorgan/dypy
 def __init__(self):
     Map.__init__(self, "Cosine Map", "One-dimensional iterated map of a cosine function.")
示例#2
0
 def __init__(self):
     Map.__init__(self, 'Tinkerbell Map', ' ')
示例#3
0
文件: CuspMap.py 项目: cmorgan/dypy
 def __init__(self):
     Map.__init__(self, 'Cusp Map', 'One-dimensional iterated map with a cusp-shaped maximum.')
示例#4
0
 def __init__(self):
     Map.__init__(self, 'Kaplan-Yorke Map', 'A classically chaotic discrete map with a strange attractor introduced by Kaplan and Yorke in 1979.')
示例#5
0
 def __init__(self):
     Map.__init__(self, 'Exponential Map', 'One-dimensional iterated map of an exponential function.')
示例#6
0
文件: NeuronMap.py 项目: cmorgan/dypy
 def __init__(self):
     Map.__init__(self, 'Neuron Map', 'Simplified model of spiking activity in biological neurons.')
示例#7
0
文件: CubicMap.py 项目: cmorgan/dypy
 def __init__(self):
     Map.__init__(self, "Cubic Map", "One-dimensional iterated map of a cubic function.")
示例#8
0
 def __init__(self):
     Map.__init__(self, 'Standard Map', 'Area-preserving chaotic map from a square of width 2pi onto itself, modeling a kicked rotator.')
示例#9
0
 def __init__(self):
     Map.__init__(self, "Gingerbread Map", " ")
示例#10
0
文件: TentMap.py 项目: cmorgan/dypy
 def __init__(self):
     Map.__init__(self, 'Tent Map', 'One-dimensional iterated map with the shape of a tent, behaves similar to the logistic map.')
示例#11
0
文件: CircleMap.py 项目: cmorgan/dypy
 def __init__(self):
     Map.__init__(self, 'Circle Map', 'A simplified model of the phase-locked loop in electronics.')
示例#12
0
文件: SinaiMap.py 项目: cmorgan/dypy
 def __init__(self):
     Map.__init__(self, 'Sinai Map', ' ')
示例#13
0
文件: IkedaMap.py 项目: cmorgan/dypy
 def __init__(self):
     Map.__init__(self, 'Ikeda Map', 'Plane-wave model of a bistable ring cavity introduced by Ikeda in 1979.')
示例#14
0
 def __init__(self):
     Map.__init__(self, 'Logistic Map', 'Discrete-time population model demonstrating chaotic behavior, introduced by Robert May in 1976.')
示例#15
0
文件: HenonMap.py 项目: cmorgan/dypy
 def __init__(self):
     Map.__init__(self, 'Henon Map', '2-D iterated map modeling the Poincare section of the Lorenz model, introduced by Michel Henon in 1976.')