代码搜索结果

找到约 9,581 项符合 Analog 的代码

c9ex7.m

Wn = 2*pi*500; % 3-dB frequency for analog prototype n = 2; % Order of analog prototype Fp = Wn/(2*pi); % Prewarping frequency in Hertz Fs

jumper.txt

TMS320C24x Evaluation Board Jumper Settings for all programs in this directory. Jumper Jumper Name Position Description Analog supply JP1 1

debug.ini

pc =0x0c00000; /*------------------------------------------------------------- This file set the analog inputs for the A/D to different values depending on the button clicked ---------------------

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

hi_butt_design_bi.m

% Name: hi_butt_design_bi % This program is used to design the IIR digital highpass filter % using the bilinear transformation % The analog lowpass filter is the Butterworth % The specifications o

ha2hz.m

% Name:Ha2Hz % This program is used to compute the system function from % an analog lowpass filter using the impusle invariance transformation % b:The numerator coefficient vector of Ha(s) % a:The

ha2hz_im.m

% Name:Ha2Hz_im % This program is used to compute the system function from % an analog lowpass filter using the impusle invariance transformation % b:The numerator coefficient vector of Ha(s) % a:

ha2hz_bi.m

% Name:Ha2Hz_im % This program is used to compute the system function from % an analog lowpass filter using the bilinear transformation % b:The numerator coefficient vector of Ha(s) % a:The denomi

bp_butt_design_bi.m

% Name: bp_butt_design_bi % This program is used to design the IIR digital highpass filter % using the bilinear transformation % The analog lowpass filter is the Butterworth % The specifications o

aio.c

/* ********************************************************************************************************* * Analog I/O Module * *