-
关于dsp的c编程实例,非常有价值啊好多例子
关于dsp的c编程实例,非常有价值啊好多例子-dsp on the c programming examples, a lot of very valuable example ah
- 2022-05-16 20:16:57下载
- 积分:1
-
实现双
实现双口RAM映射到DSP地址单元空间中,使得双口RAM直接读取DSP中的数据或程序。-Achieve dual-port RAM modules mapped to the DSP address space, making dual-port RAM directly read the data in the DSP or procedures.
- 2022-08-18 08:55:09下载
- 积分:1
-
Detailed Description: This is a GPIO of TI DSP2812 Application: Marquee procedur...
详细说明:这是一个GPIO的TI DSP2812应用程序:天棚程序允许8个Led灯,然后轮流以1秒的间隔闪烁,附录a完整的背书程序
- 2022-01-21 02:40:21下载
- 积分:1
-
基于 C 语言的 Turbo 码的 DSP 实现
介绍了 Turbo 码的编译码基本原理 , 在详细研究 Log 2 MAP 算法的基础上 , 用 VC6. 0 编写了状态转移表生成子程序 , Turbo 交织表生成子程序和 Turbo 码译码程序等几个对 Turbo 码进行仿真最重要的函数 , 并在 DSP 上实现了通用的 Turbo码编译码器。
- 2022-01-31 14:51:13下载
- 积分:1
-
dsp2407关于 串行通讯接口模块(SCI)的汇编源程序,直接打开工程文件即可。...
dsp2407关于 串行通讯接口模块(SCI)的汇编源程序,直接打开工程文件即可。-dsp2407 on the serial communication interface module (SCI) of the compilation of source code, you can directly open the project file.
- 2022-04-22 07:25:07下载
- 积分:1
-
dsp 2812 ad转换, 欢迎大家下载
dsp 2812 ad转换, 欢迎大家下载-dsp2812 very perfect ,you can dowmload it without no worry
- 2022-03-11 20:13:26下载
- 积分:1
-
DSP串口程序例程,使开发者尽快了解DSP串口收发的使用
DSP串口程序例程,使开发者尽快了解DSP串口收发的使用
- 2022-01-25 19:50:21下载
- 积分:1
-
DSP WUZHENYANG
吴振杨数字信号处理 实验指导书
是学习matlab不错的入门资料-DSP WUZHENYANG
- 2023-02-01 11:00:04下载
- 积分:1
-
AD公司的处理器,在VISUAL DSP++环境下的实例。
AD公司的处理器,在VISUAL DSP++环境下的实例。-AD processor company in Visual DSP environment example.
- 2023-01-29 11:45:03下载
- 积分:1
-
1、(1)32bit乘法的指令解释
(2)volume1的load.asm基础上实现一个
16bit数组的乘法累加的函数,并进行...
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)
- 2022-07-08 14:51:46下载
- 积分:1