If you happen to play with electronics, most circuits in the paper cannot be built at home realistically. Those circuits work best with MOSFETs built in silicon, with very precise tolerances. For example the first circuit; the inverter; when Vin is low, the bottom NMOS is off, the top PMOS is on. And vice versa when Vin is at the high voltage suitable for the devices. Statically this works pretty well. But the troubl…
You can buy push-pull configured transistor pairs in a package.
Variations of Two-Transistor Circuits: A Tribute to the Versatility of MOSFETs
31–35 of 35 posts
Re: Variations of Two-Transistor Circuits: A Tribute to the Versatility of MOSFETs
#32What layperson-friendly tools are out there to simulate simple analog circuits? For years now I've been going to the ancient app at https://www.falstad.com/circuit/ but wondering that surely there must be something that Real Electronics Builders use. (I intentionally did not say Engineers because I assume that would be covered by the pricy and/or UI-challenged tools like spice and company).
For simple circuits, LTspice: https://www.analog.com/en/design-center/design-tools-and-cal... And it's definitely used by real engineers. It's for making switching power supplies, so it can handle fairly complex circuits. I wouldn't venture into RF/high speed circuits with it though, since the included parasitics aren't sufficient. And, custom functions are supported, so, I believe, you can put whatever maths in a co…
Re: Variations of Two-Transistor Circuits: A Tribute to the Versatility of MOSFETs
#33Earlier quoted context omitted.
> a few are genuinely clever Another perspective is that it would take a computer only a few minutes to generate all these circuits and test them for usefulness in a simulator.
That's harder than you might think. How would you test for all possible uses? Even if you looked at something fundamental like an N-port, you'd still have to define metrics for usefulness and many of the topologies in the paper would evade most obvious circuit metrics.
Re: Variations of Two-Transistor Circuits: A Tribute to the Versatility of MOSFETs
#34Earlier quoted context omitted.
That's harder than you might think. How would you test for all possible uses? Even if you looked at something fundamental like an N-port, you'd still have to define metrics for usefulness and many of the topologies in the paper would evade most obvious circuit metrics.
Well, you are right to some extent, but in practice you don't need "all possible uses" and instead you are looking for a specific behavior, which you can easily encode in a test that uses a simulator.
But I don't think that works in the general case to find all "useful" circuits. For example figure 27 is a pA source and requires 2 precise control voltages and a clock source. 39 is a peak detector. Does not seem that easily encoded.
Re: Variations of Two-Transistor Circuits: A Tribute to the Versatility of MOSFETs
#35What layperson-friendly tools are out there to simulate simple analog circuits? For years now I've been going to the ancient app at https://www.falstad.com/circuit/ but wondering that surely there must be something that Real Electronics Builders use. (I intentionally did not say Engineers because I assume that would be covered by the pricy and/or UI-challenged tools like spice and company).
For simple circuits, LTspice: https://www.analog.com/en/design-center/design-tools-and-cal... And it's definitely used by real engineers. It's for making switching power supplies, so it can handle fairly complex circuits. I wouldn't venture into RF/high speed circuits with it though, since the included parasitics aren't sufficient. And, custom functions are supported, so, I believe, you can put whatever maths in a co…
Most EDA packages will include some sort of simulator, often SPICE-based. The fancier ones for RF work include or integrate with field solvers.