代码搜索结果

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

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

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

abstract.txt

The 'CAN' project is a simple program for the STM32F103RBT6 using Keil 'MCBSTM32' Evaluation Board and demonstrates the use of the CAN peripheral. Example functionality:

codec.h

/*****************************************************************************/ /* CODEC.H v1.00 */ /* 版权(c) 2003- 北京合众达电子技术有限责任公司 */ /* 设计者: 段立锋 */ /****

codec.h

/*****************************************************************************/ /* CODEC.H v1.00 */ /* 版权(c) 2003- 北京合众达电子技术有限责任公司 */ /* 设计者: 段立锋 */ /****

codec.h

/*****************************************************************************/ /* CODEC.H v1.00 */ /* 版权(c) 2003- 北京合众达电子技术有限责任公司 */ /* 设计者: 段立锋 */ /****

codec.h

/*****************************************************************************/ /* CODEC.H v1.00 */ /* 版权(c) 2003- 北京合众达电子技术有限责任公司 */ /* 设计者: 段立锋 */ /****

ex1.mdl

Model { Name "ex1" Version 5.0 SaveDefaultBlockParams on SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDataTypes

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