-
fft
matlab中的FFT使用范例,非常经典(FFT in matlab usage examples, very classic)
- 2013-11-05 17:05:10下载
- 积分:1
-
Desktop
mtalab的NEWMARK方法程序,可用于轴承转子系统的动力学特性分析(The NEWMARK method of Mtalab can be used to analyze the dynamic characteristics of bearing rotor system.)
- 2020-08-23 15:18:17下载
- 积分:1
-
signals
说明: 心电、脉搏信号的提取和处理,心电脉搏特征波提取(Extraction and Processing of ECG and Pulse Signal and Extraction of ECG Pulse Characteristic Wave)
- 2019-04-08 08:48:20下载
- 积分:1
-
uccb
一种基于均匀圆阵的传播算子高分辨算法,能快速准确进行360度的DOA估计(A method based on uniform circular array propagator high resolution algorithm, can be fast and accurate to360 degrees DOA estimation
)
- 2021-04-05 17:49:03下载
- 积分:1
-
xiebiyizhi
基于matlab的电力系统谐波抑制研究。对一座110kv变电站进行建模,并对谐波进行分析。介绍了利用无功补偿进行谐波抑制的措施。(Matlab-based Power System Harmonic Suppression. On a 110kv substation modeling, and harmonic analysis. Introduced the use of reactive compensation for harmonic suppression measures.)
- 2010-05-12 18:00:29下载
- 积分:1
-
EMD_paper
EMD方法最新国外普林斯顿大学论文,有关生物,医疗,故障检测方面(EMD method latest foreign Princeton University thesis, biological, medical, fault detection)
- 2012-11-18 21:14:30下载
- 积分:1
-
Vector-Quantization
在natlab上进行矢量量化的仿真,包括生成码书,训练码字,生成码序列(Simulation vector quantization on natlab, including generating codebook, training codeword generated code sequence)
- 2016-10-21 01:23:56下载
- 积分:1
-
InteractiveFuzzyModelingExercisesforMATLAB
The following fuzzy modeling exercises run in the MATLAB environment. The interaction required by
the user is guided by instructions and editable fields menus. The user can change various parameters of
a system, and execute modeling commands to verify the resulting system. In some exercises, it is also
possible to manually edit the fuzzy system initially generated with the parameters given by the user, in
order to enhance and fine tune the performance of the model.
- 2009-10-09 22:15:22下载
- 积分:1
-
Introduction-to-Electrical-Power-Systems-
This book is a Introduction to Electrical Power Systems and protection.
- 2014-02-14 12:45:24下载
- 积分:1
-
ga
说明: GA算法代码 function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制(GA algorithm code function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制)
- 2012-04-28 18:02:03下载
- 积分:1