-
verilog写的回波抵消程序,写了回波抵消器的等效…
verilog写的回波抵消程序,相当于写了个回波抵消的芯片,不是dsp,可编译后下载于FPGA,绝对原创,写了很长时间。-Verilog echo canceller written procedures, wrote the equivalent of echo canceller chip, not dsp, can be downloaded from the compiled FPGA, absolute originality, writing for a long time.
- 2022-03-18 00:29:26下载
- 积分:1
-
12*12点阵汉字库,做LCD汉字显示必备
12*12点阵汉字库,做LCD汉字显示必备-Lattice Store, the Chinese character LCD display so essential
- 2022-08-23 07:11:16下载
- 积分:1
-
采用KEIL MDK开发环境,实现USB下的大容量U盘驱动程序,内附全部源码,欢迎交流!...
采用KEIL MDK开发环境,实现USB下的大容量U盘驱动程序,内附全部源码,欢迎交流!-Using KEIL MDK development environment to achieve large-capacity USB under the U disk driver, included all the source code, please share!
- 2022-06-02 13:03:33下载
- 积分:1
-
c8051f02x固件更新代码
C8051F02x Firmware Updating Code
- 2022-04-14 12:31:21下载
- 积分:1
-
该内容提供了jffs2文件系统,嵌入式开发人员可以在此基础上修改,便可以开发出自己的jffs2文件系统。...
该内容提供了jffs2文件系统,嵌入式开发人员可以在此基础上修改,便可以开发出自己的jffs2文件系统。-The content of the jffs2 file system, embedded developers can be modified on this basis, they can develop their own jffs2 file system.
- 2022-09-06 13:10:07下载
- 积分:1
-
是一个展厅灯光控制的软件,用的PIC16F73。
是一个展厅灯光控制的软件,用的PIC16F73。-Hall is a lighting control software, using PIC16F73.
- 2022-04-01 21:58:41下载
- 积分:1
-
keil c51 写的DS18b02 温度测试源代码
keil c51 写的DS18b02 温度测试源代码-keil c51 write DS18b02 temperature testing source code
- 2022-06-28 22:12:47下载
- 积分:1
-
Introduced a bunch of fundamentals regarding embedded Linux in the form of PPT,...
关于嵌入式linux在ARM平台上的一些基本概念介绍,为ppt格式.适合初学者。-Introduced a bunch of fundamentals regarding embedded Linux in the form of PPT, very suitable for beginner
- 2022-09-24 06:55:03下载
- 积分:1
-
ADC 0808 Interfacing
ADC 0808 Interfacing
- 2022-03-06 07:33:56下载
- 积分:1
-
WAV语音合成
在GPS车载中用于报站中多段语音合成报站功能,节约录音书,比使用飞科TTS语音更快捷,读音更流畅,节约空间。
比如“某某站到了”,只需将站名事先录制,然后与“到了”这个录音文件合成即可立即播放,合成速度小于1ms/字
参数说明:fromFileAddress为需要合成文件物理路径集合(字符型)
toFileName为输出合成完毕文件物理路径(字符型)
返回值:合成是否成功
调用方法:
if (Service.SoundSyn.WAVMerge(voice.ToArray(), "play.wav"))
{
PlaySound("play.wav", IntPtr.Zero, 0x00020000 | 0x0001);
}
else
{
- 2022-06-20 00:25:21下载
- 积分:1