ahmed khouaja
Followers: 0 Following: 0
Feeds
답변 있음
Creating a rectangular pulse
b1 = 5; a1 = 5; x = -10:0.01:10; % a pulse function f = @(xi,a,b) a*rectpuls(xi,b); % plot to plot(x,f(x,a1,b1),'b--'); ...
Creating a rectangular pulse
b1 = 5; a1 = 5; x = -10:0.01:10; % a pulse function f = @(xi,a,b) a*rectpuls(xi,b); % plot to plot(x,f(x,a1,b1),'b--'); ...
거의 3년 전 | 0