8

Is there software out there that will take a schematic as input and simulate its functioning?

I don't have a lot of cash for components and tools, so this would be a cheap and easy way for me to learn more about electronics.

mjh2007
  • 3,899
  • 24
  • 49
Stefan
  • 249
  • 1
  • 8
  • 2
    See [What are the freeware SPICE simulators available?](http://electronics.stackexchange.com/questions/1206), [Simple Circuit Simulation tutorial](http://electronics.stackexchange.com/questions/1594), and the whole [ [simulation](http://electronics.stackexchange.com/questions/tagged/simulation) ] tag. – Kevin Vermeer Oct 05 '10 at 16:52
  • 6
    It may help you to know that SPICE and it's ilk are 'analog' simulators - they can simulate things like resistors, capacitors, inductors and get their interactions more or less correct. Essentially, they simulate the voltages and currents on a real board. Things like klogic (digital logic simulators) are NOT simulating the voltages and currents. Instead, they just simulate hi vs. low vs unknown, vs conflict signals. Analog sims let you see what real components will do, but they tend to be on the slow side. Digital simulators can only simulate the logic, but that makes them faster (in general). – Michael Kohne Oct 06 '10 at 02:27
  • 1
    The question is not so much "can you simulate it" as it is "Can you find simulation models for all the components in your circuit". After that, it's just a matter of letting it process for a while. – Connor Wolf Oct 06 '10 at 03:03

7 Answers7

13

We usually call that simulation, not emulation. If we were to emulate the board, that means having another device perform similarly. There are plenty of circuit simulators, most famous of which is Spice (LTspice is one popular version). Qucs, ktechlab, klogic (limited to digital), and gnucap are a few others; for those without a graphical interface, there typically is one separately, such as oregano or gspiceui.

Dwayne Reid
  • 23,390
  • 2
  • 35
  • 67
Yann Vernier
  • 2,814
  • 17
  • 15
7

As @LoneTech said, there are plenty of circuit simulators. My two cents:

Daniel Grillo
  • 7,659
  • 18
  • 51
  • 69
5

If you are a student I would HIGHLY recommend National Instruments Multisim. With a valid student ID, or student email, or even a offical transcript you can pick up a copy for $40 dollars. It also comes packaged with Utilboard which is a perfboard layout program.

sptrks
  • 597
  • 2
  • 10
3

Some of the higher-level programs for general analog simulation are Multisim and OrCad's suite (including PSpice). Other programs which offer limited capabilities are Simulink in MATLAB and National Instruments LabView. If you are in higher education, you may find that these are available in a computer lab.

Alex Hirzel
  • 325
  • 2
  • 9
1

The Altera Quartus II software for their FPGAs and CPLDs supports schematic entry, for digital simulation and synthesis. Most people use VHDL or Verilog, though. There is a free version.

Leon Heller
  • 38,774
  • 2
  • 60
  • 96
0

SIMetrix is another great tool for circuit simulation and design.

It should be noted, that simulation tools should be used carefully, because they can give wrong results

MaratYV
  • 31
  • 2
0

Check out SystemVision. It's completely online, free, and has a ton of models and designs for you to use for learning.

AdamC
  • 121
  • 3