M HYPE SPLASH
// news

calculating z transform of vector matlab

By Andrew Adams
$\begingroup$

Ive been reading the matlab guide of z-transform but cant find the solution. How do you calculate the z-transfom of : x[n] = [5,6,9,7,2];?

ztrans([5,6,9,7,2],n,z); (in mupad)

but this didnt give the solution.

$\endgroup$

1 Answer

$\begingroup$

Do it in the actual command window, not mupad. Follow the examples to learn:

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy