-
LPC-LPCC-Short-Time-Energy-master
这是一个语音识别提取特征参数的例子,提取lpcc和lpc特征参数并且计算了短时能量,这个是用来检测哭声可以使用的lpc-lpcc-short-time-energy(This is an example of speech recognition extraction feature parameters, extracting lpcc and lpc feature parameters and calculating short-term energy, which is used to detect the use of crying sounds.)
- 2019-06-11 15:02:45下载
- 积分:1
-
该文件夹给出802.11a仿真源程序,推荐参考
该文件夹给出802.11a仿真源程序,推荐参考-The folder is 802.11a simulation program, recommended reference
- 2022-06-20 19:04:21下载
- 积分:1
-
2649
matlab code for fuzzy logic algorithm
- 2010-11-18 02:15:42下载
- 积分:1
-
json-c-0.12.tar
json开发库,可用于一些平台的开发和使用,(json,be used to development some tools)
- 2018-03-02 22:22:23下载
- 积分:1
-
C# 使用数据库列别名的例子
C# 使用数据库列别名的例子。查询数据库信息,定义了一个方法返回DataTable对象:
private DataTable GetMessage()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 学生姓名 as 姓名,年龄 as 学生年龄,性别 as 学生性别 from tb_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
}
- 2022-07-22 20:05:58下载
- 积分:1
-
INIT
说明: _init_方法示例,通过一个简单的例子对init方法进行通俗化的解释(Example of _ init_ method)
- 2019-05-04 15:15:44下载
- 积分:1
-
svm用于特征提取、预测、目标识别问题
说明: svm用于特征提取、预测、目标识别问题(SVM for feature extraction, prediction and target recognition)
- 2019-02-28 15:35:13下载
- 积分:1
-
C++ example 100
C++ example, 适合初学者。常用的实现方法。对于自学C++而苦于缺少示例模仿的朋友们提供了大量的实例。教材实验设计完全按照C++标准规范,给自学的朋友们提供了好的典范
- 2022-02-26 21:07:12下载
- 积分:1
-
kalman-doppler
在多普勒定位中,利用卡尔曼滤波对移动节点的坐标进行数据处理(In the doppler positioning, the data processing of the coordinates of the moving nodes is processed using kalman filter)
- 2020-08-14 14:38:28下载
- 积分:1
-
是MATLAB的BP预测程序,有实际参考价值,需要的就下吧
是MATLAB的BP预测程序,有实际参考价值,需要的就下吧-MATLAB BP is forecasting process, the practical reference value, we need it on the next
- 2022-06-18 19:10:11下载
- 积分:1