-
ShortEst
matlab最短路的贪心算法,用VC++实现,把ShortEst.dll复制到matlab工作文件夹运行(先要运行mex-setup,关联VC与MATLAB)调用方法如
a = [-1,2,3 2,-1,4 3,4,-1]
ShorstEst(a)
即可(matlab most short-circuit the greedy algorithm, using VC++ to achieve, and copy it to ShortEst.dll working folder matlab run (first run mex-setup, associated VC with MATLAB) method call, such as a = [-1,2,3 2,-1,4 3,4,-1] ShorstEst (a) can)
- 2009-02-03 15:25:48下载
- 积分:1
-
k_clique
[X,Y,Z] = k_clique(k,A)
Inputs:
k - clique size
A - adjacency matrix
Outputs:
X - detected communities
Y - all cliques (i.e. complete subgraphs that are not parts of larger complete subgraphs)
Z - k-clique matrix(k-clique algorithm as defined in the paper Uncovering the overlapping community structure of complex networks in nature and society - G. Palla, I. Derényi, I. Farkas, and T. Vicsek- Nature 435, 814–818 (2005))
- 2015-10-20 16:17:08下载
- 积分:1
-
DVHOP
该程序在matlab环境下完成DV HOP算法的实现。可算出最短路经算法计算节点间跳数、每个信标节点的校正值并可用用跳数估计距离。(err)
- 2008-06-18 00:38:48下载
- 积分:1
-
imagehide
直接将秘密图像的高4bit隐藏在RGB载体图像的R,G,B层中所选的那一层的低4bit(Directly to the secret image hidden in the high-4bit RGB vector images R, G, B layer, then a layer of selected low-4bit)
- 2010-05-17 14:48:45下载
- 积分:1
-
pfc_NR
% 该Matlab程序基于牛顿-拉夫逊算法,用于计算已知导纳矩阵、PQ节点、PV节点、平衡节点(UA)的电力网络潮流
% U - 各节点母线电压 S - 各节点注入功率 S_net - 电力网络总损耗
% PQ_P - 实算PQ节点注入有功功率 PQ_Q - 实算PQ节点注入无功功率
% delt_PQ_P - 实算PQ节点有功功率修正值 delt_PQ_Q -实算PQ节点无功功率修正值
% delt_UA_P - 实平衡节点有功功率修正值 delt_U_2 - 实平衡节点电压平方修正值
% delt_PQV - 实算P Q U^2修正值 J - 雅可比矩阵
% e - 电压实部 f - 电压虚部 delt_ef - 电压实部与虚部修正值( The Matlab program based on the Newton- Raphson algorithm is used to calculate the admittance matrix is known, PQ node, PV node, the node balance (UA) the trend of the electricity networks U- the node bus voltage S- each node injection power S_net-- The total loss of electric power networks PQ_P- operator PQ is injected into active nodes PQ_Q- operator PQ is injected reactive power node delt_PQ_P- is considered the correct value of active power PQ node delt_PQ_Q- really count PQ node reactive power to amend the value of delt_UA_P- real active power balance of the correct value of the node delt_U_2- node voltage balance is the correct value of the square of delt_PQV- really count PQU ^ 2 the correct value of J- Jacobian matrix e- voltage real part f- the imaginary part of voltage delt_ef- voltage real part and imaginary part of the amendment value)
- 2006-11-06 21:20:24下载
- 积分:1
-
cyclic_coder
(7,4)系统循环码编码器
code_out = cyclic_coder(code_in)
该系统循环码编码器的生成多项式是g(x) = x^3 + x + 1
输入参数code_in是信息码字,是1×4的行向量;输出code_out是编码后的系统
循环码字,是1×7的行向量。
函数运行时,同时画出输入信息码字和循环码字的波形图。( (7,4) cyclic code system Encoder code_out = cyclic_coder (code_in) cyclic code encoder of the system generating polynomial is g (x) = x ^ 3+ x+ 1 of information input parameters code_in code word is 1 × 4 row vector output code_out System is encoded codeword cycle, the row is 1 × 7 vector. Function to run at the same time draw the input code word and code word cycle waveform.)
- 2011-08-15 21:48:28下载
- 积分:1
-
功率谱密度
用于计算表面粗糙度功率谱密度,及将二维功率谱密度转换为一维功率谱密度(It is used to calculate the power spectral density of surface roughness and transform the two-dimensional power spectral density into one dimensional power spectral density.)
- 2021-01-13 22:18:47下载
- 积分:1
-
matlab
直方图图像均衡化和规定划、以及加性噪声,如拖尾脉冲噪声,高斯脉冲噪声(自适应方法)、和椒盐噪声等等各种噪声的添加噪声和去除噪声的MATLAB代码(Histogram equalization and provisions of the planning image, and additive noise, such as trailing impulse noise, Gaussian pulse noise (adaptive approach), and salt and pepper noise, etc., add all the noise noise noise and remove the MATLAB code)
- 2010-07-04 10:39:24下载
- 积分:1
-
Ecualizador-Gui
ecualizador y grafica de audio (GUI)
- 2013-10-19 01:27:27下载
- 积分:1
-
case_study_2
matelab关于风电最大功率跟踪控制的simulink仿真,比较了传统的控制方法和信号搜索方法。(matelab About Wind Power Maximum Power Tracking Control of simulink simulation to compare the traditional control method and signal search method.
)
- 2014-02-16 20:31:03下载
- 积分:1