代码搜索结果

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

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

pcf8565.i

//未使用的函数建议注释掉,同时把头文件里的函数定义注释掉 /* ADC */ /* Analog Comparator */ /* USART */ /* SPI */ /* EEPROM */ /* Watchdog Timer Control Register */ /* Timer/Counter 2 */ /* Tim

init.i

//未使用的函数建议注释掉,同时把头文件里的函数定义注释掉 /* ADC */ /* Analog Comparator */ /* USART */ /* SPI */ /* EEPROM */ /* Watchdog Timer Control Register */ /* Timer/Counter 2 */ /* Tim

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

tiny26_adc_test.asm

; test 3-input adc of ATtiny26 ; STERGIOPOULOS Vasilis - Athens - Greece ; vster@tee.gr ; This is a test circuit to test the adc part of ATMEL ATtiny26. 3 analog inputs are connected for testing, b