File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Creating Systems
2- ## Creating Transfer Functions
2+ ## Transfer Functions
33``` @meta
44DocTestSetup = quote
55 using ControlSystems
@@ -53,7 +53,7 @@ Continuous-time transfer function model
5353The transfer functions created using this method will be of type ` TransferFunction{SisoZpk} ` .
5454
5555
56- ## ss - Creating State-Space Systems
56+ ## State-Space Systems
5757A state-space system is created using
5858``` julia
5959ss (A,B,C,D) # Continuous-time system
@@ -99,7 +99,7 @@ Sample Time: 0.1 (seconds)
9999Discrete-time transfer function model
100100```
101101
102- ## Creating Delay Systems
102+ ## Delay Systems
103103The constructor [ ` delay ` ] ( @ref ) creates a pure delay, which may be connected to a system by multiplication:
104104``` julia
105105delay (1.2 ) # Pure delay or 1.2s
@@ -114,7 +114,7 @@ L = 1.2 # Delay time
114114tf (1 , [1 , 1 ]) * exp (- L* s)
115115```
116116
117- ## Creating Nonlinear Systems
117+ ## Nonlinear Systems
118118See [ Nonlinear functionality] ( @ref ) .
119119
120120## Simplifying systems
You can’t perform that action at this time.
0 commit comments