Azzera filtri
Azzera filtri

iztrans not giving correct result?

4 visualizzazioni (ultimi 30 giorni)
ABTJ
ABTJ il 29 Mag 2019
Risposto: KALYAN ACHARJYA il 29 Mag 2019
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

Risposte (1)

KALYAN ACHARJYA
KALYAN ACHARJYA il 29 Mag 2019
Check here

Prodotti


Release

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by