代码搜索结果

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

itx2648.htm

Part: Depth/Pressure Gauge (Analog) Part: Depth/Pressure Gauge (Analog) Adventure Undersea Order No. 1

imp_invr.m

function [b,a] = imp_invr(c,d,T) % Impulse Invariance Transformation from Analog to Digital Filter % --------------------------------------------------------------- % [b,a] = imp_invr(c,d,T) % b = Nu

butterdesign.m

function [B,A] = butterdesign(N,Wc) %BUTTERDESIGN Butterworth analog lowpass filter design. % % [B,A] = BUTTERDESIGN(N,Wc) returns the numerator and denominator for an % N-th order Butterworth

abstract.txt

Analog to Digital Converter Example Program =========================================== This example program shows how to configure and use the A/D Converter of the following microcontrollers:

abstract.txt

Analog to Digital Converter Example Program =========================================== This example program shows how to configure and use the A/D Converter of the following microcontrollers:

abstract.txt

Analog to Digital Converter Example Program =========================================== This example program shows how to configure and use the A/D Converter of the following microcontrollers:

imp_invr.m

function [b,a] = imp_invr(c,d,T) % Impulse Invariance Transformation from Analog to Digital Filter % --------------------------------------------------------------- % [b,a] = imp_invr(c,d,T) % b

exa4_1.m

% exa4-1_Butterworth for example4-1 % Buterworth analog lowpass filter prototype clear all; n=0:0.01:2; for i=1:4 switch i case 1 N=2; case 2 N=5

abstract.txt

The MEASURE program uses analog and digital inputs to simulate a datalogger. It runs with RTX Kernel real time executive. This example shows how you can use the RTX Kernel and signal functions in u

imp_invr.m

function [b,a] = imp_invr(c,d,T) % Impulse Invariance Transformation from Analog to Digital Filter % --------------------------------------------------------------- % [b,a] = imp_invr(c,d,T) % b