Exercise 7 - computer exercise
The exercise is based on ILM - Interactive Computer tools available for free download from
arm.ual.es/ilm/ Links to an external site.
In Exercise 7, the module Modeling is used, i.e., this is what you should download. The problems related to this exercises are given in Chapter 9 in the Exercises collection. (Hint: To add a new pole or zero to the pole-zero diagram simply click-and-drag on the symbols on the top of the diagrams)
If you have problems with getting the application to work on you computer, you can try with the Julia version of this instead. It has similar functionality as the ILM tool.
Here are the instructions for the starting the Julia app. (Assumes that you have Julia installed on your computer).
Start a Julia REPL (Read-Eval-Print Loop) and write the following commands (every single space is important)
using Pkg
pkg"add https://github.com/albheim/PoleExploration.jl.git
Links to an external site." # Takes 6-7 minutes
using PoleExploration
PoleExploration.run() # Takes around one minute
If you also have trouble with the Julia version, you can watch the video below, where the tasks from the exercise (9.1–9.3 in the exercise compendium) are demonstrated.