搜索资源列表
newscope
- 这是基于dsp的交流电机调速软件。编程环境是ccs2000,算法用的是spwm方法,用的是c语言和汇编混编,程序里有注释。*.h和*.cmd文件是头文件和内存分配文件-this is the program of the alternating-current machine speed control based on dsp.the progran enviroment is ccs2000,the arithmetic is the spwm,it is programmed with c
c&asm
- 用c和汇编实现相同的功能,具体见程序,挺简单的一个程序-the program is using c and asm to achieve the same function,please watch the detail in the program,a simple program
mixed
- 一个c与汇编的混合编程,可以作为入门用,本人的作业-a mixed program with c and asm,it can be used for the beginner,it s my work
闪灯程序
- 内含asm,c,和一个说明文档,实现了dsp闪灯程序-intron asm, c, and a documentation and realized the flashing lights procedures dsp
aci3_1
- 本程序来自TI公司网站原程序,其功能是通过传统的V/F控制算法来实现对感应电机的控制,控制程序可以采用.asm也可以采用.C。 程序的具体算法和介绍在软件压缩包有详细介绍!-this program from the company's Web site TI program, its function is through the traditional V / F control algorithm to achieve the induction motor control,
aci3_2
- 本程序来自TI公司网站原程序,其功能是通过传统的V/F控制算法并加上对电机的转子速度辨识即无速度传感器控制来实现对感应电机的控制,控制程序可以采用.asm也可以采用.C。程序的具体算法和介绍在软件压缩包有详细介绍! -this program from the company's Web site TI program, its function is through the traditional V / F control algorithm and add to the mot
pmsm3_1
- 本程序来自TI公司网站原程序,其功能是通过传统的矢量控制算法来实现对永磁同步电机的控制,矢量控制采用双闭环结构,内环为电流环,外环为速度环,其速度的采集是通过编码器获得。是一个不可多得矢量控制例程。控制程序可以采用.asm也可以采用.C。程序的具体算法和介绍在软件压缩包有详细介绍! -this program from the company's Web site TI program, its function is through the traditional vector c
pmsm3_2
- 本程序来自TI公司网站原程序,其功能是通过传统的矢量控制算法来实现对永磁同步电机的控制,矢量控制采用双闭环结构,内环为电流环,外环为速度环,其速度的获得是靠滑模自适应算法求得。是一个不可多得无速度传感器矢量控制例程。控制程序可以采用.asm也可以采用.C。程序的具体算法和介绍在软件压缩包有详细介绍! -this program from the company's Web site TI program, its function is through the traditional
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
5.32.40.1.fll.all.std.tar
- es3890 VCD 开发编程 .c和.asm文件 g-es3890 VCD development program. C and. Asm2 document g
power-pi
- 本程序为ad的dsp21990控制芯片程序,其功能是通过传统的PI控制算法来实现对电源的控制,控制程序可以采用.asm也可以采用.C。程序的具体算法和介绍在软件压缩
gettingstarted
- 所用软件Anlog Divice VisualDSP, 入门级的程序,简单Asm和c的链接和认知。
dsp3
- 5-1.asm对应第五章语音信号的采集和播放主程序; (2)5-2.asm对应第五章语音信号的采集和播放中断向量程序; (3)5-3.cmd对应第五章语音信号的采集和播放配置文件; (4)5-4.asm对应第五章语音信号的u/A律压缩程序; (5)5-5.m对应第五章语音去噪的仿真程序; (6)5-6.asm对应第五章语音去噪的主程序; (7)5-7.c对应第五章CVSD编码的C语言程序代码; (8)5-8.asm对应第五章C
dsp4
- 6-1.asm对应第6章DSP软件代码; 6-2.c对应第6章主机软件代码; 6-3.c对应第6章回音相消主程序代码; 6-4.c对应第6章回音相消汇编程序代码; echo.h对应第6章回音相消头文件代码; echocfg.h对应第6章回音相消头文件代码; 6-5.cmd对应第6章回音相消配置文件
TMS320-VC5509A-Timer
- ICETEK–VC5509-A 评估板定时器实验.实验程序的工程中包含了两种源代码,主程序采用C 语言编制利于控制,中断向量表在 vector.asm 汇编语言文件中,利于直观地控制存储区分配。
FIR
- DSP设计的FIR滤波器的源代码,含有asm和c两种程序,并且有cmd文件,可以直接使用-DSP design FIR filter source code, containing the asm and c two kinds of procedures, and there cmd file that can be used directly
IIR
- DSP开发IIR滤波器,包括.asm .c .cmd格式三个文件.可直接出结果-DSP Development IIR filters, including. Asm. C. Cmd format of the three documents. Can be directly results
exec_fir_complete
- TI CCS开发环境下的FIR滤波器实现工程,包括C与ASM联合编码的实现。-TI CCS development environment of FIR filter implementation projects, including the C and ASM United encoding implementation.
FIR
- FIR滤波器在DSP TMS320C5402上的实现(C语言和汇编语言实现)-FIR filter in the DSP TMS320C5402 implementation (C and assembly language implementation)
FIR
- 用DSP来实现FIR滤波器。vectors.asm为汇编文件,main.c为主文件。-FIR filters with the DSP to achieve. vectors.asm for the compilation, main.c main document.