Hi, Are there any R packages for modelling diodes, BJTs, MOSFETs and other microelectronic devices ? I found a few for generic circuits and that's about it. I am trying to create a package of my own for these devices ( https://github.com/AmurG/transistor ) and would like to know if there is any existing code in R ( or python ) that I could reference.
Doubtful, but try searching on the rseek.org site. Most R packages are concerned with the analysis and visualization of (statistical) data. This sounds like more of a Matlab type capability for deterministic modeling. But I am wholly ignorant about this, and so may well be wrong. Ergo the search recommendation. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Feb 29, 2016 at 9:51 AM, Amur Ghose <gublaghose at gmail.com> wrote:> Hi, > > Are there any R packages for modelling diodes, BJTs, MOSFETs and other > microelectronic devices ? I found a few for generic circuits and > that's about it. > > I am trying to create a package of my own for these devices ( > https://github.com/AmurG/transistor ) and would like to know if there > is any existing code in R ( or python ) that I could reference. > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
Not aware of any, but there is a way for you to search CRAN: library(sos) ???"diode" -- Sent from my phone. Please excuse my brevity. On February 29, 2016 9:51:46 AM PST, Amur Ghose <gublaghose at gmail.com> wrote:>Hi, > >Are there any R packages for modelling diodes, BJTs, MOSFETs and other >microelectronic devices ? I found a few for generic circuits and >that's about it. > >I am trying to create a package of my own for these devices ( >https://github.com/AmurG/transistor ) and would like to know if there >is any existing code in R ( or python ) that I could reference. > >______________________________________________ >R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide >http://www.R-project.org/posting-guide.html >and provide commented, minimal, self-contained, reproducible code.[[alternative HTML version deleted]]