资源列表
dsk_app
- 这个例子是用来数字处理在AIC23上的线性音频数据,并且现行输出-this example is used in digital processing of linear AIC23 audio data, and output current
注册
- 功能:这里是用VB生成.OCX控件,反注册VB生成的.OCX控件。希望能有用。-function : This is the generation with VB. OCX controls, anti-registered VB generated. OCX controls. Hope can be useful.
RXLOOP
- 功能 用来测试TI公司TMS320F281X芯片的CAN总线模块接受数据的源代码 -function used to test TI TMS320F281X chip CAN module accept data source code
语音编码_解码代码库
- 主要为用TI 的TMS320 5000系列实现基本的语音编解,如ADPCM,LPC等-primarily for use TI's TMS320 series 5000 achieving basic voice solutions, such as ADPCM, LPC etc.
DSP源码
- 主要为一些DSP源程序,比较基本的算法再DSP中的实现-DSP main source for some, more basic algorithm again DSP Implementation
vhdl_vga_kb
- VHDL的显示驱动程序,VHDL的PS2键盘驱动程序-VHDL display drivers, VHDL PS2 Keyboard Driver
cjtemp
- 单片机的汉字点阵式液晶显示器显示程序,能够在任意地址显示汉字。另外还有菜单的反向选择程序-SCM Chinese dot-matrix LCD display program to address the arbitrary display Chinese characters. Another reverse the menu selection procedure
mp3程序设计包
- MP3的程序的代码,用于嵌入式系统中MP3的编码和解码,做MP3播放器的可以做为参考。-MP3 procedure code for embedded systems MP3 encoding and decoding, so the MP3 player can be used as a reference.
lcdjamllj
- 串口通信及液晶显示,键盘扫描。一个完整的单片机运行程序-serial communications and LCD, keyboard scan. A complete SCM operational procedures
双路脉冲发生器(veralog)
- Verilog HDL 程序 双路脉冲发生器的代码 包含了键盘控制,LED显示,脉冲发生,脉冲频率测量模块 是我自己写得,希望能对你有帮助,有问题可以mail:shaojunwu1@163.com-Verilog HDL dual-channel pulse generator procedure code includes a keyboard control, LED display, pulse, pulse frequency measurement module is wr
空间坐标转换
- 可以在pocketpc上进行坐标换带计算以及坐标转换等功能,还可以进行宁波余姚的空间坐标进行转换。-the pocket on the coordinates for the Calculation of coordinate conversion functions can also be used for Ningbo Yuyao space coordinates conversion.
uart1
- 使用DSP软件实现UART功能.一般教科书上提供的UART收发的程序往往是一段采用轮循(Polling)方式完成收发的简单代码。但对于高速的AVR来讲,采用这种方式大大降低了 MUC的效率。在使用AVR时,应根据芯片本身的特点(片内大容量数据存储器RAM,更适合采用高级语言编写系统程序),编写高效可靠的UART收发接口(低层)程序。下面是一个典型的USART的接口程序。-use DSP software UART functions. General textbooks UART transce