File: junk.ode

package info (click to toggle)
xppaut 8.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,332 kB
  • sloc: ansic: 74,690; makefile: 127; sh: 92
file content (10 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
# junk.ode
table w % 11 -5 5 1/11
# table w % 11 -5 5 1/11 - .2*heav(3-abs(t))
special bob=conv(period,51,5,w,v0)
  v[0..50]'=-v[j]+f(k*bob([j])-thr-c*delay(v[j],tau))
par k=3,thr=.5,beta=10,c=2.5,tau=5
f(u)=1/(1+exp(-beta*u))
v[0..4](0)=1
@ delay=10,total=40
done