Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - mat
Search - mat - List
DL : 0
sndpeek is just what it sounds (and looks) like: real-time 3D animated display/playback can use mic-input or wav/aiff/snd/raw/mat file (with playback) time-domain waveform FFT magnitude spectrum 3D waterfall plot lissajous! (interchannel correlation) rotatable and scalable display freeze frame! (for didactic purposes) real-time spectral feature extraction (centroid, rms, flux, rolloff) available on MacOS X, Linux, and Windows under GPL part of the sndtools distribution.
Update : 2008-10-13 Size : 282451 Publisher : 尉迟雪凝

摘要 : 在 MAT LAB环境下利用语音工具箱 Voice Box实现基于连续概率密度隐含马尔科夫模型的汉语语音识别系统。在 实时录音的情况下 , 利用该语音识别系统 , 不同的人对 20条 2~8个字的语音命令进行识别 , 准确率可达到 95 % , 识别时间 115~3 s , 实现了小词汇量连续语音的非特定人的实时识别。
Update : 2008-10-13 Size : 208663 Publisher : tz1985

这是关于支撑向量机算法的matlab程序
Update : 2008-10-13 Size : 67430 Publisher : 杨雨茜

matlab实现,附带数据,并有显示结果图的功能,很方便用的-It s implemented using matlab with data as attachment. It also has the function of showing the result and is very convenient to use.
Update : 2008-10-13 Size : 112112 Publisher : 赵银娣

本书是关于计算机科学与工程领域的基础性研究科目之一——数据结构与算法的专著。 本书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法,为数据结构与算法的继续学习和研究奠定了一个坚实的基础。更为可贵的是,本书不仅仅介绍了理论知识,还提供了50多个应用实例及600多道练习题。 本书内容广博权威,结构清晰合理,是一本全新的有关数据结构与算法的教材,对于计算机科学与工程领域的从业人员也是一本很好的参考书。-the book is on the computer science and engineering fields, the basis for one of the subjects of study -- data structure and algorithm monographs. The book in a brief review of the basic design concept C program on the basis of a comprehensive and systematic introduction of the queue, stack, trees and map basic data structure and the greedy algorithm, divide and conquer algorithm, branch-and-bound algorithm multiple algorithm design methods, data structures and algorithms for continuous learning Research and lay a solid foundation. Even more valuable is that the book not only on the theoretical knowledge but also provided more than 50 application examples and more than 600 Exercises Road. The contents broad authority, a clear and reasonable structure, a new data structure and algorithm mat
Update : 2008-10-13 Size : 11777659 Publisher : 周小川

DL : 0
第一个例子,同样的混合变成,第一部分,是一个不错的vc和matlab结合的例子-first example, the same mixed into, the first part of a good combination of Matlab and vc example
Update : 2008-10-13 Size : 172687 Publisher : 尹俊

人工智能模式识别中基于支持向量机的分类算法在识别领域属于较新的应用-The SVM-based classification algorithm is a kind of new application in the field of artificial intelligence and pattern recognition.
Update : 2008-10-13 Size : 67430 Publisher : rabo

802.11b物理层的simulink建模。模型支持1Mbps, 2Mbps, 5.5Mbps, and 11Mbps 的模式,模型包括帧的生成,BPSK、QPSK调制,巴克码扩展,CCK以及信道频移量的选择和一个AWGN信道。 使用说明:先将压缩包解压缩到一个新文件夹中,改变matlab当前执行目录,然后运行WiFi.mdl文件。 压缩包中包括6个文件:WiFi.mdl,WiFi_lib.mdl,WiFi_init.m,cck_codes.mat,ber_test.m,test_level_1.m。 模型使用标准:IEEE Std 802.11b-1999, 来源于: http://standards.ieee.org/reading/ieee/std/lanman/ -802.11b Physical Layer Simulink modeling. Model support 1Mbps and 2Mbps, 5.5Mbps and 11Mbps and model, model generation, including frames, BPSK, QPSK modulation, Barker Code expansion, CCK and channel frequency shift of choice and an AWGN. Use : first decompress compressed to a new folder and change the current implementation of Matlab directory, and then run WiFi.mdl document. Compressed include six documents : WiFi.mdl, WiFi_lib.mdl, WiFi_init.m, cck_codes.mat, ber_test.m, test_level_1.m. Standard Model : IEEE Std 802.11b-1999, from : http://standards.ieee.org/reading/ieee/std/lanman/
Update : 2008-10-13 Size : 36257 Publisher : 飞的

对Matlab中的遗传算法工具箱进行改进而得到的遗传退火进化算法。可用于一般的最优化问题,求解无约束的或带有线性约束的连续函数的全局最小值。 首先对传统的遗传算法和模拟退火算法进行改进,然后将模拟退火算法引入了遗传算法,结合两种算法的优点,得到一种新的遗传退火进化算法。它不但实现了遗传算法的全局搜索能力与模拟退火算法的局部搜索能力的结合,同时可使改进后的模拟退火算法能够充分利用遗传算法所得的全局信息。经验证,改算法能使遗传算法避免产生早熟收敛,增强了算法的全局收敛性,而且加快了算法的收敛速度。 该算法的使用方法与遗传算法相似,可参考matlab遗传算法的帮助文档。区别在于不能含有非线性约束。 使用格式:[x, fval] = ga_nn(fitnessfcn,nvars,A,b,Aeq,beq,LB,UB,options) 其中的options可以使用gatool设置后导出,也可以使用压缩包中附带的gaoptions.mat导入。
Update : 2009-05-05 Size : 560929 Publisher : fengling981825

