-
一个实验程序,让你了解DSP的操作,可以更加了解DSP的功能
一个实验程序,让你了解DSP的操作,可以更加了解DSP的功能-An experimental procedure, so that you understand the operation of DSP, you can better understand the function of DSP
- 2022-04-15 05:51:42下载
- 积分:1
-
是数字信号处理的一些基础知识,介绍输入。
是一些关于DSP处理的一些基础知识和入门介绍。-Is the number of DSP handle some basic knowledge and introduce entry.
- 2022-05-25 03:41:00下载
- 积分:1
-
F2812 flash 搬移文件,来源于网络,但是看过以后感觉很实用,谨为分享...
F2812 flash 搬移文件,来源于网络,但是看过以后感觉很实用,谨为分享-F2812 flash move the file
- 2022-03-21 03:17:30下载
- 积分:1
-
blakcfin处理器缓存的代码示例
Blakcfin processor Cache code example-Blakcfin processor code example Cache
- 2023-03-19 08:55:03下载
- 积分:1
-
用C++创建中断
Using C To Create Interrupt-Driven Systems On Blackfin® Processors-Using C To Create Interrupt-Driven Systems On Blackfin® Processors
- 2022-03-24 11:44:37下载
- 积分:1
-
DSP的C6747功能模块验证
本工程使用DSP的C6747硬件实现了对ADC的功能验证,有助于DSP初学者对功能模块的熟悉与了解,此工程经本人验证,完整可用
- 2023-01-17 05:00:04下载
- 积分:1
-
Digital signal processing procedure
数字信号处理程序――利用FFT实现快速傅立叶卷积的matlab程序-Digital signal processing procedure- the use of FFT Fast Fourier convolution realize the matlab program
- 2023-02-19 15:15:03下载
- 积分:1
-
这是一个C语言程序的实数序列变换FFT谱…
这是一个对实数序列进行FFT变换求频谱的C语言程序,是提取语音MFCC参数的必经步骤,比一般的基于2或4的FFT能节约一半的存储空间和一半的运算量,经DSP的CCS调试成功,是本人改进的、用于本人导师故障诊断项目的一个源程序代码。-This is a real number sequences transform FFT spectrum for C language program is extracted voice MFCC parameters necessary steps than a typical 2 or 4 based on the FFT can save half the storage space and half of the computation by the DSP
- 2022-02-15 17:22:14下载
- 积分: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
-
1. Understanding TMS320C5400 series of assembly language format of the basic pro...
1. 了解TMS320C5400系列汇编语言程序的基本格式,以及编译、连接的基本过程 2. 进一步熟悉Code Composer Studio的使用 3. 了解C5400中标志位对计算的影响,以及计算对标志位的影响-1. Understanding TMS320C5400 series of assembly language format of the basic procedures, and compile and link the two processes. Further familiar with the Code Composer Studio use three. Publishing understanding marks at the right terms, and to calculate the impact of the mark-
- 2022-04-14 19:05:09下载
- 积分:1