-
ReadHTKParam
when you want to read some parameters from the HTK macro you trained, just use this source code. it help you read a htk parameter(macro file). But, it can read all parameter type. it just read GMM parameter(1 state, N mixture)
- 2010-07-10 13:41:26下载
- 积分:1
-
MATLAB
matlab学习的基础教程
对众matlab爱好者会有很大帮主(matlab tutorial learning matlab lovers of the public will be very帮主)
- 2008-04-26 16:06:42下载
- 积分:1
-
haralickfeat
This is code for Haralick feature extraction for image in matlab. The basis for these features is the gray-level co-occurrence matrix. This matrix is square with dimension Ng, where Ng is the number of gray levels in the image. Element [i,j] of the matrix is generated by counting the number of times a pixel with value i is adjacent to a pixel with value j and then dividing the entire matrix by the total number of such comparisons made.
- 2013-10-01 21:03:21下载
- 积分:1
-
juifou
欢迎大家下载学习,BP神经网络的整个训练过程,music高阶谱分析算法。
( Welcome to download the study, The entire training process BP neural network, music higher order spectral analysis algorithm.
)
- 2017-05-19 08:43:35下载
- 积分:1
-
image_process
包含几种用于图像处理的MATLAB程序,分别有图像高通滤波,低通滤波,图像小波融合,图像消模糊,以及图像恢复。都是非常实用的小程序(Contains several MATLAB programs for image processing, images were high-pass filter, low pass filtering, wavelet image fusion, image consumption fuzzy, and image restoration. Are very useful little program)
- 2010-08-02 19:19:07下载
- 积分:1
-
MITmatlab
说明: 麻省理工学院MATLAB使用指南,是入门学习不错的资料(Massachusetts Institute of Technology MATLAB User Guide is a good entry-learning information)
- 2008-12-04 09:57:13下载
- 积分:1
-
cyclostationary
maltab循环平稳工具,其中包括:循环平稳的自相关函数,循环谱分析等内容。(maltab cyclostationary tools)
- 2011-07-06 16:54:15下载
- 积分:1
-
MATLAB-program-one-hundred-cases
数学建模案例MATLAB实用程序百例 经典MATLAB程序100例帮助初学者(Mathematical modeling classic case of one hundred cases MATLAB MATLAB utility program 100 cases help beginners)
- 2014-12-02 20:40:40下载
- 积分:1
-
1000
利用双线性变换法,设计一个0.4dB截止频率为10kHz且在30kHz处有最小阻带衰减为50dB的数字巴特沃兹低通滤波器,其抽样率为100kHz。利用教材(4.35)式求解原型模拟滤波器的阶数,并利用Matlab的M文件buttap设计模拟原型滤波器。用M文件bilinear将模拟滤波器传输函数变换成期望的数字传输函数。请用Matlab画出其增益和相位响应,并给出设计的具体步骤。(fuck!!!)
- 2010-11-15 15:20:08下载
- 积分:1
-
MATLAB
1.本程序演示的是用简单遗传算法随机一个种群,然后根据所给的交叉率,变异率,世代数计算最大适应度所在的代数
2.演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中规定的命令;相应的输入数据和运算结果显示在其后。
3.测试数据
输入初始变量后用y=100*(x1*x1-x2)*(x1*x2-x2)+(1-x1)*(1-x1)其中-2.048<=x1,x2<=2.048作适应度函数求最大适应度即为函数的最大值
(1. This program demonstrates a simple genetic algorithm is a random population, then according to the crossover rate and mutation rate, fitness for calculating the maximum number of generations in which algebra 2. Demo program to computer users and the implementation of dialogue, that is displayed on a computer terminal " message" after the keyboard input by the user specified in the order demo program the corresponding input data and results in a subsequent operation. 3. Test data input with the initial variables y = 100* (x1* x1-x2)* (x1* x2-x2)+ (1-x1)* (1-x1) where-2.048 < = x1, x2 < = 2.048 ask for the maximum fitness function is the function of the maximum fitness)
- 2011-04-27 10:45:28下载
- 积分:1