代码搜索结果
找到约 10,000 项符合
Analog 的代码
drawj.m
function dr = drawj(a,b,c,d,p)
% drawj.m Draw junction
% 1:42 22/2/99
%
% Album of Analog Filter Realizations
%
% Authors: Dejan V. Tosic, Miroslav D. Lutovac, 1999.02.21
%
afalbum.m
% afalbum.m Album of analog filter realizations (main script)
% 2:06 24/2/99
%
% Authors: Dejan V. Tosic, Miroslav D. Lutovac, 1999.02.21
% tosic@telekom.etf.bg.ac.yu
%
drawj.m
function dr = drawj(a,b,c,d,p)
% drawj.m Draw junction
% 1:42 22/2/99
%
% Album of Analog Filter Realizations
%
% Authors: Dejan V. Tosic, Miroslav D. Lutovac, 1999.02.21
%
program_05_1.m
% Program 5_1
% 4-th Order Analog Butterworth Lowpass Filter Design
%
colordef black;
format long
% Determine zeros and poles
[z,p,k] = buttap(4);
disp('Poles are at');disp(p);
% Determine tra
bf533 flags c_basiccrt.s
/* MANAGED-BY-SYSTEM-BUILDER */
/*
** BF533 Flags C_basiccrt.s generated on Sep 25, 2006 at 21:44:05.
**
** Copyright (C) 2000-2006 Analog Devices Inc., All Rights
modmap.m
function y = modmap(x, Fd, Fs, method, M, opt2, opt3)
%MODMAP Map a digital signal to an analog signal.
%
% Plotting syntaxes:
% MODMAP(METHOD...) plots the signal constellation associated wit
program_4_1.m
% Program 4_1
% 4-th Order Analog Butterworth Lowpass Filter Design
%
format long
% Determine zeros and poles
[z,p,k] = buttap(4);
disp('Poles are at');disp(p);
% Determine transfer function co
program_4_1.m
% Program 4_1
% 4-th Order Analog Butterworth Lowpass Filter Design
%
format long
% Determine zeros and poles
[z,p,k] = buttap(4);
disp('Poles are at');disp(p);
% Determine transfer function co