×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

MATLAB, PSPICE circuit simulation software

MATLAB, PSPICE circuit simulation software

MATLAB, PSPICE circuit simulation software

(OP)
It's been a long time since I've used either of these programs and need some advice as to what software would be best for someone to analyze potential circuit designs without building them. Need some good freeware variety.

RE: MATLAB, PSPICE circuit simulation software

SPICE is the obvious choice... not sure why you would even consider MATLAB unless there was a specific series of simulations you were running.  MATLAB knows nothing of circuits.

Dan - Owner
http://www.Hi-TecDesigns.com

RE: MATLAB, PSPICE circuit simulation software

Have a look at amazing and free LT_Spice! Love it.

http://www.linear.com/designtools/software/
 

Gunnar Englund
www.gke.org
--------------------------------------
100 % recycled posting: Electrons, ideas, finger-tips have been used over and over again...

RE: MATLAB, PSPICE circuit simulation software

There is nothing better for the price than what Skogs just pointed you at.

Keith Cress
kcress - http://www.flaminsystems.com

RE: MATLAB, PSPICE circuit simulation software

Matlab is better at software simulations; sometimes it is easier to make something work in Matlab as a proof of concept before you try to code it in 'C'.  

John D
 

RE: MATLAB, PSPICE circuit simulation software

(OP)
LT Spice looks nice, will give it a try in a bit here. No free form of PSpice though? That's ok.

RE: MATLAB, PSPICE circuit simulation software

The two programs are almost orthogonal to each other, although, one could, hypothetically, construct a "SPICE"-like simulator in Matlab.  But, it would be way slower than SPICE, and you'd spend a lot of calories coding up the diffeq solvers, the node monitors, and graphics displays that SPICE already encompasses.

MATLAB is a general purpose mathematics program, as opposed to SPICE, which is purpose-built.  

Depending on what you're actually doing, you might need both programs.

TTFN

FAQ731-376: Eng-Tips.com Forum Policies

RE: MATLAB, PSPICE circuit simulation software

Different tools for different purposes.  If Spice has everything you'll ever need, then don't look further. But I would suggest that learning simple state space simulation technique (solve system x' = f(x(t)) where x is a vector of state variables) is a productive endeavor which will put in your toolbox a powerful tool to be used in many different problems beyond circuits.  Or to link circuits with non-circuit parts of the system such as thermal or mechanical aspects.  In Matlab typically it is the ode45 function.

=====================================
Eng-tips forums: The best place on the web for engineering discussions.

RE: MATLAB, PSPICE circuit simulation software

I should mention there is a free program "sci-lab" which provides a limited subset of matlab commands. It includes an ordinary differential equation solver (sci-lab "ode" function)

=====================================
Eng-tips forums: The best place on the web for engineering discussions.

RE: MATLAB, PSPICE circuit simulation software

http://www.scilab.org/

=====================================
Eng-tips forums: The best place on the web for engineering discussions.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources