Ocs package: Difference between revisions

Jump to navigation Jump to search
98 bytes added ,  10 June 2019
m
Remove redundant Category:Packages.
m (Remove redundant Category:Packages.)
(5 intermediate revisions by 3 users not shown)
Line 658: Line 658:
</syntaxhighlight>
</syntaxhighlight>
}}
}}
[[File:VCVS_result.png|thumb| Result of the VCVS simulation]]
To run a simulation with this circuit use the following commands:


{{Code|Run a simple transient simulation with the VCVS circuit |<syntaxhighlight lang="octave" style="font-size:13px">
{{Code|Run a simple transient simulation with the VCVS circuit |<syntaxhighlight lang="octave" style="font-size:13px">
Line 665: Line 669:
</syntaxhighlight>
</syntaxhighlight>
}}
}}


=== Creating a model for a memristor device ===
=== Creating a model for a memristor device ===


To demonstrate how to write a model evaluator file (SBN file), we
To demonstrate how to write a model evaluator file (SBN file), we
will discuss the simplest memristor model shown in this paper by [[User:KaKiLa| KaKiLa]] et al. (Carbajal, J. P. et al.(2015). [http://www.mitpressjournals.org/doi/abs/10.1162/NECO_a_00694?journalCode=neco#.VgFNn9tSukp Memristor models for machine learning]. Neural Computation, 27(3). Learning; Materials Science. doi:10.1162/NECO_a_00694</ref>
will discuss the simplest memristor model shown in this paper by [[User:KaKiLa| KaKiLa]] et al.:
 
Carbajal, J. P. et al.  
[http://www.mitpressjournals.org/doi/abs/10.1162/NECO_a_00694?journalCode=neco#.VgFNn9tSukp Memristor models for machine learning].  
Neural Computation, 27(3), 2015.  
doi:10.1162/NECO_a_00694


The device model is presented in the original paper as
The device model is presented in the original paper as
Line 904: Line 912:
The results are shown in the figure to the right.
The results are shown in the figure to the right.


[[Category:Octave-Forge]]
[[Category:Octave Forge]]

Navigation menu