make_rp.m
上传用户:kendun0711
上传日期:2007-06-03
资源大小:32k
文件大小:0k
源码类别:

技术管理

开发平台:

Matlab

  1. % This file makes the structure containing the run 
  2. % parameters used for the Adpative Equalization experiment
  3. rp.Nruns   = 200;   
  4. rp.var_v   = 0.001;   
  5. rp.decay   = 0;
  6. rp.p       = 11;    
  7. rp.tau     = 7;       
  8. rp.verbose = 0;
  9. rp.T       = 3.5;   
  10. rp.name    = 'run1';  
  11. rp.Ndata   = 500;
  12. rp.mu     = 0.075;