代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/466212/7041115
m ip_07_12.m
% MATLAB script for Illustrative Problem 12, Chapter 7.
echo on
alpha=0.4;
T=1/4800;
t=[-3*T:1.001*T/100:3*T];
x=sinc(t./T).*(cos(pi*alpha*t./T)./(1-4*alpha^2*t.^2/T^2));
pause % Press any key t
www.eeworm.com/read/460712/7105867
m qftdm12b.m
% define sampling time
% Copyright (c) 1995-98 by The MathWorks, Inc.
% $Revision: 1.3 $
set(info_str(1),'string','Three sampling times with controllers:')
T1=uicontrol(info_win,'style',
www.eeworm.com/read/463748/7176088
m ip_07_12.m
% MATLAB script for Illustrative Problem 12, Chapter 7.
echo on
alpha=0.4;
T=1/4800;
t=[-3*T:1.001*T/100:3*T];
x=sinc(t./T).*(cos(pi*alpha*t./T)./(1-4*alpha^2*t.^2/T^2));
pause % Press any key t
www.eeworm.com/read/462318/7202843
m ip_07_12.m
% MATLAB script for Illustrative Problem 12, Chapter 7.
echo on
alpha=0.4;
T=1/4800;
t=[-3*T:1.001*T/100:3*T];
x=sinc(t./T).*(cos(pi*alpha*t./T)./(1-4*alpha^2*t.^2/T^2));
pause % Press any key t
www.eeworm.com/read/456354/7351434
m ip_07_10.m
% MATLAB script for Illustrative Problem 10, Chapter 7.
echo on
alpha=0.4;
T=1/4800;
t=[-3*T:1.001*T/100:3*T];
x=sinc(t./T).*(cos(pi*alpha*t./T)./(1-4*alpha^2*t.^2/T^2));
pause % Press any key to see
www.eeworm.com/read/450933/7474432
m spectr.m
clear all;
filename='92hz-600mVrms-0hz.txt';
filename2='92hz-600mVrms-0hz-spl.dat';
t_file=fopen(filename);
td=fscanf(t_file,'%f %f %f %f %f',[5 inf]);
fclose(t_file);
m1=td(1,:);
www.eeworm.com/read/449504/7502925
m far_gd3.m
% PURPOSE: An example of Metropolis-Hastings vs. sampling by inversion
% using far_g
%---------------------------------------------------
% USAGE: far_gd3
%------------------------------
www.eeworm.com/read/441678/7666684
asm ch14_b11-10.asm
;PROGRAM NAME B11-10.ASM
MS10 EQU 9217 ;APPROXIMATELY 10ms INTERRUPR
INTR_CNT EQU 30H ;CNT STORIAGE
BUFFER EQU 31H ;DISPLAY BUFFER
BINARY EQU 32H ;BINARY DATA STORI
www.eeworm.com/read/439811/7701554
m ip_07_12.m
% MATLAB script for Illustrative Problem 12, Chapter 7.
clear
echo on
alpha=0.4;
T=1/4800;
t=[-3*T:1.001*T/100:3*T];
x=sinc(t./T).*(cos(pi*alpha*t./T)./(1-4*alpha^2*t.^2/T^2));
pause % Press an
www.eeworm.com/read/439271/7713397
m qftdm12b.m
% define sampling time
% Copyright (c) 1995-98 by The MathWorks, Inc.
% $Revision: 1.3 $
set(info_str(1),'string','Three sampling times with controllers:')
T1=uicontrol(info_win,'style',