代码搜索结果

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

matverch.m

function v = matverch % MATVERCH Returns Matlab version as a number 3, or 4.x or 5.x % ADSP Toolbox: Version 2.0 % For use with "Analog and Digital Signal Processing", 2nd Ed. % Published by PWS

ztrn.m

function [tf,rr,pp,kk] = ztrn(x,tol) %ZTRN Support file for ZTR % ADSP Toolbox: Version 2.0 % For use with "Analog and Digital Signal Processing", 2nd Ed. % Published by PWS Publishing 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

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

drawgrnd.m

function dr = drawgrnd(a,b,p,s,dc) % drawgrnd.m Draw ground % 1:35 22/2/99 % % Album of Analog Filter Realizations % % Authors: Dejan V. Tosic, Miroslav D. Lutovac, 1999.02.21