Advertisement
Generate a pulse on Matlab of rectangular shape (y as function of t).pdf
Upcoming SlideShare
give an example of a sequence  for which the set of values x1,x2...i.pdfgive an example of a sequence for which the set of values x1,x2...i.pdf
Loading in ... 3
1 of 1
Advertisement

More Related Content

More from ammanelectronic(20)

Advertisement

Generate a pulse on Matlab of rectangular shape (y as function of t).pdf

  1. Generate a pulse on Matlab of rectangular shape (y as function of t) of 40ns long (start at t0 and ends at t0+40). Compute the ratio of integrals when the capture is at t0+15. Solution t=0:.01:40; %Time vector w = 1; %pulse width d= w/2:w*2:10; %delay vector y=pulstran(t,d,'rectpuls',w); plot(t,y);
Advertisement