代码搜索:Analog
找到约 10,000 项符合「Analog」的源代码
代码结果 10,000
www.eeworm.com/read/157767/11665737
m p307.m
%program p307
%bilinear analog to digital filter conversion
[b,a] = butter(4,0.3,'s');
[bz,az] = bilinear(b,a,10)
www.eeworm.com/read/260217/11739215
lnp web51.lnp
"ANALOG.obj",
"ARP.obj",
"HTTP.obj",
"ICMP.obj",
"IP.obj",
"MAIN.obj",
"TCP.obj",
"TIMER.obj",
"UDP.obj",
"CKSUM.obj",
"WEBDOC1.obj",
"CP220x_REG.obj"
TO "Web51"
RAMSIZE(256)
www.eeworm.com/read/156653/11786270
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) * Dt;
Xa = r
www.eeworm.com/read/259158/11817653
txt about.txt
MSClass
----------
Reference Mass Storage Class device implementation for the Analog Devices BlackFin (ADSP-BF535).
www.eeworm.com/read/258470/11859814
lnp web51.lnp
"ANALOG.obj",
"ARP.obj",
"HTTP.obj",
"ICMP.obj",
"IP.obj",
"MAIN.obj",
"TCP.obj",
"TIMER.obj",
"UDP.obj",
"CKSUM.obj",
"WEBDOC1.obj",
"CP220x_REG.obj"
TO "Web51"
RAMSIZE(256)
www.eeworm.com/read/343341/11955517
c msp430x22x4_oa_07.c
//******************************************************************************
// MSP430F22x4 Demo - OA1, General-Purpose Mode
//
// Description: Configure OA1 for General-Purpose mode. In this
www.eeworm.com/read/154209/11983349
m cheby1.m
function [num, den, z, p] = cheby1(n, r, Wn, varargin)
%CHEBY1 Chebyshev type I digital and analog filter design.
% [B,A] = CHEBY1(N,R,Wn) designs an Nth order lowpass digital
% Chebyshev filte
www.eeworm.com/read/256517/11991374
m cheby1_3db.m
function [b,a] = cheby1_3db(N,Fc,Ap)
% CHEBY1_3DB Design a lowpass Chebyshev Type I filter given a 3 dB point.
% Inputs:
% N - Filter order
% Fc - 3 dB cutoff frequency (0 to 1)
%
www.eeworm.com/read/256517/11991384
m cheby2_3db.m
function [b,a] = cheby2_3db(N,Fc,Ast)
% CHEBY2_3DB Design a lowpass Chebyshev Type II filter given a 3 dB point.
% Inputs:
% N - Filter order
% Fc - 3 dB cutoff frequency (0 to 1)
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