% This file generates the data for prob 1 of Section 11.9 tdata = zeros( [1,4096] ); tdata( 5 ) = 1; tdata( 30 ) = 1; % Now take the inverse wavelet transform of this matrix result = invwave( tdata ); plot( result )