代码搜索结果

找到约 10,000 项符合 Analog 的代码

bf537_lq035fb.c

/* * drivers/video/bf537_lq035fb.c * Analog Devices Blackfin(BF537 STAMP) + TFT LCD. * */ #include #include #include #include #

lp2lp.m

function [at,bt,ct,dt] = lp2lp(a,b,c,d,wo) %LP2LP Lowpass to lowpass analog filter transformation. % [NUMT,DENT] = LP2LP(NUM,DEN,Wo) transforms the lowpass filter % prototype NUM(s)/DEN(s) with

drawlc2.m

function drlc2 = drawlc2(x0,y0,dx,ds,F) % drawlc2.m Draw singly terminated LC-ladder with complex zeros % 3:28 22/2/99 % % Album of Analog Filter Realizations % % Authors: Dejan

drawline.m

function dr = drawline(x1,y1,x2,y2) % drawline.m Draw line % 1:50 22/2/99 % % Album of Analog Filter Realizations % % Authors: Dejan V. Tosic, Miroslav D. Lutovac, 1999.02.21 %

drawlc1.m

function drlc1 = drawlc1(x0,y0,dx,ds,F) % drawlc1.m Draw doubly terminated LC-ladder with complex zeros % 3:29 22/2/99 % % Album of Analog Filter Realizations % % Authors: Dejan

drawlc3.m

function drlc3 = drawlc3(x0,y0,dx,ds,F) % drawlc3.m Draw singly terminated LC-ladder with zeros at origin % 3:27 22/2/99 % % Album of Analog Filter Realizations % % Authors: Dej

chips.prt

FILE_TYPE=LIBRARY_PARTS; primitive 'REC2P','REC2P_B40THT'; pin 'P': PIN_NUMBER='(2)'; PIN_TYPE='ANALOG'; NO_LOAD_CHECK='Both'; NO_IO_CHECK='Both'; NO_ASSERT_CHECK='

chips.prt

FILE_TYPE=LIBRARY_PARTS; primitive 'REC2P','REC2P_B40THT'; pin 'P': PIN_NUMBER='(2)'; PIN_TYPE='ANALOG'; NO_LOAD_CHECK='Both'; NO_IO_CHECK='Both'; NO_ASSERT_CHECK='

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