算法
chf304071711
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
AP聚类Matlab程序
function [idx a r output] = affprop(s, options) %AFFPROP idenfities exemplar points using affinity propogation % % IDX = AFFPROP(S) % returns IDX, a m-vector of indices, such that idx(i) is the index原创 2018-01-03 22:07:36 · 3953 阅读 · 2 评论 -
语音切分程序
根据语音信号能量的大小切分.raw文件(Linux)/* # Filename: cut_speech.c # Revision: 3 # Purpose : Read RAW-format data from stdin and extract speech # Date : 2018/01/03 # Usage : cutsp -w <window size> -f <frame sh原创 2018-01-03 22:13:45 · 2469 阅读 · 1 评论
分享