代码搜索结果
找到约 10,000 项符合
Analog 的代码
debug.ini
pc =0x0c00000;
/*-------------------------------------------------------------
This file set the analog inputs for the A/D to different
values depending on the button clicked
---------------------
aio.c
/*
*********************************************************************************************************
* Analog I/O Module
*
*
exa4_6.m
% exa4-6_lp2bp for example4-6
% chebshev I analog lowpass filter prototype to bandpass filter
clear all;
N=5;
Rp=3;
wl=200*pi;
wh=1000*pi;
% Chebyshev analog lowpass filter prototype
[z,p,k
exa4_7.m
% exa4-7_lp2bs for example4-7
% chebshev I analog lowpass filter prototype to bandstop filter
clear all;
N=9;
Rp=3;
wl=200*pi;
wh=1000*pi;
% Chebyshev analog lowpass filter prototype
[z,p,k
exa4_5.m
% exa4-5_lp2hp for example4-5
% chebshev I analog lowpass filter prototype to highpass filter
clear all;
N=9;
Rp=10;
wl=400*pi;
[z,p,k]=cheb1ap(N,Rp);
[b,a]=zp2tf(z,p,k);
% design analog hi
ch5example4.mdl
Model {
Name "ch5example4"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines on
ShowLineDimensions off
ShowPortDat
ch5example6.mdl
Model {
Name "ch5example6"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDa
ch5example2.mdl
Model {
Name "ch5example2"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines on
ShowLineDimensions off
ShowPortDat
cdefbf533.h
/************************************************************************
*
* cdefBF533.h
*
* (c) Copyright 2002-2003 Analog Devices, Inc. All rights reserved.
*
*******************************
f12x_adc0_externalinput_mux.c
//-----------------------------------------------------------------------------
// F12x_ADC0_ExternalInput_Mux.c
//-----------------------------------------------------------------------------
// C