File: vlsi.ode

package info (click to toggle)
xppaut 5.85-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 11,552 kB
  • ctags: 7,725
  • sloc: ansic: 80,633; cpp: 965; makefile: 265
file content (15 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# a model for a vlsi - poster at NIPS
# shows bistability of a limit cycle and fixed point
#
v'=(iext*alp+ibh*alp/(1+exp(-k*(v-vh)/ut))-ibl*aln/(1+exp(-k*(w-vl)/ut)))/c1
w'=(itau*tanh(k*(v-w)/(2*ut))*bep*ben)/c2
alp=1-exp((v-vhigh)/ut)
aln=1-exp((vlow-v)/ut)
bep=1-exp((w-vdd)/ut)
ben=1-exp(-w/ut)
init v=3,w=2.5
par iext=32,vlow=0,vhigh=5,vl=2.5,vh=2.5,ibh=6.5,ibl=42,itau=2.2
par vdd=5,ut=.025,k=.65,c1=28,c2=28
@ xlo=0,xhi=5,ylo=2.25,yhi=2.8,xp=v,yp=w,nmesh=100,total=50
done