代码搜索结果
找到约 9,581 项符合
Analog 的代码
exa4_1.m
% exa4-1_Butterworth for example4-1
% Buterworth analog lowpass filter prototype
clear all;
n=0:0.01:2;
for i=1:4
switch i
case 1
N=2;
case 2
N=5
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
abstract.txt
Analog to Digital Converter Example Program
===========================================
This example program shows how to configure and use the A/D Converter
of the following microcontrollers:
cdefbf533.h
/************************************************************************
*
* cdefBF533.h
*
* (c) Copyright 2002-2003 Analog Devices, Inc. All rights reserved.
*
*******************************
cycle_count.asm
/*******************************************************************************
Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea
qpsk.log
# Generated by the VisualDSP++ IDDE (Mon Dec 11 11:30:26 2006)
# Project File: C:\Documents and Settings\asachde\Desktop\Project1\Blackfin_Qam\533\qpsk\qpsk.dpj
"C:\Program Files\Analog Devices\Vi
cycle_count.asm
/*******************************************************************************
Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea
cycle_count.asm
/*******************************************************************************
Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea