代码搜索:continuous-time
找到约 199 项符合「continuous-time」的源代码
代码结果 199
www.eeworm.com/read/342845/11995916
m ex031700.m
% Analog Signal
Dt = 0.00005;
t = -0.005:Dt:0.005;
xa = exp(-1000*abs(t));
%
% Continuous-time Fourier Transform
Wmax = 2*pi*2000;
K = 500; k = 0:1:K;
W = k*Wmax/K;
Xa = xa * exp(-j*t'*W) * D
www.eeworm.com/read/256402/12001470
m ex031700.m
% Analog Signal
Dt = 0.00005;
t = -0.005:Dt:0.005;
xa = exp(-1000*abs(t));
%
% Continuous-time Fourier Transform
Wmax = 2*pi*2000;
K = 500; k = 0:1:K;
W = k*Wmax/K;
Xa = xa * exp(-j*t'*W) * D
www.eeworm.com/read/268260/11146908
m ex031700.m
% Analog Signal
Dt = 0.00005;
t = -0.005:Dt:0.005;
xa = exp(-1000*abs(t));
%
% Continuous-time Fourier Transform
Wmax = 2*pi*2000;
K = 500; k = 0:1:K;
W = k*Wmax/K;
Xa = xa * exp(-j*t'*W) * D
www.eeworm.com/read/152244/7139357
m cp5_6.m
%%%%%%%%%%% Comprehensive Problem 5.6 %%%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat
www.eeworm.com/read/152244/7139478
m dhydro.m
%%%%%%%%% Comprehensive Problem dhydro.m %%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat
www.eeworm.com/read/477772/6733925
pdf 4. s-domain analysis of continuous-time signals and systems.pdf
www.eeworm.com/read/477772/6733929
pdf 3. frequency-domain analysis of continuous-time signals and systems.pdf
www.eeworm.com/read/477772/6733952
pdf 2. time-domain analysis of continuous-time signals and systems.pdf
www.eeworm.com/read/392021/8366846
m dsdemo8.m
% Demonstrate the designLCBP function
clc;
fprintf(1,'\t\t\t Continuous-Time LC Modulator Design\n\n');
%WARNING: designLCBP is very ill-behaved due to deficiencies
% in MATLAB's constr() and minimax
www.eeworm.com/read/186987/8886215
m p5_2.m
% Program P5_2
% Illustration of Aliasing Effect in the Time-Domain
% Program adapted from [Kra94] with permission from
% The Mathworks, Inc., Natick, MA.
clf;
T = 0.1;f = 13;
n = (0:T:1)';
xs = cos(2