Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 11:03, 1 July 2009โ€Ž Zhang205 (Talk | contribs)โ€Ž . . (287 bytes) (+287)โ€Ž . . (New page: function y = myconv(x,h) Lx=length(x); Lh=length(h); X=[x zeros(1,Lh-1)]; H=[h zeros(1,Lx-1)]; n = Lx + Lh -1; % Length of the output signal y=zeros(1,n); % initial y for i=1:n ...)

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett