0

Root Locus Method in MATLAB

Posted by Papa_Smurf on Oct 13, 2009 in Control Systems, MATLAB

TweetTo start out, setup the open loop transfer function. Next, you can choose to set up the MATLAB code in a few different ways. First make sure that both the numerator and denominator are in acceptable forms. [1 2 3] is the same as saying Using an example: We can write the numerator and denominator MATLAB codes as: >>numerator=[1]; [...]

Tags: , ,

 
0

Finite State Machines

TweetA Finite State Machine (FSM), or just state machine, is a model of behavior composed of a finite number of states. We use these in computer engineering to model a “machine” with primitive memory. Based on the signals  we recieve, we go to a certain state where information is processed, and then we wait for [...]

Tags: , , ,

 
3

Laplace Transforms

TweetWhat is the Laplace Transform method? The Laplace Transform is a method that simplifies integral and differential equations into algebraic equations. This practice is commonly used to solve for a function out of a differential equation, which otherwise may have been unsolvable or very difficult. The following integrals can be used to transform between where [...]

Tags: , , , , , ,

Engineersphere Logo

Copyright © 2012 EngineerSphere.com All rights reserved .
Sitemap      Electrical Engineer