comparison examples/SMALL_solver_test_Audio.m @ 178:4ea4badb2266 danieleb

added ramirez dl (to be completed) and MOCOD dictionary update
author Daniele Barchiesi <daniele.barchiesi@eecs.qmul.ac.uk>
date Thu, 17 Nov 2011 11:22:17 +0000
parents 855025f4c779
children
comparison
equal deleted inserted replaced
177:714fa7b8c1ad 178:4ea4badb2266
59 %% 59 %%
60 % SMALL Conjugate Gradient test 60 % SMALL Conjugate Gradient test
61 61
62 SMALL.solver(i)=SMALL_init_solver; 62 SMALL.solver(i)=SMALL_init_solver;
63 SMALL.solver(i).toolbox='SMALL'; 63 SMALL.solver(i).toolbox='SMALL';
64 SMALL.solver(i).name='SMALL_cgp'; 64 SMALL.solver(i).name='SMALL_pcgp';
65 65
66 % In the following string all parameters except matrix, measurement vector 66 % In the following string all parameters except matrix, measurement vector
67 % and size of solution need to be specified. If you are not sure which 67 % and size of solution need to be specified. If you are not sure which
68 % parameters are needed for particular solver type "help <Solver name>" in 68 % parameters are needed for particular solver type "help <Solver name>" in
69 % MATLAB command line 69 % MATLAB command line