This package contains example function calls to demonstrate the usage of the functions operating with the TransferFunction record.
| Name | Description |
|---|---|
| plotPolesAndZeros | Plot poles and zeros of two transfer functions |
| importFromFile | Example how to read a transfer function from a matlab file |
| operationsOnTransferFunctions | Demonstrate the usage of the functions of TransferFunction |
| plotBode1 | Construct two transfer functions and plot the Bode diagram |
| plotBode2 | Construct two transfer functions from numerator and denominator array and plot the Bode diagram |
| plotBode3 | Construct a transfer function from numerator and denominator array and plot the Bode diagram |
| plotBodeFilter2 | Show low pass filters of all filter types and plot their Bode diagrams |
| plotImpulse | Impulse plot example |
| plotInital | Initial condition plot example |
| plotStep | Plot step response |