-
hosa
说明: hosa文件包含了很多我们需要的很多函数的程序说明文件,在运行matlab时是不可缺少的(hosa file contains a lot of the many functions we need to process the documentation, when running matlab is indispensable)
- 2008-09-14 10:49:33下载
- 积分:1
-
Neural-networks
神经网络进行语音识别:/enframe.m,该函数将输入向量分为固定长度固定重叠量的帧。/SampleCreate.m,将取所有音频的mfcc系数处理成神经网络函数所需的输入格式(Neural networks for speech recognition)
- 2013-12-30 09:57:45下载
- 积分:1
-
chap3
vc++ 与matlab图像处理与识别案例精选(vc++ with matlab image processing and recognition of cases selected)
- 2007-09-24 10:41:31下载
- 积分:1
-
powerflow
极坐标法的潮流计算程序,非常适合各位电力同仁(Polar coordinates of the flow calculation procedure is very suitable for you Power Associates)
- 2021-04-26 16:48:45下载
- 积分:1
-
Maxselection
matlab代码,从多个中选择最大的和最小的,不经过排序,可以直接选择。(matlab code, choose from more than biggest and smallest, without sorting, you can directly choose.)
- 2010-07-30 16:36:28下载
- 积分:1
-
all
基于camshift的人脸跟踪程序,matlab(Face tracking based on Camshift,matlab)
- 2014-12-01 21:55:49下载
- 积分:1
-
m-files
system identification, m document based on idetification
- 2013-11-23 22:38:54下载
- 积分:1
-
dad
利用MATLAB的GUI功能制作电机旋转磁场演示软件。(MATLAB-GUI features making use of the motor rotating magnetic field presentation software.)
- 2010-12-07 13:43:46下载
- 积分:1
-
MIMO
基于16QAM和QPSK调制的MIMO仿真程序(MIMO simulation based on 16QAM and QPSK modulation)
- 2021-04-26 20:38:45下载
- 积分:1
-
exact_alm_rpca
RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。该代码是求解RPCA的一种数值算法——Exact ALM(Exact Augmented Lagrange Multiplier)(The most basic form of the exact ALM function is [A, E] = exact_alm_rpca(D, λ), and that of the inexact ALM function is [A, E] = inexact_alm_rpca(D, λ), where D is a real matrix and λ is a positive real number. We solve the RPCA problem using the method of augmented Lagrange multipliers. The method converges Q-linearly to the optimal solution. The exact ALM algorithm is simple to implement, each iteration involves computing a partial SVD of a matrix the size of D, and converges to the true solution in a small number of iterations. The algorithm can be further speeded up by using a fast continuation technique, thereby yielding the inexact ALM algorithm.)
- 2010-11-02 14:03:12下载
- 积分:1