-
Face_Recognition_System-zubair_and_suvidha
face recognition with matlab source code.this is not real code do not try for this.okey this just for verification
- 2013-02-02 00:21:40下载
- 积分: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
-
OFDM
4篇ofdm经典论文,涉及OFDM系统中定时、频率偏移估计算法、符号同步(foud ofdm famous paper)
- 2014-04-15 15:29:32下载
- 积分:1
-
LFPG
说明: 啁啾光栅的光谱模拟分析啁啾光栅的光谱模拟分析啁啾光栅的光谱模拟分析(grating reflection spectrum simulation)
- 2011-03-30 09:43:43下载
- 积分:1
-
GAstonefitness
利用matlab中关于遗传算法的函数求解函数的最优解,这是一个段示例(Genetic algorithm using matlab function regarding the optimal solution for solving function, which is an example of a segment)
- 2013-10-10 06:58:54下载
- 积分:1
-
libsvm-3.19
最新版SVM工具箱libsvm-3.19(Support vector machine SVM toolbox for data parameters of the classification and regression, simple and easy to use, strong generalization ability)
- 2014-10-29 22:10:06下载
- 积分:1
-
37724077quzao
信号处理 滤波 去噪声 形态学的应用于信号处理方面(Morphological filtering)
- 2017-08-05 17:40:22下载
- 积分:1
-
weightpercent
Returns weighted percentiles of a sample given the weight vector w
% The idea is to give more emphasis in some examples of data as compared to
% others by giving more weight. For example, we could give lower weights to
% the outliers.
% The motivation to write this function is to compute percentiles for Monte
% Carlos simulations where some simulations are very bad (in terms of goodness
% of fit between simulated and actual value) than the others and to give
% the lower weights based on some goodness of fit criteria.(Returns weighted percentiles of a sample given the weight vector w The idea is to give more emphasis in some examples of data as compared to others by giving more weight. For example, we could give lower weights to the outliers. The motivation to write this function is to compute percentiles for Monte Carlos simulations where some simulations are very bad (in terms of goodness of fit between simulated and actual value) than the others and to give the lower weights based on some goodness of fit criteria .)
- 2007-11-02 14:41:18下载
- 积分:1
-
ejsr_27_1_15
Simulation of Dynamic Voltage Restorer Using Hysteresis Voltage Control
- 2010-03-07 12:23:52下载
- 积分:1
-
dsp
DSP 计算SNR,SINAD,SFDR,THD(DSP calculate SNR,SINAD,SFDR,THD)
- 2020-06-29 00:20:02下载
- 积分:1