-
SharpNumerical-Methods-using-Matlab
Numerical Methods using Matlab - very nice source codes
- 2011-12-04 06:10:41下载
- 积分:1
-
Functioal-Network
fMRI算功能网络。输入资料为90个AAL脑区的BOLD均值,输出为二值网络(fMRI count function network. The input data for AAL 90 brain regions the BOLD mean, output binary network)
- 2012-10-29 11:34:02下载
- 积分:1
-
Simulation_of_a_variety_of_LMS_Algorithm
改进LMS法 变步长与泄漏的LMS算法、改进极性LMS法(Improved LMS method LMS algorithm for variable step size and leakage, improved polarity LMS method)
- 2018-07-08 21:26:16下载
- 积分:1
-
Matlab_JiangYi
matlab实用教程,非常好,上手很快,先把基本的学会以后更好拓展。(matlab practical course, very good, to get started quickly, first learn the basic of a better future expansion.)
- 2010-12-22 22:04:58下载
- 积分:1
-
MatlabMPI_v0.95.tar
Matlab MPI for Windows and Linux version 0.95.
- 2011-01-20 06:40:30下载
- 积分:1
-
lbp_matlab
局部二进制模式LBP,介绍了三种不同的LBP算子,用于分析图像的局部纹理特征.(local binary mode LBP, introduced three different LBP operator, Image Analysis for the local texture characteristics.)
- 2007-05-21 19:41:57下载
- 积分:1
-
xiaobo
建立小波神经网络负荷预测模型,并对小波神经网络的节点(输入层、中间层、输出层)进行选择,并选用合适的小波神经网络的训练函数,提高收敛速度和负荷预测精度。(The establishment of wavelet neural network load forecasting model, and wavelet neural network nodes (input layer, middle layer, output layer) to select and choose the appropriate wavelet neural network training function to improve the convergence speed and the load forecast accuracy.)
- 2020-11-10 20:09:46下载
- 积分:1
-
Analysis-of-chaotic-time-series
程序作用是用于典型混沌时间序列的混沌特性分析。(Application for analysis chaotic characteristics of typical chaotic time series.)
- 2013-09-06 09:02:43下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
11223344
一篇关于空时码的论文,我看过了,觉得不错,希望对大家有用(A thesis about the space-time code, I have read, I feel good, hope to be useful)
- 2012-10-25 21:31:34下载
- 积分:1