Differences From Artifact [d5e1c0a187]:
- Executable file
mttroot/mtt/bin/trans/make_ssim
— part of check-in
[5fc249a8b0]
at
2001-04-03 14:49:42
on branch origin/master
— Revised to incorporate new ssim (sensitivity simulation)
representation (m only just now). (user: gawthrop@users.sourceforge.net, size: 758) [annotate] [blame] [check-ins using] [more...]
To Artifact [3a0f893d5a]:
- Executable file mttroot/mtt/bin/trans/make_ssim — part of check-in [8eed789a90] at 2001-04-10 12:54:50 on branch origin/master — Minor fixes for sensitivity versions (user: gawthrop@users.sourceforge.net, size: 825) [annotate] [blame] [check-ins using] [more...]
︙ | |||
20 21 22 23 24 25 26 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | - - + + | ny = ny2/2; y_par = []; MTT_input = u; [MTT_input_last,m] = size(u); for i=index MTT_input_index = 0; |
︙ |