summaryrefslogtreecommitdiff
path: root/67/CH2/EX2.17.c/example217c.sce
blob: ef8b994c6bf1913370d6a8f125611a524a3d3e6f (plain)
1
2
3
4
5
//Example 2.17c
clc;
disp('  y[n]=x[-n]  ');
disp('THE GIVEN SYSTEM IS NON-CAUSAL');
disp('Since the value of output depends on future input');