代码搜索结果
找到约 10,000 项符合
Analog 的代码
u_chb1ap.m
function [b,a]=u_chb1ap(N,Rp,OmegaC);
% Unnormalized Chebyshev -1 Analog Lowpass Filter Prototype
% -------------------------
% [b,a]=u_chb1ap(N,Rp,OmegaC)
% b=numberator polynomial coefficients
afd_chb2.m
function [b,a]=afd_chb2(Wp,Ws,Rp,As);
% Analog Lowpass Filter Design:Chebyshev-2
% -----------------------------
% [b,a]=afd_chb2(Wp,Ws,Rp,As);
% b=Numberator coefficients of Ha(s)
% a=Denominato
afd_chb1.m
function [b,a]=afd_chb1(Wp,Ws,Rp,As);
% Analog Lowpass Filter Design:Chebyshev-1
% -------------------------------------
% [b,a]=afd_chb1(Wp,Ws,Rp,As);
% b=Numberator coefficients of Ha(s)
% a=De
pwmdac_2.asm
;
;Implementing an 16-bit PWM on SA_TB4PCB-002 target board and sampling to test
; the 8-bit analog-to-digital convertor (ADC). The following program will
; configure on-chip peripherals and use
drawgrnd.m
function dr = drawgrnd(a,b,p,s)
% drawgrnd.m Draw ground
% 1:35 22/2/99
%
% Album of Analog Filter Realizations
%
% Authors: Dejan V. Tosic, Miroslav D. Lutovac, 1999.02.21
%
drawtext.m
function dr = drawtext(a,b,t,f)
% drawtext.m Draw text
% 2:07 22/2/99
%
% Album of Analog Filter Realizations
%
% Authors: Dejan V. Tosic, Miroslav D. Lutovac, 1999.02.21
%
readmeas.txt
AFD - Advanced Filter Design
AFDS - Advanced Analog Filter Design Space -- version 1.00 for MATLAB
Miroslav D. Lutovac, Dejan V. Tosic, Brian L. Evans
This program is freeware.
"Advanced Filte
drawgrnd.m
function dr = drawgrnd(a,b,p,s)
% drawgrnd.m Draw ground
% 1:35 22/2/99
%
% Album of Analog Filter Realizations
%
% Authors: Dejan V. Tosic, Miroslav D. Lutovac, 1999.02.21
%
drawtext.m
function dr = drawtext(a,b,t,f)
% drawtext.m Draw text
% 2:07 22/2/99
%
% Album of Analog Filter Realizations
%
% Authors: Dejan V. Tosic, Miroslav D. Lutovac, 1999.02.21
%
adc_sfcn_9s12.c
/*
* ADC_SFCN_9S12 C-MEX S-function for 9S12 Analog to Digital Converter
* (supports vectored signals)
*
* modified from The MathWorks example
* fw-03-05
*/
/*==