联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All DSP编程(1693) 

[DSP编程] G代码编译器

对国际标准的ISO GM 数控机床加工代码进行解码和编码,并优化数控程序代码,压缩通讯信息量,提高通讯速度,给下位机(如DSP,FPEA)提供能够处理的数据
of international standards ISO GM CNC machine code decoding and encoding, and NC code optimization, compression communication of information, improving communication speed to the next crew (such as DSP, FPEA) will be able to handle data (2005-08-10, Visual Basic, 727KB, 下载945次)

http://www.pudn.com/Download/item/id/106953.html

[DSP编程] TMS320系列DSP中断矢量表的编写和链接

TMS320 系列DSP 中断矢量表的编写及链接 在DSP 编程中,若用户用到中断,需要编写中断服务程序和中断 向量表,并用链接命令来链接起来。中断向量表是一些跳转指令,每 一个中断源对应一条跳转指令(C54 可选多条跳转指令),这些跳转 指令按顺序排列,跳转指向的地址就是中断服务程序的起始地址。
TMS320 DSP vector interrupt the preparation table and link in the DSP programming, if users use interruption, a need for a break in service interruption to the process and scale, and link with orders to link up. Scale is interrupted to some Jump instructions, every one interrupt source counterparts a Jump Directive (C54 number of optional Jump directive), Jump these instructions in sequence, Jump at the address interrupted service program is the starting address. (2006-02-26, C/C++, 77KB, 下载935次)

http://www.pudn.com/Download/item/id/148424.html

[DSP编程] DSP初学者编程参考

包含AM调制,DFT,256FFT,FIR和IIR,另外包含所需的子文件Surport,程序都比较精炼,特别适合DSP初学者上手
AM modulation includes, DFT, 256FFT, FIR and IIR, the other contains a subset of the required documents Surport, procedures are more refined, especially suitable for beginners to use DSP (2007-08-16, C/C++, 88KB, 下载775次)

http://www.pudn.com/Download/item/id/320155.html

[DSP编程] CAN

dsp 28335 can 通讯程序,供初学者学习,重点掌握编程思想
dsp 28335 can communications (2009-08-26, C/C++, 480KB, 下载695次)

http://www.pudn.com/Download/item/id/890621.html

[DSP编程] 28335

tms320f28335芯片编程全套技术文档
tms320f28335 chip programming complete technical documentation (2010-04-15, Asm, 32733KB, 下载662次)

http://www.pudn.com/Download/item/id/1127090.html

[DSP编程] spwm

利用C语言编程实现的正弦脉宽调制的控制算法
The use of C language programming of the sinusoidal pulse width modulation control algorithm (2009-05-26, C/C++, 8KB, 下载646次)

http://www.pudn.com/Download/item/id/778206.html

[DSP编程] DSP-SVPWM

DSP的SVPWM产生示例,可以学习SVPWM的编程思想和编译方法,能直接移植到28335中应用。
DSP-SVPWM example, can learn the SVPWM programming ideas and methods of compiling, can be directly ported to 28335 in the application。 (2012-03-31, C/C++, 549KB, 下载602次)

http://www.pudn.com/Download/item/id/1813003.html

[DSP编程] 串行通信接口模块(SCI)

tms320lf2407 dsp 的串行通信接口模块(SCI)编程
tms320lf2407 dsp Serial Communications Interface Module (SCI) Programming (2005-12-16, C/C++, 6KB, 下载579次)

http://www.pudn.com/Download/item/id/134139.html

[DSP编程] TI 54x fft

DSP编程代码,FFT算法,经典!! FFT实验 一、 理论: 公式(1)FFT运算公式 FFT并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计算DFT时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加法。每运算一个X(k)需要4N次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以整个DFT运算总共需要4N^2次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法。如此一来,计算时乘法次数和加法次数都是和N^2成正比的,当N很大时,运算量是可观的,因而需要改进对DFT的算法减少运算速度。 根据傅立叶变换的对称性和周期性,我们可以将DFT运算中有些项合并。 我们先设序列长度为N=2^L,L为整数。将N=2^L的序列x(n)(n=0,1,……,N-1),按N的奇偶分成两组,也就是说我们将一个N点的DFT分解成两个N/2点的DFT,他们又从新组合成一个如下式所表达的N点DFT: 一般来说,输入被假定为连续、合成的。当输入为纯粹的实数的时候,我们就可以利用左右对称的特性更好的计算DFT。 我们称这样的RFFT优化算法是包装算法:首先2N点实数的连续输入称为“进包”。其次N点的FFT被连续被运行。最后作为结果产生的N点的合成输出是?
DSP programming code, the FFT algorithm, classic! ! FFT an experimental and theoretical : formula (1) FFT formula FFT is not a new transformation, it is the discrete Fourier transform (DFT), a fast algorithm. As in the calculation of DFT at the complex multiplication required a four real multiplication and secondary real Adder; Adder required a complex real Adder II. Each Operational an X (k) needs time 4N complex multiplication and 2N 2 (N-1) = 2 (2N-1) Real Adder. Therefore, the whole operation would need a total DFT 4N ^ 2 times the actual amount of multiplication and N* 2 (2N-1) = 2N (2N-1 ) times the actual amount of additive. So, when calculating the number of multiplication and addition are the number and proportion of N ^ 2, when the big N, Operational capacity is substantial and (2006-01-02, Asm, 429KB, 下载530次)

