summaryrefslogtreecommitdiff
path: root/3812/CH1/EX1.14.a/1_14_a.sce
blob: 1cde65ccde8710d47176a27754853b0fe6535bd5 (plain)
1
2
3
4
5
6
7
8
//Example 1.14<a>
//check the given signL is PERIODIC OR NOT//
clc ;
t=-10:.01:10;
x=%i*(exp(%i*10*t));
subplot (311)
plot (t,x);
disp ('(a) this shows that the given signal is periodic with period (.2*%pi)');