搜索资源列表
two-matrix-multiply-via-CCS
- 谈静艳(645564194) 11:26:50 航天二院新增一个项目小组: 207所 微波室 硬件组 信息与通信工程 硕士 1-2人 实习内容为射频系统联调 请有意向的同学今天将姓名,班级反馈给我。并自行准备好简历和3分钟的自我介绍,明天一起参加航天二院的面试。
dsp_matrix_mul.rar
- dsp矩阵相乘函数,使用环境CCS,dsp矩阵相乘函数,使用环境CCS,DSP matrix multiply function, use enviroment is ccs
LAB3_multiply
- DSK5510 LAB3 multiply
c_matrix_mul
- C写的矩阵相乘函数,可以试着在DSP中使用,使用环境CCS-maxtrix multiply function in c language,may be it can be used in dsp
array
- 用汇编语言在VISUALDSP++4.0实现的矩阵相乘代码-Using assembly language at VISUALDSP++4.0 code implementation of matrix multiply
second
- 使用asm语言,实现两个六维矩阵的相乘并相加;使用了程序的调用,-Asm language used to achieve the two six-dimensional matrix multiply and add use the procedure calls
array
- 利用visual DSP++环境,用汇编语言实现四个矩阵两两相乘后再相加;有详细的说明-Using visual DSP++ environment, the four matrices in assembly language and then add 22 multiply a detailed descr iption of
CCS-mixed-and-linear-assembly
- 该压缩文档是一个CCS编写通过的的例子,该例子是比较混合汇编和线性汇编以及纯C写的数组乘加算法的正确性及优越性。-The compression is a CCS document in writing by the example of the case is more mixed assembly and linear assembly, and written in pure C array of multiply-add algorithm correctness and superio
Multiply-accumulate-process-dsp
- TMS320系列中dsp乘法累加程序, 本程序是在DSP平台上完成的小数的乘法与累加运算,本人自行编译亲测-Multiply-accumulate process
fir
- 使用DSP28335 FIR(finite impulse response) 滤波器算法试验 对位相乘求和法实现卷积-DSP FIR (finite impulse response) filter algorithm test, on bit multiply convolution summation method to achieve
Ex3_3
- TMS320C54x片内有1条程序总线,3条数据总线和4条地址总线。这3条数据总线(CB、DB和EB)将内部各单元连接在一起。其中,CB和DB总线传送从数据存储器读出的操作数,EB总线传送写到存储器中的数据。并行运算就是同时利用D总线和E总线。其中,D总线用来执行加载或算术运算,E总线用来存放先前的结果。 并行指令有并行加载和乘法指令,并行加载和存储指令,并行存储和乘法指令,以及并行存储和加/减法指令4种。所有并行指令都是单字单周期指令。并行运算时存储的是前面的运算结果,存储之后再进行加载或