代码搜索结果
找到约 10,000 项符合
Analog 的代码
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:
ex082400.m
% Chapter 8: Example 8.24
% Elliptic Lowpass Filter Design:
% Use of the ELLIP function
%
% Digital Filter Specifications:
wp = 0.2*pi; %digital
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:
[
ex082300.m
% Chapter 8: Example 8.23
% Butterworth Lowpass Filter Design:
% Use of the CHEBY2 function
%
% Digital Filter Specifications:
wp = 0.2*pi; %digi
contents.m
% PWSK_DSP TOOLBOX
% Matlab functions to accompany the companian book
% Digital Signal Processing using Matlab
% by Proakis and Ingle
% Publisher: PWS-Kent
%
web51.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,1,
Fi
contents.m
% PWSK_DSP TOOLBOX
% Matlab functions to accompany the companian book
% Digital Signal Processing using Matlab
% by Proakis and Ingle
% Publisher: PWS-Kent
%
jumper.txt
TMS320C24x Evaluation Board Jumper Settings for all programs in this
directory.
Jumper
Jumper Name Position Description
Analog supply JP1 1
ex22 - throb.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex22 - Throb.BS2
' Purpose... Output a variable voltage with PWM
' Author.... Parall
contents.m
% PWSK_DSP TOOLBOX
% Matlab functions to accompany the companian book
% Digital Signal Processing using Matlab
% by Proakis and Ingle
% Publisher: PWS-Kent
%