File tree Expand file tree Collapse file tree 3 files changed +23
-16
lines changed Expand file tree Collapse file tree 3 files changed +23
-16
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,12 @@ makedocs(;
28
28
" Home" => " index.md" ,
29
29
" Tutorials" => [
30
30
" Getting started with Sampled-Data Systems" => " tutorials/SampledData.md" ,
31
- " Noise" => " tutorials/noise.md" ,
31
+ " Noise and measurement corruption " => " tutorials/noise.md" ,
32
32
],
33
33
" Examples" => [
34
34
" Controlled DC motor" => " examples/dc_motor_pi.md" ,
35
35
],
36
- " Block library" => " blocks.md" ,
37
- " Functions" => " api.md" ,
36
+ " Library API" => " blocks.md" ,
38
37
],
39
38
)
40
39
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
``` @index
5
5
```
6
6
7
+ ## Basic blocks
8
+ - [ ` Delay ` ] ( @ref )
9
+ - [ ` Difference ` ] ( @ref )
10
+ - [ ` DiscreteDerivative ` ] ( @ref )
11
+ - [ ` DiscreteIntegrator ` ] ( @ref )
12
+ - [ ` Sampler ` ] ( @ref )
13
+ - [ ` ZeroOrderHold ` ] ( @ref )
14
+
15
+ ## Noise and measurement corruption
16
+ - [ ` NormalNoise ` ] ( @ref )
17
+ - [ ` Quantization ` ] ( @ref )
18
+ - [ ` UniformNoise ` ] ( @ref )
19
+
20
+ ## Controllers
21
+ - [ ` DiscretePIDParallel ` ] ( @ref )
22
+ - [ ` DiscretePIDStandard ` ] ( @ref )
23
+
24
+ ## Discrete-time filters
25
+ - [ ` ExponentialFilter ` ] ( @ref )
26
+
27
+
7
28
## Docstrings
8
29
9
30
``` @autodocs
You can’t perform that action at this time.
0 commit comments