搜索资源列表
ADC_SAMPLE
- ADC模块实现模数转换,从采样接口输入模拟信号-ADC module analog-to-digital conversion, sampling the analog signal input interface
2407asm
- 2407asm文件夹包括第8~13章的汇编语言代码及使用说明。有如下子文件夹: 第8章数字输入输出模块(led); 第8章数字输入输出模块(LED+KEY); 第9章事件管理器模块(PWM); 第9章事件管理器模块_捕捉(cap); 第9章事件管理器模块_定时器中断(Timer_INT); 第10章模数转换模块(ADC); 第11章串行外设接口
2407C
- 2407C文件夹包括第8~16章的C语言代码及使用说明。有如下子文件夹: 第8章数字输入输出8路开关量输入输出(8IOIN+8IOOUT); 第8章数字输入输出模块(led); 第8章数字输入输出模块(LED+KEY); 第9章事件管理器模块(PWM); 第9章事件管理器模块_编码(QEP); 第9章事件管理器模块_捕捉(cap); 第10章事
2407asm
- 2407asm文件夹包括第8~13章的汇编语言代码及使用说明。有如下子文件夹: 第8章数字输入输出模块(led); 第8章数字输入输出模块(LED+KEY); 第9章事件管理器模块(PWM); 第9章事件管理器模块_捕捉(cap); 第9章事件管理器模块_定时器中断(Timer_INT); 第10章模数转换模块(ADC); 第11章串行外设接口
(ADC)
- DSP的数模转换模块,对数据进据排序,模数转换,
模数转换模块(ADC)
- 这是2407dsp进行模数转换模块(ADC)的源程序,改程序是用c语言编写的-this is the source programme of ADC usinig 2407dsp,c language is used to alter the programme
AD-program
- 有关AD转换的DSP实验,使用28335最终实现模数转换-Experiments on DSP AD conversion, the use of 28,335 to complete the ADC
5416-ADC
- TI DSP 5416 模数转换adc的C语言编程代码-TI DSP 5416 ADC adc code of C language programming
ad
- 硬件开发平台TMS320F2812 软件平台CCS3.1 利用DSP自带的ADC实现模数转换-TMS320F2812 hardware development platform for DSP software platform that comes with the use of CCS3.1 ADC ADC to achieve
ex6_AD
- 基于DSP芯片TMS320LF2407的,在CCS3.0环境下的,AD模数转换程序设计-Based on DSP chip TMS320LF2407, in CCS3.0 environment, AD ADC program design
TMS320C6000_DSP_FIFO
- 高速模数转换器与TMS320C6000_DSP接口的FIFO实现-High-speed ADC FIFO interface with the implementation TMS320C6000_DSP
processing-system-design
- 本文章讲述的是一种语音信号的实时采集及回放系统的设计,本文中介绍的系统有ADSP-BF531和AIC23数模模数转换器构成。-This article is about a real-time speech signal acquisition and playback system design, the system described in this article are the number of ADSP-BF531 and AIC23 ADC module form.
ad
- 模数转换采集温度和电压信号,基于dsp2812开发,c++编写,主要用于教学实验中-ADC acquisition of temperature and voltage signals, based on dsp2812 development, c++ writing, mainly for the teaching experiment
AD50
- ti-tms320c54x中 模数转换器 在ti-css 2.0中通过-ti-tms320c54x in ADC in the ti-css 2.0 by
AD
- 模数转换(adc) tms320lf2407a 开发板 程序-ad input
2812-ADC
- 利用f2812进行模数转换的开发例子,适合初学者-Analog to digital conversion using f2812 examples of the development, suitable for beginners
ADC-ISR
- 模数转换的ADC的服务子程序,很有用,很强大-Analog-digital conversion of the ADC service routine, very useful, very powerful ~ ~
dsp2812_ADC
- dsp2182 内部模数转换/数模转换配置和使用-dsp2182 internal ADC/DAC configuration and use
ADC.c
- DSP F2812 EVM 上的单路,多路模数转换实验(AD)-DSP F2812 EVM on the single, multi-channel analog-digital conversion experiments (AD)
Example22_DSP2833x_ADC_soc
- 当需要采集外部信号时, 外部信号多数是模拟信号, 如电压、 电流、 压力、温度、 湿度、 速度等, 而单片机又只能处理数字信号, 因此就需要一个将模拟信号转换为数字信号的介质--模数转换器(ADC) , F28335 芯片内部含有 ADC 外设,本程序实现了 F28335 的 ADC 模数转换功能。