http://www.pudn.com/Download/item/id/137839.html

[DSP编程] SPWM

51单片机产生SPWM波程序,用于逆变电源的制作。
SPWM wave generated 51 single procedure for the production of power inverters. (2011-09-24, C/C++, 40KB, 下载501次)

http://www.pudn.com/Download/item/id/1653574.html

[DSP编程] cn_00857a

PIC16F877实现直流无刷电机的控制。PDF中有详尽的直流无刷电机介绍。
PIC16F877 brushless DC motor control. PDF a detailed briefing brushless DC motor. (2006-06-15, Asm, 420KB, 下载484次)

http://www.pudn.com/Download/item/id/194578.html

[DSP编程] 串行外设接口模块SPI

tms320lf2407 DSP 的串行外设接口模块(SPI)编程
tms320lf2407 DSP serial peripheral interface module (SPI) Programming (2005-12-16, C/C++, 7KB, 下载474次)

http://www.pudn.com/Download/item/id/134137.html

[DSP编程] CCSv5.3License

TI  CCSv5.3可用的License,亲测可以使用,CCSv5.3是一个很强大的编程软件
TICCSv5.3 the available License, pro-test can be used, CCSv5.3 is a very powerful programming software (2013-03-11, Visual C++, 2910KB, 下载466次)

http://www.pudn.com/Download/item/id/2155785.html

[DSP编程] manual

ccs3.1开发环境DSP编程使用教程,包括相关实验的指导说明,是上海交大dsp实验课的电子教程
ccs3.1 development environment using DSP Programming Guide, including relevant experimental guidance note, Shanghai Jiaotong University dsp experiment in electronic directory (2007-01-04, C/C++, 363KB, 下载388次)

http://www.pudn.com/Download/item/id/239243.html

[DSP编程] CCS3.3

为DSP初学者提供,CCS编程入门。TI 公司提供了高效的 C 编译器和集成开发环境 Code Composer Studio,学习dsp的编程应该从学习CCS的使用开始。
To provide for the DSP beginner, CCS program entry. TI provides a highly efficient C compilers and integrated development environment Code Composer Studio, learning dsp programming should begin to learn the use of CCS. (2010-08-28, C/C++, 862KB, 下载379次)

http://www.pudn.com/Download/item/id/1282056.html

[DSP编程] ccs

讲解如何使用CCS进行编程,并给出一些常用的程序,以及软件的使用。
Explain how to use the CCS program, and gives a number of commonly used procedures, as well as the use of software. (2008-05-17, C/C++, 1269KB, 下载365次)

http://www.pudn.com/Download/item/id/464871.html

[DSP编程] Flash2812_API_V210

TMS320F2812 flash编程最新API,适用于TI 281x
TMS320F2812 flash programming latest API, applicable to TI 281x (2007-07-10, C/C++, 214KB, 下载363次)

http://www.pudn.com/Download/item/id/306124.html

[DSP编程] DSP_Develop_Example

《DSP开发典型实例》的配套光盘 C语言编程代码、电路图
"DSP Development typical examples" of the matching CD C language code, circuit diagrams (2007-04-07, C/C++, 1761KB, 下载337次)

http://www.pudn.com/Download/item/id/264753.html

[DSP编程] TI_Picture_DCT

TI C6416 DSP平台上的一个图像处理工程源码,包括图像输入,DCT变换,DCT逆变换等。
TI C6416 DSP platform of a source image processing projects, including image input, DCT, inverse DCT transformation. (2006-10-17, Others, 146KB, 下载337次)

http://www.pudn.com/Download/item/id/219351.html

[DSP编程] 01.motion_test

编程环境:TI CCS3.0 芯片: DM642 功能: 实现运动物体的检测。
programming environment : TI chip CCS3.0 : DM642 functions : Moving object detection. (2006-07-04, C/C++, 115KB, 下载331次)

http://www.pudn.com/Download/item/id/200803.html
总计:1693