代码搜索结果

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

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

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

program_5_1.m

% Program 5_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

pwmdac.abl

MODULE pwmdac TITLE 'Pulse width modulated Digital to Analog converter' @CARRY 2; "Constants c,x = .c.,.x.; "Inputs clk,rclk,clr,d7..d0 pin; "Outputs pwm pin is

contents.m

% Delta-Sigma Toolbox % Version 7.2 2008-02-08 % R. Schreier, Analog Devices Inc. % % Consult the DSToolbox.pdf and OnePageStory.pdf % files for more complete documentation. % % % Modulator synthesis