Skip to content

Commit f54a87e

Browse files
authored
Add news about identification to readme (#190)
1 parent 1bd8335 commit f54a87e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ Pkg.add("ControlSystems")
1717
```
1818

1919
## News
20+
### 2019-01-31
21+
System identification using [ControlSystemIdentification.jl](https://github.com/baggepinnen/ControlSystemIdentification.jl) is now available. The [readme](https://github.com/baggepinnen/ControlSystemIdentification.jl) together with a series of notebooks serve as documentation.
22+
- [State-space identification](https://github.com/JuliaControl/ControlExamples.jl/blob/master/identification_statespace.ipynb)
23+
- [ARX/PLR](https://github.com/JuliaControl/ControlExamples.jl/blob/master/identification_arx.ipynb)
24+
- [Transfer-function estimation using spectral methods](https://github.com/JuliaControl/ControlExamples.jl/blob/master/identification_spectral.ipynb)
25+
- [Impulse-response estimation](https://github.com/JuliaControl/ControlExamples.jl/blob/master/identification_impulse_response.ipynb)
26+
2027
### 2018-09-30
2128
Support for Julia 0.7/1.0 added.
2229

0 commit comments

Comments
 (0)