Slopjong
A geek discovering the World, Tech & Science
Latest Posts
Programming
Mac
Linux
WordPress
Hardware
Howtos
Nerd Trash
Regelungstechnik Archive
0
Transfer functions with delays in Matlab
Posted on September 9, 2010
I was wondering how to use delays in transfer functions. First I modeled the delay explicity with the e function. In this example I create the laplace variable s and [...]
Continue Reading
0
Matlab commands for feedback controls
Posted on June 14, 2010
Here is a small matlab reference for feedback calculations or simulations: roots: Find polynomial roots poly: Convert roots to polynomial conv: Convolution and polynomial multiplication polyval: Evaluate polynomial tf: Creation of transfer functions or [...]
Continue Reading