필터 지우기
필터 지우기

iztrans not giving correct result?

조회 수: 4 (최근 30일)
ABTJ
ABTJ 2019년 5월 29일
답변: KALYAN ACHARJYA 2019년 5월 29일
I wrote a program to first find out z transform X of input x and then secondly applied inverse z transform to X to get back original x but when i use the iztrans command , i do not get the original input as shown highlighted in attached phot. My code is as follow
clc
clear all
close all
syms z n
x=n^2*heaviside(n) % original input
X=ztrans(x,z) % z transform of input
x1=iztrans(X,n) % Application of inverse z transform to get back original input

답변 (1개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 5월 29일
Check here

카테고리

Help CenterFile Exchange에서 Mathematical Functions에 대해 자세히 알아보기

제품


릴리스

R2015a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by