-
DCT-watering
说明: 基于DCT的数字水印技术论文,及相关的源代码(ji yu DCTde shuzi shuiyin jishu ,ji xiangguan wendang )
- 2011-04-13 13:20:23下载
- 积分:1
-
ofdmwaterfilling
说明: 注水算法的简单应用程序,通过简单的实例实现注水算法(water fillling program)
- 2011-04-18 13:43:31下载
- 积分:1
-
PMSM-good
各种可直接运行的matlab simulink的电机模型(Variety can be directly run matlab simulink motor model)
- 2013-11-21 10:11:40下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
miillingSLD
说明: 输入各模态参数,即可获得铣削稳定性叶瓣图(SLD)(By inputting the modal parameters, andthe milling stability lobe diagram can be obtained.)
- 2020-09-20 13:37:53下载
- 积分:1
-
case300
这是一个标准的三百节点IEEE-30测试系统数据(This is a standard IEEE-30 300-node test system data)
- 2009-03-31 10:52:56下载
- 积分:1
-
cycloconverter
it is single phase cycloconverter used in many ways to control the frequency or rather would say reduce the frequency to control the speed of motor but here iam using only resistive load because my teacher only give me this project.
To use simulink please change the solver type to ode23tb
- 2013-12-20 14:18:37下载
- 积分:1
-
dvbs2
This program shows all possible проверочые matrixes applied in standard DVBS2 for coding LDPC
- 2010-11-20 07:21:17下载
- 积分:1
-
Multilabel-Image-Classification-via-High
Four crucial issues are considered by the proposed HoAL: 1) unlike binary cases, the selection granularity for multilabel active learning need to be fined from example to examplelabel pair 2) different labels are seldom independent, and label correlations provide critical information for efficient learning 3) in addition to pair-wise label correlations, high-order label correlations are also informative for multilabel active learning and 4) since the number of label combinations increases exponentially with respect to the number of labels, an efficient mining
method is required to discover informative label correlations
- 2014-09-03 02:03:47下载
- 积分:1
-
(eWiley)IndependentComponentAnalysis
关于ICA的经典书籍,理论与应用兼顾,研究盲信号分离的必备参考。(ICA on the classic books, balance between theory and application, research Blind Signal Separation of essential reference.)
- 2007-01-22 16:05:48下载
- 积分:1