代码搜索结果
找到约 10,000 项符合
Analog 的代码
stat1.egi
ChipWeb status
I/O status
Analog I/P
main.c
#include
#include
#include
#include "C8051f.h"
#include "Serial0.h"
#include "Serial1.h"
#include "Timer.h"
#include "Analog.h"
#include "Sd2000.h"
#include
p5_4.m
% Program P5_4
% Design of Analog Lowpass Filter
clf;
Fp = 3500;Fs = 4500;
Wp = 2*pi*Fp; Ws = 2*pi*Fs;
[N, Wn] = buttord(Wp, Ws, 0.5, 30,'s');
[b,a] = butter(N, Wn, 's');
wa = 0:(3*Ws)/511:3*Ws;
h =
p5_4.m
% Program P5_4
% Design of Analog Lowpass Filter
clf;
Fp = 3500;Fs = 4500;
Wp = 2*pi*Fp; Ws = 2*pi*Fs;
[N, Wn] = buttord(Wp, Ws, 0.5, 30,'s');
[b,a] = butter(N, Wn, 's');
wa = 0:(3*Ws)/511:3*W
p5_4.m
% Program P5_4
% Design of Analog Lowpass Filter
clf;
Fp = 3500;Fs = 4500;
Wp = 2*pi*Fp; Ws = 2*pi*Fs;
[N, Wn] = buttord(Wp, Ws, 0.5, 30,'s');
[b,a] = butter(N, Wn, 's');
wa = 0:(3*Ws)/511:3*Ws;
h =
mod814
;REV. 1.1 14 June 2002
;ADuC814 Apps, Analog Devices Inc. (GCK)
P0 DATA 080H ;PORT 0 (not implemented on ADuC814)
SP DATA 081H ;STACK POINTER
DPL DATA 082H ;DATA POINTER
exp4_5_537.log
# Generated by the VisualDSP++ IDDE (Wed Feb 04 14:21:58 2009)
# Project File: I:\pt.studenti\curs\embedded_signal\chap4\exp4_5_537\exp4_5_537.dpj
"C:\Program Files\Analog Devices\VisualDSP 5.0\cc
p5_4.m
% Program P5_4
% Design of Analog Lowpass Filter
clf;
Fp = 3500;Fs = 4500;
Wp = 2*pi*Fp; Ws = 2*pi*Fs;
[N, Wn] = buttord(Wp, Ws, 0.5, 30,'s');
[b,a] = butter(N, Wn, 's');
wa = 0:(3*Ws)/511:3*Ws;
h =