|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mancrd.ahah.model.circuit.mss.MSSMemristor
public abstract class MSSMemristor
This memristor is based on Alex's "collection of meta-stable switches" memristor model
Constructor Summary | |
---|---|
MSSMemristor(double memristance,
double tc,
double n,
double wOff,
double wOn,
double vA,
double vB,
double phi,
double schottkeyAlpha,
double schottkeyBeta,
double schottkeyReverseAlpha,
double schottkeyReverseBeta)
Constructor |
Method Summary | |
---|---|
void |
dG(double voltage,
double dt)
update device |
double |
getConductance()
get the conductance |
double |
getCurrent(double voltage)
Get the current thru this memristor |
double |
getResistance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MSSMemristor(double memristance, double tc, double n, double wOff, double wOn, double vA, double vB, double phi, double schottkeyAlpha, double schottkeyBeta, double schottkeyReverseAlpha, double schottkeyReverseBeta)
memristance
- tc
- n
- wOff
- wOn
- vA
- vB
- d
- phi
- schottkeyAlpha
- schottkeyBeta
- schottkeyReverseAlpha
- schottkeyReverseBeta
- Method Detail |
---|
public void dG(double voltage, double dt)
voltage
- dt
- public double getConductance()
public double getResistance()
public double getCurrent(double voltage)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |