代码搜索:Simulate
找到约 2,241 项符合「Simulate」的源代码
代码结果 2,241
www.eeworm.com/read/101082/6243114
tinyms
.\" short set of macros to simulate behavior of
.\" most common -ms macros:
.\" .PP, .LP, .EQ, .EN
.\"
.de PP
.br
.sp
.ll 60n
.fi
.ti +5n
..
.de LP
.br
.sp
.ll 60n
.fi
..
.de EQ
.sp
.ce
..
.de EN
.s
www.eeworm.com/read/291067/6302860
m dbtex1.m
function dbtex1
%DBTEX1 An example of a main program using MUSIC and conventional beamforming on simulated signals from an ULA.
%
% * DBT, A Matlab Toolbox for Radar Signal Processing *
% (c) FO
www.eeworm.com/read/492695/6419572
m example52_test1.m
%hf1_test:test the network
%==============
%==============
figure('name','任一随机输入矢量的收敛过程','numbertitle','off');
%simulate the network...
A=simuhop(T,W,B)
%simulate the network again...
t=
www.eeworm.com/read/344464/11877476
m ioscript.m
t=0:0.1:10;
u=sin(t);
sim_input=[t',u'];
% simulate the diagram
plot(t,u,tout,uout)
www.eeworm.com/read/344164/11904603
h rf_disks.h
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
*
* Author: Mark Holland
*
* Permission to use, copy, modify and distribute this software and
* its documentation is h
www.eeworm.com/read/151838/12171223
cnt sesystem.cnt
:Base SESystem.hlp>SESystem
:Title SESystem节能模拟系统帮助
1 SESystem节能模拟系统帮助
2 自述=Self
2 热平衡...
3 煤气、烟气成分=Balance
3 热平衡收入、支出=Balance
3 热平衡图、表=Balance
2 热模拟...
3 蓄热体参数=Simulate
3 模拟=Simulate
2 热优化
www.eeworm.com/read/338951/12270662
txt txcfg.txt
-- 0 Number of Points to Simulate
12
-- 1 SNR (db)
0.2
-- 1 Packet Number
8000
-- 2
0.4
-- 2
8000
-- 3
0.6
-- 3
8000
-- 4
0.8
-- 4
8000
-- 5
1.0
-- 5
8000
-- 6
1.2
www.eeworm.com/read/338951/12270727
txt txcfg.txt
-- 0 Number of Points to Simulate
5
-- 1 SNR (db)
0.2
-- 1 Packet Number
100
-- 2
0.3
-- 2
100
-- 3
0.4
-- 3
100
-- 4
0.5
-- 4
100
-- 5
0.6
-- 5
100
www.eeworm.com/read/338951/12270797
txt txcfg.txt
-- 0 Number of Points to Simulate
5
-- 1 SNR (db)
0.2
-- 1 Packet Number
100
-- 2
0.3
-- 2
100
-- 3
0.4
-- 3
100
-- 4
0.5
-- 4
100
-- 5
0.6
-- 5
100
www.eeworm.com/read/338523/12295959
m gfc_init.m
% gfc_init.m used with gfc.mdl
gfc1=readfis('gfc1');
Ne=1;Nce=1;Nu=1;Ts=0.1;
K=1; tau=1;
disp('Done initializing gfc199_yen.mdl, you can SIMULATE it NOW!')