-
C language source code of the Fast Fourier Transform, floating
C语言的快速傅立叶变换源码,浮点输入输出,带位倒序。-C language source code of the Fast Fourier Transform, floating-point input and output, with bit reverse order.
- 2023-07-28 02:40:03下载
- 积分:1
-
这是DM642板子的视频测试程序,里面有详细的说明文档,是用CCS来进行视频处理的很好的样例...
这是DM642板子的视频测试程序,里面有详细的说明文档,是用CCS来进行视频处理的很好的样例-This is the DM642 video board test program, which detailed documentation, is to use CCS to carry out a good sample video processing
- 2022-03-30 02:25:15下载
- 积分:1
-
《TMS320F2812原理与开发》电子版
《TMS320F2812原理与开发》电子版-err
- 2022-08-02 15:07:13下载
- 积分:1
-
TMS320F2812上用的几个测试程序。含AD,SPI等
TMS320F2812上用的几个测试程序。含AD,SPI等-TMS320F2812 use several testing procedures. With AD, SPI, etc.
- 2022-02-20 23:40:47下载
- 积分:1
-
嵌入式实时操作系统_C_OS_在TMS320F2812上的移植
嵌入式实时操作系统_C_OS_在TMS320F2812上的移植-Embedded real-time operating system _C_OS_ the transplant in TMS320F2812
- 2022-02-05 23:04:47下载
- 积分:1
-
TMS320VC5509A(LQFP)存储器测试程序
TMS320VC5509A(LQFP)存储器测试程序-TMS320VC5509A (LQFP) memory test procedure
- 2022-12-14 18:50:03下载
- 积分:1
-
一个c与汇编的混合编程,可以作为入门用,本人的作业
一个c与汇编的混合编程,可以作为入门用,本人的作业-a mixed program with c and asm,it can be used for the beginner,it s my work
- 2022-04-08 11:34:58下载
- 积分:1
-
TMS320C6000, DSP6000 Series DM642 chip, seed companies DM642 development board o...
TMS320C6000,DSP6000系列DM642芯片,seed公司DM642开发板的图像的平移程序。-TMS320C6000, DSP6000 Series DM642 chip, seed companies DM642 development board of the image translation process.
- 2022-03-03 03:46:18下载
- 积分:1
-
dsp源代码键盘控制,(dsp 5000系列,55xx)
dsp源代码键盘控制,(dsp 5000系列,55xx)-dsp source keyboard control (dsp 5000 series, Crossfire)
- 2023-03-28 09:40:03下载
- 积分:1
-
AD采样的程序,有参考性
#include "DSP28_Device.h"
float a1[16];
unsigned int a2=0;
float adclo=0.0;
// Prototype statements for functions found within this file.
interrupt void ad(void);
void main(void)
{
InitSysCtrl();
- 2023-03-17 04:30:04下载
- 积分:1