-
C-program-of-BSS-and-examples-1
在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.(Linux platform, the blind signal separation of pure c write code. Blind signal separation algorithm based on convolution mixed, can be separated not only synthetic mixed-signal and voice signal convolution mixed in real environment can separation in the program, contains two test files can directly use the makefile after. Also worth mentioning is that the compressed bundle includes voice processing commonly used functions such as fft transform read write wav file, as well as some of the commonly used one-dimensional vector and two-dimensional matrix transform function. these can be applied directly into other applications.)
- 2021-04-10 16:38:59下载
- 积分:1
-
该程序用c#编写,实现了自己绘制菜单的功能。
该程序用c#编写,实现了自己绘制菜单的功能。-the procedures used to prepare c#, the realization of their drawing menu functions.
- 2022-04-19 17:59:25下载
- 积分:1
-
HCR Protocol in Matlab by www.wsnlab.org
HRP Routing Protocol using NS2
- 2018-02-06 14:31:13下载
- 积分:1
-
Calibration
this is reference about calibration using visual c++.
- 2010-12-23 17:26:02下载
- 积分:1
-
C8051F020PDAC8541
使用C8051F020驱动的DAC8541程序,其他单片机也可以参考。(DAC8541 use C8051F020-driven program can also refer to other microcontrollers.)
- 2015-08-06 09:38:55下载
- 积分:1
-
2020牛客校招面试题库(附答案与解析)C++篇.pdf
c 面经,讲解的非常到位,适合复习,共计219页
- 2020-12-07下载
- 积分:1
-
凸壳 (贾维斯,格雷厄姆算法)
在二维情况下的算法也被称为是贾维斯三月后 R.A.贾维斯出版于 1973 年;它有 O(nh) 的时间复杂度,其中 n 是数不清的
- 2022-02-02 11:44:23下载
- 积分:1
-
VC++动态链接库(dll)编程深入浅出
说明: 主要讲动态链接库的编程方法,有需要的可以下载!(It mainly talks about the programming method of dynamic link library, which can be downloaded if necessary.)
- 2020-06-17 21:00:07下载
- 积分:1
-
startup_stm32f072
说明: STM32F072启动文件,包含各种中断的配置,以及启动代码,启动跳转等(STM32F072 Startup File,Contains various interrupt configurations,startup code,startup jumps,etc.)
- 2020-06-17 08:00:02下载
- 积分:1
-
加载位图和保存,实现设备无关位图,实现灰度图像到彩色图像的转换,
(1)位图的加载与保存;
(2)判断位图是否有效、获取位图的文件名;
(3)获取位图的长、宽、大小等信息
(4)判断位图是否含有颜色表、获取位图颜色表、根据颜色表生成调 色板、使用颜色数、每个像素所占位数、每行像素所占位数;
(5)获取位图数据;
(6)显示位图;
(7)将彩色位图转换成灰度位图;
(8)将灰度位图转换成彩色位图;
- 2022-08-17 10:32:33下载
- 积分:1