Sie sind auf Seite 1von 1

t=[0:.

1:10];
X=[t t.^2 sin(t)]
%define signal
L=length (t)
Duty=0.5
S=[2*t(1:floor(L*duty)),2-2*t(floor(L*Duty)+1)]';
% replicate the signal for rest of the signal
t=[0:.01:2]';
s=repmat(S,2,1);
%%% For even in a period of one second, this has signal four parts as given bel
ow;
%% 1.x(t)=4t; 2.x(t)=8t-1
3.x(t)=-8t+7
4.x(t)=-4t+4

Das könnte Ihnen auch gefallen