comparison Problems/private/countcover.m @ 16:41a5a3c26961

(none)
author idamnjanovic
date Thu, 25 Mar 2010 14:05:46 +0000
parents 207a6ae9a76f
children
comparison
equal deleted inserted replaced
15:51b76c31c93d 16:41a5a3c26961
4 % of size SZ=[N1 N2 ... Np] covered by (possibly overlapping) blocks of 4 % of size SZ=[N1 N2 ... Np] covered by (possibly overlapping) blocks of
5 % size BLOCKSIZE=[M1 M2 ... Mp]. The blocks start at position (1,1,..,1) 5 % size BLOCKSIZE=[M1 M2 ... Mp]. The blocks start at position (1,1,..,1)
6 % and are shifted between them by steps of size STEPSIZE=[S1 S2 ... Sp]. 6 % and are shifted between them by steps of size STEPSIZE=[S1 S2 ... Sp].
7 % COUNTCOVER returns a matrix the same size as the signal, containing in 7 % COUNTCOVER returns a matrix the same size as the signal, containing in
8 % each entry the number of blocks covering that sample. 8 % each entry the number of blocks covering that sample.
9 %
10 % See also IM2COLSTEP, COL2IMSTEP, IM2COL.
9 11
10 12
11 % Ron Rubinstein 13 % Ron Rubinstein
12 % Computer Science Department 14 % Computer Science Department
13 % Technion, Haifa 32000 Israel 15 % Technion, Haifa 32000 Israel