-
commu_simulationapplicationexamples.part02
基于MATLAB的通信系统仿真应用详解,这是第2卷。(MATLAB-based simulation of communication systems explain that this is volume 2.)
- 2007-10-01 15:16:48下载
- 积分:1
-
RETINEX
本源码是基于多尺度的retinex理论的实现代码,针对灰度和彩色图像均可使用!!
(The source is based on the theory of multi-scale retinex implementation code for gray and color images can be used! !)
- 2010-08-13 15:26:07下载
- 积分:1
-
fsk_matlab
fsk modulator/demodulator
- 2009-10-02 20:44:15下载
- 积分:1
-
n_ncut
图分割算法中的标准分割N-cut(normal cut).(Figure segmentation algorithm in the standard split N-cut (normal cut).)
- 2010-01-07 15:34:30下载
- 积分:1
-
MonApplication
Wireless sensor network annimator
- 2012-05-10 20:19:40下载
- 积分:1
-
A1_8
mathews数值分析书的源代码,用matlab编写,第一章第八部分。(mathews numerical analysis of the book' s source code, using matlab, the first part of Chapter VIII.)
- 2011-10-20 10:23:21下载
- 积分:1
-
sy
说明: 常用的插值方法,会应用它们求函数的近似表达式,并应用插值函数求函数在指定点的近似值。 Lagrange插值,Newton插值(Commonly used interpolation methods, the function will apply them to seek the approximate expression, and function evaluation function by using the interpolated approximation of the specified point. Lagrange interpolation, Newton interpolation)
- 2010-06-14 20:08:45下载
- 积分: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
-
Matlab_imageMatlab
附录MATLAB 图像处理命令
1.applylut
功能:
在二进制图像中利用lookup 表进行边沿操作。
语法:
A = applylut(BW,lut)
举例
lut = makelut( sum(x(:)) == 4 ,2)
BW1 = imread( text.tif )
BW2 = applylut(BW1,lut)
imshow(BW1)
figure, imshow(BW2)
相关命令:
makelut
2.bestblk
功
举例(Appendix MATLAB image processing an order. Applylut functions : the binary image using lookup tables for 2500 operations. Grammar : A = applylut (BW, lut) For lut makelut = (sum (x (:)) == 4. 2) = imread BW1 (text.tif) BW2 = applylut (BW1. lut) imshow (BW1) figure, imshow (BW2) related orders : makelut 2. For bestblk Gong)
- 2007-03-14 10:07:26下载
- 积分:1
-
digfilt
数字滤波器设计程序,对各种滤波器设计,参数,原理进行了纤细说明(Digital filter design program, a variety of filter design parameters were slim that the principle)
- 2010-11-23 19:23:27下载
- 积分:1