代码搜索结果
找到约 10,000 项符合
Analog 的代码
adm1025.c
/*
* adm1025.c
*
* Copyright (C) 2000 Chen-Yuan Wu
* Copyright (C) 2003-2004 Jean Delvare
*
* The ADM1025 is a sensor chip made by Analog Devices. It
ex03180a.m
% Analog Signal
Dt = 0.00005;
t = -0.005:Dt:0.005;
xa = exp(-1000*abs(t));
% Discrete-time Signal
Ts = 0.0002; n = -25:1:25;
x = exp(-1000*abs(n*Ts));
% Discrete-time Fourier transform
K = 500
ex03180a.m
% Analog Signal
Dt = 0.00005;
t = -0.005:Dt:0.005;
xa = exp(-1000*abs(t));
% Discrete-time Signal
Ts = 0.0002; n = -25:1:25;
x = exp(-1000*abs(n*Ts));
% Discrete-time Fourier transform
K = 500
f_cheby1s.asv
function [b,a] = f_cheby1s (F_p,F_s,delta_p,delta_s,n)
%F_CHEBY1S: Design Chebyshev-I lowpass analog filter
%
% b(1)
% H(s) = -------------------
f_cheby1s.m
function [b,a] = f_cheby1s (F_p,F_s,delta_p,delta_s,n)
%F_CHEBY1S: Design Chebyshev-I lowpass analog filter
%
% b(1)
% H(s) = -------------------
web51.searchresults
---- wait Matches (39 in 6 files) ----
Analog.c: while (AD0INT == 0); // wait for conversion complete
Arp.c:extern WAIT xdata wait;
Arp.c:UCHAR waiting_for_arp;
Arp.c: memset(&wait,
drawres.m
function dr = drawres(c,d,f,n,t,p,s,F,dc)
% drawres.m Draw RESISTOR
% 2:03 22/2/99
%
% Album of Analog Filter Realizations
%
% Authors: Dejan V. Tosic, Miroslav D. Lutovac, 1999
drawind.m
function drl = drawind(c,d,f,n,t,p,s,F,dc)
% drawind.m Draw INDUCTOR
% 1:44 22/2/99
%
% Album of Analog Filter Realizations
%
% Authors: Dejan V. Tosic, Miroslav D. Lutovac, 199
drawout.m
function dr = drawout(a,b,t,p,s,F,dc)
% drawout.m Draw output
% 7:55PM 9/18/99
%
% Album of Analog Filter Realizations
%
% Authors: Dejan V. Tosic, Miroslav D. Lutovac, 1999.02.
drawimp.m
function drl = drawimp(c,d,f,n,t,p,s,F,dc)
% drawimp.m Draw impedance
% 2:08 22/2/99
%
% Album of Analog Filter Realizations
%
% Authors: Dejan V. Tosic, Miroslav D. Lutovac, 19