搜索资源列表
DSPprogram
- 1、(1)32bit乘法的指令解释 (2)volume1的load.asm基础上实现一个 16bit数组的乘法累加的函数,并进行 -o2 / -o3 / 手工优化 2、c环境 C调用汇编函数,汇编函数调用c函数 addarr3(int * arr1, int * arr2, int * arr3, int * arr4, n) //汇编函数,3个数组的对应位置相加,结果放在arr4[n]中, 汇编函数调用C的子函数,它把arr1和arr2相加放到arr3
fft
- fft源代码,#include \"f2407_c.h\" #include \"math.h\" #define N 32 // FFT变换的点数 extern void fft(void); extern void resave(void); interrupt void phantom(void); void sysinit(void); extern int input[2*N];
DSP-INT
- TI公司生产的C54系列DSP中断实验程序
Lab308-EPWM dsp28335 epwm产生代码
- 一个dsp28335 epwm产生代码 慷慨赴死易 从容负重难-#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File #include "ctr.h" #include "PID.h&qu
Lab405-lcd
- 一个dsp28335 LCD显示的例子 慷慨赴死易 从容负重难-#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File #include "ctr.h" #include "PID.h" #include "scancode.h" // Prototyp
GEL-in-DSP
- GEL是通用扩展语言(General Extension Language)的英文缩写,GEL是一个大小写敏感但缺少类型检测的解释性语言,只有int类型,在语法上可看作是C语言的一个子集。 -GEL is the General Extension Language (General Extension Language) abbreviation, GEL is a case-sensitive type of testing, but the lack of explanatory la
int
- dsp2407中断使用 适用于初学者 ccs2000运行通过-dsp2407 xint use
ADC
- DSPIC30F6120 AD转换初使化代码-DSPIC30F6120 AD int code
int
- 基于tms5402的硬件中断程序 有源程序-Tms5402 based hardware source interruption process
CPLDandDSP
- 结合电机控制系统主板的设计, 介绍了数字信号处理器和复杂可编程逻辑器件在该系统中的应用, 先后 从硬件结构、器件编程、软件设计等方面, 详细阐述了系统功能和特点。实验表明, 两者的结合, 可提高整个系统 的实时性、控制精度和可靠性。-Abstract: Th is paper discusses the development of DSP and is app licat ion in elect ric mach ine, especially int roduces DSP’s
LCD
- TMS320F2812驱动LCD的主程序。函数: void wr_data(unsigned int data) * 目的: 写LCD数据参数,判断0和1位 * 输入: dat1 参数单元 * 输出: 无 * 参数: status局部变量,用来存储LCD的状态量-TMS320F2812 Driving liquid crystal display LCD。
ext_int
- DSP2812的EX-INT控制程序,可以外部中断的响应-DSP2812' s EX-INT control procedures, can be external interrupt response
INT-1
- tms320c6747程序平台,对于首次接触6747的新手很有帮助-tms320c6747 platform,it s very useful to the newer
InterfaceCircuitDesignAndProgrammingForStoringtheD
- 介绍了DSP 芯片TMS320VC5509 的主要特点,指出了TMS320VC5509 在使用flash 存储器AM29LV800 存储 数据的应用中,在电路接口设计、数据空间寻址、寄存器初始化设置及DSP 对flash 的写或擦除操作的检测等方面应该注意的 一些问题. 提出了DSP 工作在较高的时钟频率时通过适当延时来正确访问AM29LV800 的解决方案,并给出了主要的编程范 例. 在实践中证明了方案的有效性-The main feat ures of t he TMS320VC
optimization-of-H.-264
- 本文描述了基于TMS320DM642 DSP 多媒体平台的H. 264 解码器的实现和优化。简单介绍了该解码器的 硬件平台之后,讲述了移植解码器的过程,包括将基于PC 的H. 264 解码程序DSP 化 随后介绍了针对各解码模块的 优化方法。实验结果表明:与原始的H. 264 解码器(JM74) 相比,该解码器提高了运行速度,可以进行实时应用。-This paper describes the implementation and optimization of H. 264 decod
lab501-FIR
- fir滤波程序 #include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File //#include "f2812a.h" #include"math.h" #define FIRNUMBER 25 #define SIGNAL1F 1000 #define SIGNA
Lab406-speaker
- 一个DSP28335 扬声器的例子 慷慨赴死易 从容负重难-#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File #include "ctr.h" #include "PID.h" #include "scancode.h" // Prototype
Lab404-key
- 一个dsp28335 键盘输入的例子 慷慨赴死 从容负重难-#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File #include "ctr.h" #include "PID.h" #include "scancode.h" // Prototype
Lab602-TrafficLight
- 一个dsp28335 交通灯控制例子 慷慨赴死易 从容负重难-#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File #include "ctr.h" #include "PID.h" #include "scancode.h" // Prototype
Lab407-Dcmotor
- 一个dsp 直流电机控制的例子 慷慨赴死易 从容负重难-#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File #include "ctr.h" #include "PID.h" #include "scancode.h" // Prototype st