代码搜索结果

找到约 10,000 项符合 Analog 的代码

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

aio.c

/* ********************************************************************************************************* * Analog I/O Module * *

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

bar1e.m

function [Ke]=bar1e(ep); % Ke=bar1e(ep) %------------------------------------------------------------- % PURPOSE % Compute element stiffness matrix % for spring (analog) element. % % INPUT: ep = [k

panel.h

/**************************************************************************** * File: PANEL.h * * Description: Header file for Panel

ex082100.m

% Chapter 8: Example 8.21 % Butterworth Lowpass Filter Design: % Use of the BUTTER function % % Digital Filter Specifications: wp = 0.2*pi; %digi

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:

ex080700.m

% Chapter 8: Example 8.7 % Chebyshev-2 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