summaryrefslogtreecommitdiff
path: root/67/CH4/EX4.3/example43.sce
blob: 06dbbdf17f7a60a6a605cc644de800f38bd541f8 (plain)
1
2
3
4
5
6
//Example 4.3
//Find DTFT of unit impluse
clc;
syms w n;
x=1;
X=symsum(x*exp(-%i*w*n),n,0,0);