搜索资源列表
Exp02FFT
- 这个是用DSP实现的FFT变换,用c语言编写的 调试通过-DSP FFT transform, with the c language debugging through
Exp03FIR
- 这个是DSP实现的有现冲激FIP滤波器的程序 利用C编写的,调试通过-the DSP is the FIP filter impulse is the procedure prepared by the use of C, debug through
Exp07ulawde
- 这个是DSP实现的语音U律(ulaw)压缩, 用c语言编写并调试通过-DSP is the voice of U Law (ulaw) compression, using c language and debugging through
timer
- 这个程序实现的是一个计时的功能,对于初学DSP以及刚开始学习C的朋友,还是有一定参考价值的!
test
- 是用于开关磁阻电机的位置伺服控制的C语言源代码,基于CCS的开发环境.这个程序主要是用来测试你的硬件连接问题的,希望可以对你有所帮助
bigTimeDSP
- 这是一个在DSP中运行的C++程序,在CCS和VC中都编译过,完全没有问题。 这个程序中融合了定时器,中断等硬件驱动和面向对象等重要编程技术, 非常适合有C++基础的软件工程师学习DSP
USB
- 这个程序是DSP TMS320F2812与主机通过USB口进行通讯的c语言程序
23456
- DSP处理,经典的FFT变换C源代码,我参考过很多其他的FFT程序,但我认为这个是最好的
classic_programmes_for_c_and_assemble_language
- 经典的DSP的C程序和汇编程序库。这个很不错的。
siqupwm
- 这个程序运行在CCstudio平台上,所用语言为c语言,完成的功能是电机pwm死区变换
firinput.c
- 在使用CCS的Simulator 进行滤波器特性测试时,需要输入时间信号 x[n]。下面给出一个产生输入信号的 C 语言程序,这个信号是频率为 3Hz、40Hz 和 80Hz的混和正弦波信号,文件名为firinput.c-Simulator for the use of CCS test the filter characteristics need to enter the time signal x [n]. The following is an input signal generate
apf
- 这个C程序是基于DSP设计有源滤波器的主函数,配置文件和电路设计有需要的朋友可以联系我-The C program is based on the DSP active filter' s main function design, configuration files, and circuit design in need of a friend you can contact me
dsPICprogram
- 这个是书籍《dspic数字信号控制器C程序开发及应用》的源代码,我搜索了一下好像有人上传过,但大家评论有密码,我就弄了这个,绝对没有密码。-This is the book " dspic digital signal controller development and application of C" source code, I searched for someone like upload, but all comments have a password, I g
DSP_Algorithm
- 数字信号处理——理论、算法与实现,这本书所涉及到的绝大部分算法,源代码都在这个盘里。有C、fortran、matalab三种格式-Digital Signal Processing- Theory, Algorithm and implementation, this book relates to the vast majority of algorithms, source code is in the tray. There are C, fortran, matalab three fo
1014013A_OMAP-L138_GEL_BSL_Files
- 仍面临仿真器连接不上OMAP-L138器件问题? 请试试这个里的GEL文件!-Gel file used to connect to OMAP-L138 via emulator.
RTL8019
- 本文件夹中的代码是“RTL8019”的驱动代码。 main.c 该文件包括了main主函数,为读者朋友提供了一个以太网主循环的例子,读者朋友可根据自己系统以及用到的协议来自行更改这个循环。 RTL8019.C 该文件包括了RTL8019读写寄存器、重启芯片、接收数据包、发送数据包等各个底层驱动函数,以及ARP、以太网数据包处理等初级处理函数。 IP.C 该文件包括了UDP等IP层的协议代码。-The code in the folder is " RTL8019&
C_FLASH
- 此程序为简单的一个亮灯程序,但是易于初学DSP的人来学习和使用,在这个程序上编写自己的程序来实现不同的亮灯程序,从而熟悉C或者C++程序,然后我们就可以在CCS上熟练运用语言.-This program is simply a light program, but easy-to-person beginners to learn and DSP used in this program to write your own program to achieve different lightin
DSP-C-programming
- 这个文件讲解了数字信号处理中常用的一些算法!编写是基于C语言的!-This document explains the digital signal processing algorithms commonly used in some! Preparation is based on the C language!
cap_pwm
- 这个程序以TMS2812为核心,利用捕捉功能完成对输入波形的实时频率采集,最后通过PWM管脚输出相对应频率的波形-TMS2812 core of this program to use to complete the capture of real-time frequency of the input waveform capture, and finally through the corresponding PWM pin output waveform frequency
My_ADAU1452_CTL
- 使用STM32F103实现ADAU1452的自启动和安全加载,有I2C和SPI两种方式 这个例程是基于淘宝买的ADAU1452开发板和配套的STM32F103控制板,没有板子也不要紧,这里主要是实现SPI和I2C对ADI芯片的加载,参考为主。 ADAU使用SigmaStudio4.5 STM32使用STM32CubeIDE 1.3.0(Using STM32F103 to realize the self starting and safe loading of adau1452, ther