搜索资源列表
DSP_ADC
- 使用DSP的片内AD转换器来实现模拟信号的采集!该程序很好用!经过本人验证!-Uses DSP the internal AD switch realizes simulated signal gathering! This procedure is very easy to use! Confirms after personally!
pmsm3_1
- 本程序来自TI公司网站原程序,其功能是通过传统的矢量控制算法来实现对永磁同步电机的控制,矢量控制采用双闭环结构,内环为电流环,外环为速度环,其速度的采集是通过编码器获得。是一个不可多得矢量控制例程。控制程序可以采用.asm也可以采用.C。程序的具体算法和介绍在软件压缩包有详细介绍! -this program from the company's Web site TI program, its function is through the traditional vector c
seed2812DSP
- flash、定时器等应用。其中包括数据采集试验时自编两个程序,分别为应用片内AD模块实现多通道采集和与ADS8364模数转换芯片的接口控制程序。-flash, timer, and other applications. Including data acquisition wrote two test procedures Application for AD-chip module multi-channel acquisition and ADS8364 analog-to-digital
caiyang_1
- 该程序为基于DSP C6713平台下的关于汇编程序模拟互感器的信号采集传送程序成功用于变电站110KV互感器的应用,内涵AD采集,FIR滤波,相位补偿,DFT有效值判断和输出~对于学习DSP内部寄存器和了解汇编程序有很大帮助!-The program is based on DSP C6713 platform assembler transfer analog signal acquisition program transformer substation 110KV transformer
CMOS_Sensor_ov7648
- 基于ADI的Blackfin533的摄像头采集程序。该程序直接对DSP的寄存器进行配置,很不错!-Based on ADI' s Blackfin533 camera acquisition program. The program directly on the DSP configuration registers, very good!
DSP6713-CPP-CODE
- DSP6713程序C语言源代码,内部寄存器的设置,中断设置和外部数据的采集处理等-DSP6713 procedures C language source code, internal register settings, interrupt setting and external data collection and processing
video_loopback
- DM6437 液晶屏 显示程序 视频解码芯片TVP5150中,通过配置DM6437内部视频处理子系统(VPSS) 中的寄存器实现了图像的高速采集和实时显示-configuring the relevant registers in the video decoder-TVP5150 by I2C communication interface and resetting the registers in video processing subsystem
chuanshu
- 基于F28335和数字温度采集器的程序,可以直接添加到例程-F28335- based temperature acquisition program
Example22_DSP2833x_ADC_soc
- 当需要采集外部信号时, 外部信号多数是模拟信号, 如电压、 电流、 压力、温度、 湿度、 速度等, 而单片机又只能处理数字信号, 因此就需要一个将模拟信号转换为数字信号的介质--模数转换器(ADC) , F28335 芯片内部含有 ADC 外设,本程序实现了 F28335 的 ADC 模数转换功能。