代码搜索结果
找到约 10,000 项符合
Analog 的代码
f06x_adc2_externalinput_mux.c
//-----------------------------------------------------------------------------
// F06x_ADC2_ExternalInput_Mux.c
//-----------------------------------------------------------------------------
// C
contents.m
% PWSK_DSP TOOLBOX
% Matlab functions to accompany the companian book
% Digital Signal Processing using Matlab
% by Proakis and Ingle
% Publisher: PWS-Kent
%
adc.h
/*
* Analog conversion stuff for 16C71 - see adc.c for more info
*/
/*
* Read the adc on the specified channel - result is in ADRES
*/
extern void adc_read(unsigned char channel);
contents.m
% PWSK_DSP TOOLBOX
% Matlab functions to accompany the companian book
% Digital Signal Processing using Matlab
% by Proakis and Ingle
% Publisher: PWS-Kent
%
ex080600.m
% Chapter 8: Example 8.6
% Chebyshev-1 Lowpass Analog filter design
%
Wp = 0.2*pi; Ws = 0.3*pi; Rp = 1; As = 16;
Ripple = 10 ^ (-Rp/20); Attn = 10 ^ (-As/20);
% Analog filter design:
ex080400.m
% Chapter 8: Example 8.4
% Butterworth Lowpass Analog filter design
%
Wp = 0.2*pi; Ws = 0.3*pi; Rp = 7; As = 16;
Ripple = 10 ^ (-Rp/20); Attn = 10 ^ (-As/20);
% Analog filter design:
ex080800.m
% Chapter 8: Example 8.8
% Elliptic Lowpass Analog filter design
%
Wp = 0.2*pi; Ws = 0.3*pi; Rp = 1; As = 16;
Ripple = 10 ^ (-Rp/20); Attn = 10 ^ (-As/20);
% Analog filter design:
[
ex082200.m
% Chapter 8: Example 8.22
% Butterworth Lowpass Filter Design:
% Use of the CHEBY1 function
%
% Digital Filter Specifications:
wp = 0.2*pi; %digi
ex082400.m
% Chapter 8: Example 8.24
% Elliptic Lowpass Filter Design:
% Use of the ELLIP function
%
% Digital Filter Specifications:
wp = 0.2*pi; %digital
ex082100.m
% Chapter 8: Example 8.21
% Butterworth Lowpass Filter Design:
% Use of the BUTTER function
%
% Digital Filter Specifications:
wp = 0.2*pi; %digi