-
jacobi.m
jacobi solves the equation System A x = b with a Jacobi-Iteration
[x] = jacobi(A,b,omega)
- 2009-10-25 00:53:59下载
- 积分:1
-
exc_dc12
analyzes the power systems in normal steady-state operation. There exist a number of software implementations of power flow studies.
- 2011-07-13 23:42:29下载
- 积分:1
-
segmeeeeeeeeeeeeeee.tar
A general technique for the recovery of signicant
image features is presented. The technique is based on
the mean shift algorithm, a simple nonparametric pro-
cedure for estimating density gradients. Drawbacks of
the current methods (including robust clustering) are
avoided. Feature space of any nature can be processed,
and as an example, color image segmentation is dis-
cussed. The segmentation is completely autonomous,
only its class is chosen by the user. Thus, the same
program can produce a high quality edge image, or pro-
vide, by extracting all the signicant colors, a prepro-
cessor for content-based query systems. A 512 512
color image is analyzed in less than 10 seconds on a
standard workstation. Gray level images are handled
as color images having only the lightness coordinate(A general technique for the recovery of sig ni cannot image features is presented. The techni que is based on the mean shift algorithm, a simple nonparametric pro-cedure for estimat ing density gradients. Drawbacks of the curren t methods (including robust clustering) are av oided. Feature space of any nature can be proces sed, and as an example, color image segmentation is dis-cussed. The se gmentation is completely autonomous. only its class is chosen by the user. Thus, the same program can produce a high quality edge image, or pro-vide. by extracting all the signi cannot colors, a prepro- cessor for content-based query syste ms. A 512,512 color image is analyzed in less than 10 seconds on a standard workstation. Gray 4ISR l images are handled as color images having only the lightness c)
- 2007-05-15 14:51:01下载
- 积分:1
-
analog-modulation
基本模拟调制及其功率谱密度函数,有图的仿真结果,可以比较直观的进行理解(The basic analog modulation and power spectrum density function, a simulation results, can be more intuitive to understand)
- 2014-10-30 10:39:40下载
- 积分:1
-
rcosdomo
说明: 采用窗函数法设计一个可实现的数字FIR升余弦脉冲成形滤波器xtuanna(Use of window functions can be implemented to design a digital FIR raised cosine pulse shaping filter .xtuanna)
- 2010-04-22 10:56:17下载
- 积分:1
-
pso_more
说明: 将标准微粒群算法进行改进,从而解决标准PSO算法的容易陷入局部最优解的情况。(The standard particle swarm algorithm is improved so as to solve the standard PSO algorithm is easy to fall into local optimal solution of the situation.)
- 2011-04-05 17:27:47下载
- 积分:1
-
buck_Configurable_PWM
Simulink model of configurable buck converter model.
- 2014-11-10 09:44:16下载
- 积分:1
-
cnet
(eccv10)Features Image Matching[matlab]源代码((eccv10)Features Image Matching[matlab])
- 2013-11-06 14:21:19下载
- 积分:1
-
ahok-pillar
information about ashok pillar
- 2014-02-13 00:29:54下载
- 积分:1
-
NMF-DTU-Toolbox
matlab源代码,是非负矩阵分解工具箱,包含乘法更新,最小二乘约束,投影梯度法等方法(Usage:
[W,H] = nmf(X,K,alg,maxiter,speak)
W: output matrix
H: output matrix
X: input matrix
K: number of components
alg: algorithm to use
maxiter: maximum number of iterations
speak: print to screen
Algorithms:
mm: Multiplicative updates method using euclidean distance measure.
cjlin: Projected gradient method
prob: Probabilistic non-negative matrix factorization.
als: Alternating least squares.
alsobs: Alternating least squares with optimal brain surgeon.
Demonstrations:
PET: NMF on a PET dataset
Text: NMF used on a three different datasets Email, medical, and CNN.
Algorithms
mm: Multiplicative update method using euclidean distance measure.
Described in Lee and Seung, 2001, Algorithms for Non-negative Matrix Factorization, Advances in Neural Information Processing Systems 13, 556-562. This algorithm is the most commonly used algorithm to solve NMF.
cjlin: Alternative non-negative least squares using projected gradients.
Author: Chih-Je)
- 2021-04-22 19:28:48下载
- 积分:1