[go: nahoru, domu]

Skip to content

Commit

Permalink
added copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
timmolter committed Jan 23, 2017
1 parent 5f48b20 commit fcded05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Metastable_Switch/LTSpice/memristor_knowm.sub
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
* Knowm Mean Metastable Switch Memristor SPICE Model

* Copyright Tim Molter Knowm Inc. 2017

* Connections:
* TE: Top electrode
* BE: Bottom electrode
Expand All @@ -24,7 +26,6 @@
.func F(V1,V2) = (1/TAU)*(( 1/(1+exp(-1/(T*boltz/echarge)*(V1-Von))) )*(1-V2)-( 1-(1/(1+exp(-1/(T*boltz/echarge)*(V1+Voff)))) )*V2

* Memristor I-V Relationship
*.func IVRel(V1,V2) = V1/(Ron*V2 + Roff*(1-V2))
.func IVRel(V1,V2) = V1*G(V2)

* Circuit to determine state variable
Expand Down

0 comments on commit fcded05

Please sign in to comment.