代码搜索:simulating
找到约 328 项符合「simulating」的源代码
代码结果 328
www.eeworm.com/read/182900/9186663
c simulatedsm.c
/* simulateDSM.c - A MEX-file for simulating a delta-sigma modulator
%[v,xn,xmax,y] = simulateDSM( u, ABCD, nlev[2], x0[0] )
% or
%[v,xn,xmax,y] = simulateDSM( u, ntf, nlev[2], x0[0] )
%
%Compute the
www.eeworm.com/read/418151/10964292
c simulatedsm.c
/* simulateDSM.c - A MEX-file for simulating a delta-sigma modulator
%[v,xn,xmax,y] = simulateDSM( u, ABCD, nlev[2], x0[0] )
% or
%[v,xn,xmax,y] = simulateDSM( u, ntf, nlev[2], x0[0] )
%
%Compute the
www.eeworm.com/read/333524/12677348
c simulatedsm.c
/* simulateDSM.c - A MEX-file for simulating a delta-sigma modulator
%[v,xn,xmax,y] = simulateDSM( u, ABCD, nlev[2], x0[0] )
% or
%[v,xn,xmax,y] = simulateDSM( u, ntf, nlev[2], x0[0] )
%
%Compute the
www.eeworm.com/read/392021/8366907
c simulateesl.c
/* simulateESL.c - A MEX-file for simulating a the element selection logic
%[sv,sx,sigma_se,max_sx,max_sy] = simulateESL(v,ntf,M[16],dw[1..],sx0[0..])
%Simulate the Element Selection Logic for a multi
www.eeworm.com/read/182900/9186734
c simulateesl.c
/* simulateESL.c - A MEX-file for simulating a the element selection logic
%[sv,sx,sigma_se,max_sx,max_sy] = simulateESL(v,ntf,M[16],dw[1..],sx0[0..])
%Simulate the Element Selection Logic for a multi
www.eeworm.com/read/418151/10964324
c simulateesl.c
/* simulateESL.c - A MEX-file for simulating a the element selection logic
%[sv,sx,sigma_se,max_sx,max_sy] = simulateESL(v,ntf,M[16],dw[1..],sx0[0..])
%Simulate the Element Selection Logic for a multi
www.eeworm.com/read/333524/12677445
c simulateesl.c
/* simulateESL.c - A MEX-file for simulating a the element selection logic
%[sv,sx,sigma_se,max_sx,max_sy] = simulateESL(v,ntf,M[16],dw[1..],sx0[0..])
%Simulate the Element Selection Logic for a multi
www.eeworm.com/read/339293/12244651
m cola_init.m
% Generate steady-state data for column A
% Saves data in file cola_init.mat
%% Do this by simulating 20000 min with stabilized LV-model:
clear all
[t,x]=ode15s('cola_lv',[0 20000],0.5*ones(1,82)')
www.eeworm.com/read/430037/1942702
m pr6_40.m
%Problem 6.40;
%simulating masking of a weaker signal by ACF sidelobes of the stronger one
%in time-resolution (Prob.6.40);
clear all; close all;
A=[1 1 1 -1 1 -1 1 -1 1 -1 1;1 -1 1 1 -1 1 1 1 -
www.eeworm.com/read/158522/11603698
m sa_tsp1.m
%this program is written by 刘学智. Finished time is 05.1.23 16:03
%utilizing it solving TSP problem by simulating stealing algorithm
%[fval,route]=sa_tsp(d,10,0.1,.87)
%d=[0 2 1 2 0 0 1 0 1 2 1 1 1