代码搜索:Sampling

找到约 3,969 项符合「Sampling」的源代码

代码结果 3,969
www.eeworm.com/read/310212/13655051

m fsamp2.m

function h = fsamp2(f1,f2,hd,siz) %FSAMP2 Design 2-D FIR filter using frequency sampling. % FSAMP2 designs two-dimensional FIR filters based on a desired % two-dimensional frequency response sa
www.eeworm.com/read/307828/13714179

txt kalman.m.txt

%自适应信号处理 clear; N=100;%the number of Monte_Carlo SN=400;%the number of sampling T=0.1; g=10; sigma_u=0.01*g; sigma_R=100; % sigma_alpha=0.1*pi/180/2; % sigma_beita=0.1*pi/180/2; sigm
www.eeworm.com/read/306882/13736659

m chap1_2.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/303073/13822325

m chap1_2.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/358858/6339833

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/492907/6413837

m chap1_2.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/492363/6421906

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/490601/6449585

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/477625/6729432

m chap1_2.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/476524/6755525

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);