-
MFCC
此代码使用 speakerr 鉴定。在这项工作,我用 MFCC 作为特征提取和我用支持向量机作为分类器。这段代码是非常有用的信号处理工作的人。MFCC 计算中很多步骤,第一,划分信号的帧,然后每个帧乘以海明窗后, 我们将快速傅里叶变换应用于每个帧。然后,Mel 滤波器已经被应用到照片。离散余弦变换和门窗升降器应用于结果。
- 2022-02-14 06:42:23下载
- 积分:1
-
ANSYS Fluent 17.0 官方教程
fluent17.0官方教程,学习fluent最好的资料(Fluent 17.0 official tutorial, learn the best information about fluent)
- 2018-12-19 23:49:46下载
- 积分:1
-
stm32paomade
stm32跑马灯用的是库文件编程,里面说明GPIO初始化,配置系统时钟(Stm32 entertaining diversions)
- 2013-12-12 17:20:00下载
- 积分:1
-
imgProcess-(2)
实现了图像的一些基本运算,包括高低通滤波(Realize the image of some of the basic operation, including high and low pass filter)
- 2014-10-16 14:27:18下载
- 积分:1
-
TravianBot
Bot engine for Travian3 online game
- 2019-05-09 17:51:07下载
- 积分:1
-
diansaizuoping
说明: 全国大学生电子设计优秀作品选集,每个课题都有几种方案可供选择。(National Undergraduate Electronic Design a selection of outstanding works, each of these issues have several options to choose from.)
- 2009-08-18 18:11:35下载
- 积分:1
-
ddddd
说明: 关于滤波器的源码 能够在MATLAB上运行(On the source filter can be run in MATLAB)
- 2008-11-12 12:12:43下载
- 积分:1
-
C#计算器
用c#做一个简单的计算器,界面简洁,当然只能做一些基本的运算哦,欢迎大家去下载。
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace calculator
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
}
private void btn1_Click(object sender, EventArgs e)
{
Button btn = (Button)sen
- 2022-02-26 13:59:30下载
- 积分:1
-
login
简单登录界面没有关联数据库,登录界面附有有验证码功能(Simple login screen is not associated with the database, the login screen with a verification code function)
- 2013-05-23 20:47:52下载
- 积分:1
-
wifi mt7601sta模式使用
wifi mt7601sta模式使用,编译wifi mt7601工作在sta模式,以及配置wifi连接无线网络,完整的过程,AP模式需要重新编译驱动,这里没说明 支持smart connect 功能,附手机app
- 2023-04-15 06:15:04下载
- 积分:1