-
m_sequence
说明: 使用改进的Nyquist脉冲实现OFDM信号的PAPR抑制(Achieved using the modified Nyquist pulse inhibition of OFDM signal PAPR)
- 2011-03-18 20:53:39下载
- 积分:1
-
pcatest
是一个应用matlab编写的基于pca读取人脸的人脸识别和人脸检测软件,是一个非常不错的人脸检测识别软件。希望对大家有用(Matlab is an application prepared by the pca read on the face and face recognition face detection software, is a very good face detection recognition software. We hope to useful)
- 2007-05-12 16:56:25下载
- 积分:1
-
combind-program
用于MATLAB作图中,多张图的合并(里面的文件路径需要根据需要更改)(For the MATLAB plot, the multiple number of pictures merger (inside the file path needs to be changed as needed))
- 2013-09-12 11:50:24下载
- 积分:1
-
fftc_
TI的FFT协处理器对应的源代码和matlab代码(Source code and matlab code corresponding to the FFT coprocessor of TI
)
- 2013-11-05 17:57:18下载
- 积分:1
-
SPARSE-SAR
SAR图像的稀疏表示的重要示例,有样本的SAR图像可以调用(The representation of sar images.Including the datnadard images.)
- 2015-12-28 21:39:40下载
- 积分:1
-
lsb
用matlab实现的基于LSB的数字水印算法。算法可以在BMP灰度图像中嵌入水印,水印信息为二值图像,并将其扩展到与原始图像同样大小,进行重复嵌入,提高鲁棒性。同时算法中给出了PSNR值以评价水印图像的效果,(Using matlab realize the number of LSB-based watermarking algorithm. Algorithm can be embedded BMP gray image watermark, watermark information for the binary image, and its expansion to the original image the same size, the repetition of embedding, improve robustness. At the same time algorithm PSNR values are given to evaluate the effect of watermark images,)
- 2007-09-30 18:55:44下载
- 积分:1
-
MywWatersheds
说明: 所谓分水岭算法有好多种实现算法,拓扑学,形态学,浸水模拟和降水模拟等方式。
本源码实现了matlab基础上的分水岭算法,并实现了。(Watershed algorithm has a good variety of the so-called algorithm, topology, morphology, water modeling and simulation methods of precipitation. The source implementation of the watershed algorithm based on matlab and true.)
- 2011-03-16 17:14:15下载
- 积分:1
-
MATLAB-about-GUI
关于MATLAB图形用户界面(GUI)初学者指导教程系列,有较详细的说明和指导(On the MATLAB graphical user interface (GUI) Beginners Guide series, has a more detailed explanation and guidance)
- 2013-08-27 10:08:30下载
- 积分:1
-
niudunxiange
MATLAB中利用牛顿法弦割法对多项式进行求解的源代码(MATLAB, chord cutting method using Newton method for solving polynomial source code)
- 2014-12-01 14:07:31下载
- 积分:1
-
matlabtosolve
基于MATLAB实现的说话人识别程序,分别用bp、pnn、som、rbf、lvq等算法,对语音文件进行训练和测试,效果不错。~..~
下面说明一下bprengong程序:
数据分别用来训练和测试两部分。
具体程序分为两部分,第一部分为:计算识别模型 变量v是mfcc处理以后的矢量。因为数据可能长短不一,所以放在同一进行截取。p的每一行代表一个语音数据(共15个)。变量Pr为每一行的最大最小值。变量T为目标值。输出神经元个数为15。
在训练阶段,如果用于训练的输入训练样本的类别标号为i(即语音数据的标号),则训练时设第i个节点的期望输出设为1。其余节点期望输出均为0。
在识别时,当一个未知类别的样本作用到输入端时,考查各输出节点的输出,并将这个样本的类别判定为输出值最大的那个节点对应的类别。
(err)
- 2008-04-16 16:07:34下载
- 积分:1