DSP常用的算法(C语言版)包括基本的信号生成和FFT压缩等信号处理中的算法。-Commonly used DSP algorithms (C language version) including basic signal generation and FFT signal processing such as compression algorithms.
DSP Builder 参考手册,主要用于simulink实现算法后,可将其自动转换为vhdl语言应用。-DSP Builder Reference Manual, mainly for simulink algorithm may be automatically converted to VHDL language applications.
#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();
一个DSP2407读取PUDID12USB芯片的源码,已经调试通过,程序用C语言编写,注释比较详细,2407的外部中断接到USB的中断输出脚上。-DSP2407 read a source PUDID12USB chips have been debug through, procedures using C language, notes in more detail, the external interrupt 2407 Interrupt received USB output feet.