-
MATLAB-speech-programming-process
常用matlab语音编程流程(语音信号的分帧加窗的matlab实现),学习语音信号处理的人必须要知道这些基本的编程方法。(Common Voice matlab programming process (sub-frame windowed speech signal matlab implementation), learning of speech signal processing must be aware of these basic programming methods.)
- 2014-10-28 15:47:15下载
- 积分:1
-
C#获取拼音首字母并进行中文简繁体互转
C#中文简繁体互转,并获取汉字拼音首字母,内含一个中文处理工具类,类中包括了以下处理函数:将字符转换成简体中文、讲字符转换为繁体中文、获取中文字符串的首字母、获取单个中文的首字母,每一个都是挺实用的,下面把字符转换为繁体中文的代码帖上来,需要更多代码的请下载本源码哦:
//讲字符转换为繁体中文,参数包括:要转换的字符串、转换完成后的字符串:
public static string ToTraditional(this string ChineseStr)
{
String TraditionalStr = Microsoft.VisualBasic.Strings.StrConv(ChineseStr, Microsoft.VisualBasic.VbStrConv.TraditionalChinese, 0);
return TraditionalStr;
}
- 2022-08-12 23:26:59下载
- 积分:1
-
DSB-AM-modulation-and-demodulation
现代通信原理课程中,在MATLAB中实现DSB-AM的调制与解调。(Modern communication theory course, in MATLAB to achieve DSB-AM modulation and demodulation.)
- 2011-10-04 10:51:32下载
- 积分:1
-
3DView
一个opengl编写的立方体多重纹理程序,将图片贴在立方体的六个面上,并可以控制旋转,使切片图像三维可视化。(A written opengl the cube multitexture procedures pictures posted on the six faces of the cube, and can control the rotation of the slice images of 3D visualization.)
- 2013-03-27 22:46:28下载
- 积分:1
-
神经网络C源码
用C语言开发的神经网络结构,其中应用到包括LM算法等,能够实现网络的快速迭代运行,并在多种不同算法中进行分析比较。
- 2023-02-23 01:30:03下载
- 积分:1
-
IRAcode
非规则重复累积码(IRA)在AWGN信道的编译码C程序,译码算法BP算法。程序用txt文档保存。(Code irregular repeat accumulate (IRA) in the AWGN channel codec C procedures, BP decoding algorithm. Txt document with the preservation process.)
- 2009-04-16 10:37:32下载
- 积分:1
-
IO模拟串口
说明: 基于51单片机的使用单片机普通IO端口模拟串口时序。(Based on 51 single chip microcomputer, I / O port is used to simulate serial port timing.)
- 2019-10-31 20:44:25下载
- 积分:1
-
环形缓冲区
【实例简介】
纯C开发环形缓冲区,经过大量的测试,很实用的模块。可以在任意C编译器下编译,用于任意嵌入式单片机。
- 2021-06-12 00:31:22下载
- 积分:1
-
use-matlab-
用matlab实现简单的图像的放大和缩小(use matlab)
- 2011-12-26 22:01:18下载
- 积分:1
-
SHA204_SAM9G45_1.0.0
Atmel 加密芯片参考程序,底层驱动库,可以移植其他平台(Atmel Encryption chip code reference)
- 2018-04-09 11:04:32下载
- 积分:1