Location:
Search - dsp int
Search list
Description: f2812的初始化构架,中断向量表,UCOS代码。
特别注意,具体应用时要充分考虑任务堆栈,防止堆栈溢出造成的BUG!本人所用开发环境为CCS2.2。这是为公司项目写的开始测试,不设计公司机密,可以随意使用。但下载者如涉及与INT公司项目有关应用,须经INT公司许可!-f2812 framework of the initialization, interrupt to the scale, UCOS code. Special attention to the specific application must fully consider tasks stack, stack overflow prevention of the BUG! I used development environment for DSP. This project is to write the company began testing, the design company secrets can be free to use. But those who download INT involved with the project company for the application, the company is subject to permission INT!
Platform: |
Size: 126731 |
Author: 洪远洋 |
Hits:
Description: TI公司生产的C54系列DSP中断实验程序
Platform: |
Size: 40126 |
Author: 小王 |
Hits:
Description: DSP编程常用函数 double uniform(double a,double b,long int* seed) double gauss(double mean,double sigma,long int *seed) double exponent(double beta,long int *seed) double laplace(double beta,long int* seed) double rayleigh(double sigma,long int *seed) double weibull(double a,double b,long int*seed) int bn(double p,long int*seed) int bin(int n,double p,long int*seed) int poisson(double lambda,long int *seed) void dft(double x[],double y[],double a[],double b[],int n,int sign) void fft(double x[],double y[],int n,int sign)-DSP programming functions commonly used double uniform (a double, double b, long int* seed) double Gauss (double mean, double sigma, long int* seed) double exponent (double beta, long int* seed) double Laplace (double beta,* long int seed) double Rayleigh (double sigma, long int* seed) double Weibull (a double, double b, long int* seed) int bn (double p, long int* seed) int bin (int n, p double, seed long int*) int poisson (double lambda, long int* seed) void dft index (double x [], double y [], [] a double, double b [], int n, int sign) void fft (double x [], double y [], int n, int sign)
Platform: |
Size: 2048 |
Author: 山城棒棒儿军 |
Hits:
Description: 在c54xx的平台下实现中断的c语言程序设计dsp编程-in c54xx platform under interrupted c programming language programming dsp
Platform: |
Size: 31744 |
Author: 王梅 |
Hits:
Description: 这是一个在TI DSP上用C语言实现的DMA中断程序的试验例程-This is a TI DSP C language DMA interrupt program to the test routines
Platform: |
Size: 16384 |
Author: 刘小丽 |
Hits:
Description: TMS320C54X DSP 实验指导程序
实验一 常用指令实验
实验二 数据存储实验
实验三 I/O实验
实验四 定时器实验
实验五 INT2中断实验
实验六 A/D转换实验
实验七 D/A转换实验
实验八 AD/DA综合实验
-TMS320C54X DSP experimental procedures to guide an experimental common directive experimental experimental data storage is 2 three experimental testing of I/O The Experiment The Experiment 4 timer interruption five INT2 The Experiment 6 A/D converter The Experiment 7 D/A conversion The Experiment 8 AD/DA Experiment
Platform: |
Size: 246784 |
Author: |
Hits:
Description: 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[n]中;
addarr2(int * arr1, int * arr2, int * arr3, n)-1, (1) 32bit multiplication instructions explained (2) the load.asm volume1 on the basis of a a 16bit multiplication cumulative array of functions, and-o2 /-o3/2 manual optimization, c environment compilation called C function, the compilation function call c function addarr3 (int* arr1. int* arr2, arr3 int*, int* arr4, n)// compilation function, 3 arrays corresponding location together, the results on arr4 [n], the compilation of the C function call function, arr1 put it together and put arr2 arr3 [n]; addarr2 (int* arr1, int* arr2, int* arr3, n)
Platform: |
Size: 27648 |
Author: 郭春吉 |
Hits:
Description: TI公司DSP55系列中的中断开发的例程(本例程针对5502开发)-TI DSP55 series of interrupted development of the routines (routines against the 5502 development)
Platform: |
Size: 140288 |
Author: 吕晓明 |
Hits:
Description: 用c开发的DSP应用文章,是关于TMS320的应用,是我们师兄发的.-with the development of the DSP application articles on the application of TMS320 is a senior basis.
Platform: |
Size: 103424 |
Author: 王欢 |
Hits:
Description: 红外线遥控器解码程序(汇编)
ORG 0000H
AJMP MAIN
ORG 0003H 外部中断INT0入口地址
AJMP INT 转中断服务子程序
MAIN: MOV SP,#40H
MOV P1,#00H
SETB EA 开CPU中断
SETB IT0 设定INT0触发方式
SETB EX0 INT0请求中断
DSP: MOV R2,#9 将遥控器键值转化成A(0~9)
MOV DPTR,#TAB1
VV: MOV A,R2
MOVC A,@A+DPTR
XRL A,1CH
JZ ABC
DJNZ R2,VV
ABC: MOV A,R2
MOV DPTR,#TAB ;将A的值通过数码管显示出来
-infrared remote control decoder (Compendium) ORG 0000H AJMP MAIN ORG 000 3H external interrupt INT0 address AJMP INT entrance to a break in service subroutine MAIN : MOV SP,# 40H MOV P1,# 00H CPU SETB EA opening set interrupted SETB Indium-Tin-Oxide Substrates INT0 trigger mode SETB EX0 INT0 request interrupted DSP : MOV R2,# 9 will be the remote control keys into A (0 ~ 9) MOV DPTR,# TAB1 VV : MOV A, R2 MOVC A, @ A DPTR photolithography A, interruptive JZ ABC DJNZ R2, VV ABC : MOV A, R2 MOV DPTR,# TAB; A digital value through the tube show
Platform: |
Size: 1024 |
Author: ttforgo |
Hits:
Description: TMS320C6713DSP外中断控制程序源代码,从键盘输入任意一个值,控制指示灯的指示-TMS320C6713DSP external interrupt control program source code, keyboard input from a value arbitrarily to control the direction of light
Platform: |
Size: 15360 |
Author: 红旗 |
Hits:
Description: TI DSP TMS320F280x 外部中断例程。-TI DSP TMS320F280x external interrupt routines.
Platform: |
Size: 4096 |
Author: 小邓 |
Hits:
Description: TI公司生产的C54系列DSP中断实验程序-TI produced C54 series DSP interrupt experimental procedures
Platform: |
Size: 45056 |
Author: 小王 |
Hits:
Description: tms320c6747程序平台,对于首次接触6747的新手很有帮助-tms320c6747 platform,it s very useful to the newer
Platform: |
Size: 178176 |
Author: 杨勇 |
Hits:
Description: 本文描述了基于TMS320DM642 DSP 多媒体平台的H. 264 解码器的实现和优化。简单介绍了该解码器的
硬件平台之后,讲述了移植解码器的过程,包括将基于PC 的H. 264 解码程序DSP 化 随后介绍了针对各解码模块的
优化方法。实验结果表明:与原始的H. 264 解码器(JM74) 相比,该解码器提高了运行速度,可以进行实时应用。-This paper describes the implementation and optimization of H. 264 decoder based on TMS320DM642 DSP
platform. Af ter briefly int roducing the hardware system , the procedure of porting the decoder is described that includes
the digital signal processing on decoder program based on H. 264 of PC. Then the optimization methods for every
decoding module are explained. The experiment result s indicate that comparing with JM74 , the running speed of
decoder is increased and the performance of the decoder in real2time applications is good.
Platform: |
Size: 316416 |
Author: 黄伟 |
Hits:
Description: 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 language, only an int, the syntax can be seen as a subset of the C language.
Platform: |
Size: 563200 |
Author: Leo |
Hits:
Description: 在dsp实验中与汇编想适应的外部中断的C语言程序-In the DSP experiment and assembly want to adapt to the external interrupt of C language program
Platform: |
Size: 4096 |
Author: 蒋 |
Hits:
Description: DSP定时器功能测试,本程序我亲自在CCS4.2环境中测试过,程序功能虽然简单,但足以说明DSP定时器的功能和使用方法
-DSP timer generate adjustable pulse waveform
Platform: |
Size: 755712 |
Author: 赵越 |
Hits:
Description: dsp 28335 eeprom 测试程序,通过中断方式实现(dsp28335 eeprom test example by int)
Platform: |
Size: 1495040 |
Author: Simontang
|
Hits:
Description: This module does pipelined accumulate operation with 42 bit int value, usually used in dsp, Proved in Altera Stratix FPGA devices
Platform: |
Size: 2048 |
Author: serg_86
|
Hits: