www.pudn.com > adaptivefiltering.rar > batch.m
% generates the data needed for the plots in the book % make_rp; rp.type='A'; rp.T = 2.9; rp.name = 'run1'; run_dctlmseq(rp); rp.T = 3.1; rp.name = 'run2'; run_dctlmseq(rp); rp.T = 3.3; rp.name = 'run3'; run_dctlmseq(rp); rp.T = 3.5; rp.name = 'run4'; run_dctlmseq(rp);