代码搜索:Continuous
找到约 2,697 项符合「Continuous」的源代码
代码结果 2,697
www.eeworm.com/read/236814/13998224
m chap1_6.m
%Discrete PID control for continuous plant
clear all;
close all;
ts=0.001; %Sampling time
xk=zeros(2,1);
e_1=0;
u_1=0;
for k=1:1:2000
time(k) = k*ts;
rin(k)=0.50*sin(1*2*pi*k*ts);
www.eeworm.com/read/101557/15826467
m sigma.m
function [svout,w] = sigma(Z1,Z2,Z3,Z4,Z5,Z6)
%SIGMA Singular value frequency response of continuous linear systems.
% SIGMA(A,B,C,D) (or optional SIGMA(SS_) in RCT) produces a singular
% va
www.eeworm.com/read/429621/8798109
m s3b.m
function [ret,x0,str,ts,xts]=s3b(t,x,u,flag);
%s3b is the M-file description of the SIMULINK system named s3b.
% s3b has a the following characteristics:
% 4 continuous states
% 0 discrete state
www.eeworm.com/read/381211/9103875
m fg_03_13.m
% page_63 Two reconstructions, one w/ aliasing.
% Fourier series coefficients for x(t).
M=10; m=1:M-1; t=linspace(0,10,500);
b=1./(m.^.5);
ax=[0 10 -3.5 3.5];
% Continuous plot of x(t).
N=500
www.eeworm.com/read/362593/9989746
m chap1_2.m
%Discrete PID control for continuous plant
clear all;
close all;
tic
ts=0.001; %Sampling time
xk=zeros(2,1);
e_1=0;
u_1=0;
for k=1:1:2000
time(k) = k*ts;
rin(k)=0.50*sin(1*2*pi*k*ts);
www.eeworm.com/read/466253/7041638
asv uwb_sv_cnvrt_ct_15_4a.asv
function [hN,N] = uwb_sv_cnvrt_ct_15_4a( h_ct, t, np, num_channels, ts )
% convert continuous-time channel model h_ct to N-times oversampled discrete-time samples
% h_ct, t, np, and num_channels are
www.eeworm.com/read/466253/7041639
m uwb_sv_cnvrt_ct_15_4a.m
function [hN,N] = uwb_sv_cnvrt_ct_15_4a( h_ct, t, np, num_channels, ts )
% convert continuous-time channel model h_ct to N-times oversampled discrete-time samples
% h_ct, t, np, and num_channels are
www.eeworm.com/read/464109/7169551
m s3b.m
function [ret,x0,str,ts,xts]=s3b(t,x,u,flag);
%s3b is the M-file description of the SIMULINK system named s3b.
% s3b has a the following characteristics:
% 4 continuous states
% 0 discrete state
www.eeworm.com/read/331065/12853171
m uwb_sv_cnvrt_ct_15_4a.m
function [hN,N] = uwb_sv_cnvrt_ct_15_4a( h_ct, t, np, num_channels, ts )
% convert continuous-time channel model h_ct to N-times oversampled discrete-time samples
% h_ct, t, np, and num_channels are
www.eeworm.com/read/139562/13148915
m chap1_2.m
%连续系统的数字PID控仿真
%Discrete PID control for continuous plant
clear all;
close all;
ts=0.001; %Sampling time
xk=zeros(2,1);
e_1=0;
u_1=0;
for k=1:1:2000
time(k) = k*ts;
rin(k)=0.50*sin(