代码搜索结果
找到约 10,000 项符合
Analog 的代码
readme.txt
-------------------------------------------------------------------------------
Example: C Block-based SPDIF-to-DAC TalkThrough with External PLL
Target: ADSP-21369
Date: July 29, 2005
Tool
abstract.txt
LPC932 EXAMPLE: CREATING PWM SIGNALS USING THE CAPTURE COMPARE UNIT (CCU)
by Christian Kulig, Philips Semiconductor, 12/06/02
INTRODUCTION:
The LPC932 can be used to create Pulse Width Modulate
readme
Here is a C source for LD-CELP (G.728). It was implemented in summer
of 1993 mainly as a test for Analog Devices C compiler for 21020 and
as a learning project. It has NOT been tested with the officia
pwm.ini
/***********************************************************************/
/* This file is part of the ARM Compiler package */
/* Copyright KEIL ELEKTRONIK GmbH 1992-2004
adc0831.h
sbit CS=P1^3;
sbit CLK=P1^4;
sbit DO=P1^5;
#define DataPortP3 P3
//模数转换,时钟下降沿,高位在前,8位精度
uchar da_value[3];//存放转换值
uchar analog_to_digital(void)
{
uchar i,digital_value=0;
CS=1;
CS=0;
pwm.ini
/***********************************************************************/
/* This file is part of the ARM Compiler package */
/* Copyright KEIL ELEKTRONIK GmbH 1992-2004
pwm.ini
/***********************************************************************/
/* This file is part of the ARM Compiler package */
/* Copyright KEIL ELEKTRONIK GmbH 1992-2004
readme.txt
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : readme.txt
* Author : MCD Application Team
* Version : V1.0
* Date
readme.txt
Copyright 2003 Helder Acevedo
This file is part of XBCD.
XBCD is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as pub
hi_butt_design_bi.m
% Name: hi_butt_design_bi
% This program is used to design the IIR digital highpass filter
% using the bilinear transformation
% The analog lowpass filter is the Butterworth
% The specifications o