-
sang
说明: 一种基于信息熵的Matlab端点检测算法,抗噪性能比较好(Matlab based on information entropy of the endpoint detection algorithm, better anti-noise performance)
- 2010-04-09 19:34:30下载
- 积分:1
-
matpower4.0b3
最新的matpower工具箱,可用于各种用于潮流计算和最优潮流的计算,包括连续潮流和最优潮流(The latest matpower toolbox can be used for a variety of flow calculation and optimal power flow for the calculation, including the continuation power flow and optimal power flow)
- 2010-05-27 19:10:06下载
- 积分:1
-
Optimal-Control
优化控制 香蕉函数 高斯法 梯度法等的应用 寻找满足条件的最优解(Optimal control banana function Gauss gradient method and other applications seeking the optimal solution to meet the conditions)
- 2013-09-04 14:37:08下载
- 积分:1
-
bbv
论文调研了复杂网络的结构特征,基于复杂网络的方法对在线社会网络的多种属性进行了分析,并利用MATLAB仿真工具对在线社会网络数据源进行了仿真,论文重点分析了在线社会网络的度分布、集聚系数、平均最短路径三个基本特征量,仿真实验结果表明在线社会网络具有小世界特性和无标度特性;然后,基于节点收缩的方法对网络节点重要性进行评估,根据节点重要度找出在线社会网络中的核心节点;进而,采用标签传播算法对在线社会网络进行社团划分,改进了算法的结条件,可在不影响划分结果的前提下,大大提高了运算效率。(Studies show that many social networks have the characteristics of the complex network, researching the basic characteristics of the network can help us to understand the various characteristics of social network By researching the importance of network nodes, we can find the Hub node of the network, it provides the basis of preventing the malicious attacks, protecting critical node or getting a better network transmission By researching the community structure of network can help us understand the relationship between the individual networks and achieve the maximization of network availability.)
- 2015-03-18 23:15:07下载
- 积分:1
-
LFM
线性调频信号频谱及匹配滤波方面的源代码,供大家参考,(LFM signal spectrum and matched filter area of the source code for reference,)
- 2007-07-27 23:32:03下载
- 积分:1
-
2006112215126
基于混沌理论构建的信号检测系统具有敏感微弱周期信号和对噪声有强免疫力的特点,用于微弱信号检测领
域优势明显。实验室内研究需要产生包括混沌噪声在内的各种噪声,并叠加微弱周期信号作为微弱信号检测系统的信号
源。介绍一种基于LabVIEW平台并结合Matlab计算模块的混沌噪声发生器,可产生典型的3种混沌噪声:Logistic,Duff2
ing,Lorenz形式。该发生器将LabV IEW易于接口实现和Matlab计算精度高、编程简捷的特点相结合,具有结构清晰、通用
性强、易于实现、使用方便的特点。
(Built based on chaos theory, sensitive signal detection system with weak periodic signal and has a strong immunity to noise characteristics of the area for weak signal detection have obvious advantages. Laboratory studies need to generate, including noise, chaos, including a variety of noise and superimposed weak periodic signal as a weak signal detection system, signal source. Introduction of a platform based on LabVIEW and Matlab calculation module with the chaotic noise generator can produce the typical three kinds of chaotic noise: Logistic, Duff2 ing, Lorenz form. The generator will be LabV IEW easy interface, and Matlab calculation of high accuracy, simple programming features combined with a clear structure and versatility, easy to implement, easy to use features.)
- 2009-12-01 16:30:50下载
- 积分:1
-
HVDC
自己做的高压直流输电的半边模型,采用定电流控制。在普通12脉波高压直流输电的基础上,替换b、c相的变压器为移相变压器,消除了11、13次谐波。(HVDC own half model, using the constant current control. On the basis of the normal 12-pulse HVDC, replacing b, C-phase transformer for the phase-shifting transformer, eliminating 11,13 harmonics.)
- 2013-03-13 00:37:50下载
- 积分:1
-
Spatial-Complex-MIMO-ZF
Spatial Complex, 2*2 MIMO, 2 transmitter 2 reciever, use Zero Force techniques.(Spatial Complex, 2* 2 MIMO, 2 transmitter 2 reciever, use Zero Force techniques.)
- 2014-02-20 03:15:38下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
hole_ASM
用角谱法计算菲涅尔衍射图样,计算出后加上GS算法即可得出全息图(Fresnel diffraction pattern is calculated using the angular spectrum method, after adding GS algorithm to calculate the hologram can be derived)
- 2014-09-22 19:50:27下载
- 积分:1