1- Introduction to the sequences in MATLAB .All signals are considered causal an
ID: 2267114 • Letter: 1
Question
Explanation / Answer
1.Clear
Close all
Clc
Amplitude=1;
T=(0:0.01:1);
Y=Amplitude*square(T,1);
Plot(T,Y);
axis([3 6,0 1]);
2.
Clear
Close all
Clc
T=3;
X=1:-0.1:-1;
Y=2*mod(X,T);
Plot(X,Y);
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.