www.pudn.com > adaptivefiltering.rar > make_rp.m
% This file makes the structure containing the run % parameters used for the Adpative Equalization experiment rp.Nruns = 200; rp.var_v = 0.001; rp.decay = 0; rp.p = 11; rp.tau = 7; rp.verbose = 0; rp.T = 3.5; rp.name = 'run1'; rp.Ndata = 500; rp.mu = 0.075;