Novel Composition Test Functions for Numerical Global Optimization func_test.m is the main program, a basic PSO algorithm PSO_func.m is attached. SIS_novel_func.m is the function program,including six composition functions f=SIS_novel_func(x,func_num) func_num: from 1 to 6 Now it's just for 10D The mat files are the associate data files used in the SIS_novel_func. Using func_plot.m, you could get the 2-D landscape maps for the six functions. reference: J. J. Liang, P. N. Suganthan and K. Deb, "Novel Composition Test Functions for Numerical Global Optimization", IEEE Swarm Intelligence Symposium, pp. 68-75, June 2005.
Update : 2009-10-28 Size : 59653 Publisher : fyg26856469

libsvm-mat-2.86-1
Update : 2009-12-17 Size : 75835 Publisher : wangaiping

Matlab语言由早期专门用于矩阵运算的计 算机语言发展而来,其运算格式与数学格式几乎 一样,程序因此十分简洁。且其具有强大的数值 计算能力、高级图形和可视化数据处理能力,特 别适用于科学计算、图像处理、数据的拟合与可 视化,所以本文选用Matlab语言。 如果能得到模糊函数的精确解析表达式,这 项工作就会十分简单。但现在的雷达信号越来 越复杂,如频率编码信号、码长大的相位编码信 号要计算出其模糊函数的解析表达式很麻烦。 下面以绘制13位Taylor四相码的立体模糊图 为例,说明利用模糊函数的卷积算法、运用Mat- lab语言计算Taylor四相码模糊函数、绘制模糊 图的过程。
Update : 2009-05-05 Size : 2632 Publisher : EXCEEDER007

调用数据文件:训练数据mydata.mat和网络参数datas.mat 然后直接运行fuzzynet.m函数进行训练
Update : 2011-04-01 Size : 7032 Publisher : shachengtaizi

支持向量机的matlab工具箱,版本号3.0.1
Update : 2011-04-05 Size : 80484 Publisher : 578146215@qq.com

DL : 0

Update : 2011-05-20 Size : 10583 Publisher : npp1000

支持向量机
Update : 2011-05-31 Size : 83205 Publisher : wangshuaiqun

科研和工程计算可分为数值计算和符号计算两类。数值计算具有适应性强、应用广泛的优点。MATLAB凭借其卓越的数值计算能力而称雄世界。随着科研领域、工程实践的数字化进程的深入,具有数字化本质的数值计算显得愈益重要。 今天计算机几乎已经普及到每个从事工程和科研的从业人员,普及到每个正在接受理工科培养的学生。计算机软硬件的普及使人们拥有了前所未有的计算潜能,激发了人们质疑旧方法尝试新算法的欲望,鼓舞了人们用新计算能力试探解决实际问题的雄心。 本章内容显著不同于常见的数值计算教科书。本章的讨论围绕MATLAB数值计算资源的正确使用展开。在“最低限度自封闭”的原则下,本章以最简明的方式阐述理论数学、数值数学和MATLAB计算指令之间的内在联系及区别,并尽可能勾画清问题的来龙去脉,以帮助读者克服由于知识跳跃和交叉引起的困惑。 本章的阐述从数值计算的离散数体系开始,此后各节分别涉及:微积分、矩阵和代数方程、随机数发生和统计、多项式运算和卷积、拟合和最小二乘、插值和样条、Fourier分析、微分方程、和优化计算等。 与本书的旧版本相比,本章在拓宽内容覆盖面和加强内容纵深性两方面都做出了较大努力,如本章新增了随机数的重现及非重现控制、高阶统计、全域寻优等节次。 顺便提醒:随书光盘mbook目录下的“ch04_数值计算.doc”文件,保存有该章算例的所有彩色图形;mfile目录上则保存着所有算例中带exm前缀文件名的M文件、MAT数据文件、MDL块图模型文件的电子文档。
Update : 2012-03-19 Size : 12153856 Publisher : axong1990

DL : 0
数四卷,非常好的哦-few IV, very good oh
Update : 2024-05-19 Size : 277504 Publisher : 李小明

DL : 1
华为提供的MAT协议和TCAP文件-Huawei agreement for the MAT and TCAP documents
Update : 2024-05-19 Size : 74752 Publisher : 卢先敏

本书是关于计算机科学与工程领域的基础性研究科目之一——数据结构与算法的专著。 本书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法,为数据结构与算法的继续学习和研究奠定了一个坚实的基础。更为可贵的是,本书不仅仅介绍了理论知识,还提供了50多个应用实例及600多道练习题。 本书内容广博权威,结构清晰合理,是一本全新的有关数据结构与算法的教材,对于计算机科学与工程领域的从业人员也是一本很好的参考书。-the book is on the computer science and engineering fields, the basis for one of the subjects of study-- data structure and algorithm monographs. The book in a brief review of the basic design concept C program on the basis of a comprehensive and systematic introduction of the queue, stack, trees and map basic data structure and the greedy algorithm, divide and conquer algorithm, branch-and-bound algorithm multiple algorithm design methods, data structures and algorithms for continuous learning Research and lay a solid foundation. Even more valuable is that the book not only on the theoretical knowledge but also provided more than 50 application examples and more than 600 Exercises Road. The contents broad authority, a clear and reasonable structure, a new data structure and algorithm mat
Update : 2024-05-19 Size : 11777024 Publisher : 周小川
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.