代码搜索结果

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

cycle_count.asm

/******************************************************************************* Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved. Developed by Joint Development Software Application Tea

cycle_count.asm

/******************************************************************************* Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved. Developed by Joint Development Software Application Tea

cycle_count.asm

/******************************************************************************* Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved. Developed by Joint Development Software Application Tea

jumper.txt

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

debugger.ini

/*-----------------------------------------------*/ /* Analog0() simulates analog input values given */ /* to channel-0 (AIN0) of the MSC1210 device */ /*---------------------------------------

prog81.m

% % Program 8.1, p511. m-file for the analog filter design % (Example 8.19) % program name: prog81.m % FN=1000/2; fc=300; % cut offf frequency N=5; % filter order [z, p, k]=butta

ex12_4.m

% Example 12.4 % N = 2; % number of poles T = .2; % sampling period wc = 2; % analog cutoff frequency Omegac = wc*T/pi; % normalized digital cutoff frequency [numd,dend] = butter(N,Ome

ex12_12.m

% Example 12.12 % T = 0.14 Nc = .2*[1 .1]; % analog controller Dc = [1 2]; [Nd,Dd] = bilinear(Nc,Dc,1/T); % digital controller t = 0:.5*T:10; u = ones(1,length(t)); % step input Np = 10;

fmagplot.m

function fmagplot( xa, dt ) %FMAGPLOT Plot Fourier Transform (Mag) of "ANALOG" signal %----- % Usage: fmagplot( xa, dt ) % % xa : "ANALOG" signal % dt : sampling interval for t

fplot.m

function fplot( xa, dt ) %FPLOT Plot Fourier Transform (Mag) of "ANALOG" signal %----- % Usage: fplot( xa, dt ) % % xa : "ANALOG" signal % dt : sampling interval for the simulat