代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/168454/9912427

m fresamp.m

function Fresamp %Design arbitrary FIR filter by frequency sampling method n=15; m = [1 1 1 1 0.5571 0.0841 0 0]; f = [0 1/7 2/7 3/7 4/7 5/7 6/7 1]; window = [1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1];
www.eeworm.com/read/467806/7001622

m chapter6_3.m

%连续对象的离散PID控制 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); para=u_1; tSpan=[0 ts]; [t
www.eeworm.com/read/466103/7044577

c fft128c.c

//fft128c.c #include "DSK6713_AIC23.h" //codec-DSK interface support Uint32 fs=DSK6713_AIC23_FREQ_8KHZ; //set sampling rate #define DSK6713_AIC23_INPUT_MIC 0x0015 #define DSK6713_AIC23_INPUT_LI
www.eeworm.com/read/284778/7074169

m chapter6_3.m

%连续对象的离散PID控制 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); para=u_1; tSpan=[0 ts]; [t
www.eeworm.com/read/304061/13802193

m chapter6_3.m

%连续对象的离散PID控制 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); para=u_1; tSpan=[0 ts]; [t
www.eeworm.com/read/264745/11303039

m fresamp.m

function Fresamp %Design arbitrary FIR filter by frequency sampling method n=15; m = [1 1 1 1 0.5571 0.0841 0 0]; f = [0 1/7 2/7 3/7 4/7 5/7 6/7 1]; window = [1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1];
www.eeworm.com/read/352796/10506229

m mul.fliter.m

fs=12.8e+6; %the sampling frequency ts=1/fs; f1=6e+6; %the intermediate frequency f0=16e+6; %the local frequency f3=f0+f1; fso=5e+6; %the desired data frequency b=5e+6; %the bandwidth T=20e-6
www.eeworm.com/read/423266/10574955

m m7_1.m

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)=sin(1*2*pi*k*ts); para=u_1; tSpan=[0 ts]; [tt,xx]=ode45('m7_1f',
www.eeworm.com/read/314041/6955489

m chmodel.m

% Set up sampling time and delay spread\ TS=1/11e6; %TS=1/110e6; %TS=1/20e6; TRMS=200e-9; n=ceil(10*TRMS/TS); jj=sqrt(-1); % Set up channel model delt0=1-exp(-TS/TRMS); hk(1)=(randn(1)+jj*ran
www.eeworm.com/read/197261/8008836

m chmodel.m

% Set up sampling time and delay spread\ TS=1/11e6; %TS=1/110e6; %TS=1/20e6; TRMS=200e-9; n=ceil(10*TRMS/TS); jj=sqrt(-1); % Set up channel model delt0=1-exp(-TS/TRMS); hk(1)=(randn(1)+jj*ran