z_transform
Calculate the Z-transform of discrete-time functions to analyze signals and systems in the frequency domain. Provide the function expression, time variable, and Z-transform variable for computation.
Instructions
Calculate the Z-transform of a function
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | Function of discrete time | |
| timeVar | Yes | Discrete time variable | |
| zVar | Yes | Z-transform variable | |
| limit | No | Upper limit for summation (default: 100) |