-
shili
说明: 包含32个图形应用matlab 编程实例,是matlab初学者的优秀参考资料。(Contains 32 graphics applications matlab programming examples, matlab beginners is an excellent reference.)
- 2008-11-11 15:24:52下载
- 积分:1
-
mantiu_V7.2
小波包分析提取振动信号中的特征频率,模拟数据分析处理的过程,用于信号特征提取、信号消噪。( Wavelet packet analysis to extract vibration signal characteristic frequency, Analog data analysis processing, For feature extraction, signal de-noising.)
- 2016-10-12 20:21:44下载
- 积分:1
-
USPS2Bsvm
自己用支持向量机编的一个小程序,很好的实现了分类(Their series with support vector machine is a small program achieved very good classification)
- 2010-09-15 20:41:52下载
- 积分:1
-
GUI_of_matlab
GUI制作中文资料,以中文的形式介绍如何在matlab中实现创建GUI 界面(Chinese GUI production information to the Chinese in the form of matlab on how to create a GUI interface to achieve)
- 2009-04-12 10:23:44下载
- 积分:1
-
triangle
triangle-Mesh generation- FEM-electromagnetic
- 2013-07-12 04:28:19下载
- 积分:1
-
SVPWM3
完整的基于空间矢量控制(SVPWM)的逆变器仿真模型,外接有LC滤波,可供观测逆变器输出量(Space vector based on complete (SVPWM) simulation model of inverter control, external LC filter, can be used for observation the inverter output)
- 2015-03-30 19:03:03下载
- 积分:1
-
daima
基于matlab的QPSK实现,包含高斯信道和理想信道的调制、解调、星座图、功率谱以及误码率,有详细注释,很值得参考,绝对可以用(Based on matlab QPSK implementation, including gaussian channel and ideal channel modulation and demodulation, constellation diagram, power spectrum and the bit error rate, has detailed notes, is worth reference, can be used absolutely
)
- 2014-06-23 11:25:08下载
- 积分:1
-
AM_FM_PM_ASK_FSK_PSK_MSK_matlab
这个文件包含了AM、FM、PM、ASK、FSK、PSK、MSK调制解调的MATLAB程序,并以文档的形式总结下来。(This file contains the AM, FM, PM, ASK, FSK, PSK, MSK modulation and demodulation MATLAB program, and conclude in the form of the document.)
- 2016-04-17 21:43:52下载
- 积分:1
-
cvbymasonde
马颂德所著的计算机视觉书,理论与算法介绍(computer vision written by masongde)
- 2010-08-11 12:26:37下载
- 积分:1
-
BruteSearch
K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载( The following utilities are provided:
- Nearest neighbor
- K-Nearest neighbors
- Radius Search
They al supports N-dimensions and work on double, it is possible to choose if return the distances.
Here is a time comparison with a vectrized m-code:
N=1000000 number of reference points
Nq=100 number of query points
dim=3 dimension of points
k=3 number of neighbor
tic
[idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX
toc
tic
[idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE
toc
p=rand(N,dim)
qp=rand(Nq,dim)
Output:
Elapsed time is 0.962640 seconds.
Elapsed time is 18.813100 seconds. )
- 2009-03-30 08:08:08下载
- 积分:1