代码搜索:BATCH
找到约 6,125 项符合「BATCH」的源代码
代码结果 6,125
www.eeworm.com/read/276874/10699064
file batch.file
cd ..
dir
cd myshell
echo 1234 567 8956
help > ning.yu
environ > yu.ning
www.eeworm.com/read/421464/10736155
m batch.m
make_rp;
rp.mu = 1;
%rp.a1=-0.1950; rp.a2=0.95; rp.lam1=1.1; rp.lam2=0.9; xl=3; yl=2.2;
%rp.a1=-0.9750; rp.a2=0.95; rp.lam1=1.5; rp.lam2=0.5; xl=5; yl=3;
rp.a1=-1.5955; rp.a2=0.95; rp.lam1=1.8
www.eeworm.com/read/417108/11003486
c batch.c
/*
* Support for the batch-file options.
*
* Copyright (C) 1999 Weiss
* Copyright (C) 2004 Chris Shoemaker
* Copyright (C) 2004-2008 Wayne Davison
*
* This program is free software; you can red
www.eeworm.com/read/465115/7058587
c batch.c
www.eeworm.com/read/282684/7071372
c batch.c
www.eeworm.com/read/462581/7200150
m batch.m
make_rp;
rp.TNRdB = 10; rp.INRdB = 20; rp.Nsnaps= 20; rp.mu = 1e-9; rp.color='r'; rp.name = 'run1';
run_lms_mvdr(rp);
rp.TNRdB = 10; rp.INRdB = 20; rp.Nsnaps= 100; rp.mu = 1e-9; rp.color='g'
www.eeworm.com/read/454559/7387320
m 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.n
www.eeworm.com/read/454559/7387335
m batch.m
% This file does all of the runs required for the figures in the book.
% Once complete, run make_plots to get the results.
% set up the default parameters
make_rp
rp.T = 2.9; rp.name = 'run1
www.eeworm.com/read/454559/7387343
m batch.m
make_rp;
rp.TNRdB = 10; rp.INRdB = 20; rp.Nsnaps= 20; rp.mu = 1e-8; rp.name = 'run1';
run_lms_mvdr(rp);
rp.TNRdB = 10; rp.INRdB = 30; rp.Nsnaps= 20; rp.mu = 1e-9; rp.name = 'run2';
run_lms_m
www.eeworm.com/read/454559/7387349
m batch.m
make_rp;
rp.T = 2.9; rp.name = 'run1'; run_rls_eq(rp);
rp.T = 3.1; rp.name = 'run2'; run_rls_eq(rp);
rp.T = 3.3; rp.name = 'run3'; run_rls_eq(rp);
rp.T = 3.5; rp.name = 'run4'; run_rls_eq(rp)