-
WindModel-master
Traditional fire detection algorithms mainly rely on hot spot detection using thermal infrared (TIR) channels with fixed or contextual
thresholds. Three solar reflectance channels (0.65 μm, 0.86 μm, and 2.1 μm) were recently adopted into the MODIS version 4 contextual
algorithm to improve the active fire detection.
- 2015-02-14 04:51:39下载
- 积分: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
-
LDA
example: 演示程序
creatData:生成数据
creatTrainLabelMat:生成数据标签
LDA:提取fisherface
knnRecognition:knn分类器
knnsearch:knn搜索(example: demo creatData: generate data creatTrainLabelMat: generating data label LDA: Extract fisherface knnRecognition: knn classifier knnsearch: knn search)
- 2013-11-20 19:05:10下载
- 积分:1
-
SimDataAnalysis
输出仿真结果的频谱图、相图、时间历程和庞加莱截面(The frequency spectrum of the output of the simulation results, the phase diagram, time course, and Poincare)
- 2021-03-07 18:39:29下载
- 积分:1
-
gray-matching
matlab 的灰度匹配算法例子,简单易懂,对初学的人比较适用(gray matching algorithm matlab example, easy to understand, more suitable for beginners who)
- 2014-02-24 23:01:33下载
- 积分:1
-
AprioriSample
apriori的matlab实例,大家可以参考一下。(the sample of apriori algorithm)
- 2009-06-30 02:24:43下载
- 积分:1
-
PowerControlinWireles
本文提出一种联合盲自适应梯度算法的功率控制算法,该算法同时对功率向量和接收滤波器权向量进行迭代更新。仿真结果表明,采用本文提出
的功率控制算法, 在系统内用户发射总功率一定的条件下, 可以获得更高的用户信干比和更大的系统容量。(Throughout the monograph, we highlight the use of mathematical
language and tools in the study of power control, including optimiza-
tion theory, control theory, game theory, and linear algebra. Practical
implementations of some of the algorithms in operational networks are
discussed in the concluding chapter. As illustrated by the open prob-
lems presented at the end of most chapters, in the area of power control
in cellular networks, there are still many under-explored directions and
unresolved issues that remain theoretically challenging and practically
important.)
- 2011-01-10 15:35:21下载
- 积分:1
-
Hys
hysteresis current control method
single phase inverter
current source
- 2010-06-01 14:50:09下载
- 积分:1
-
[3x4]
三乘四二维数组 求所有元素中最大值,这个程序很简单的,大家看看就好(Three in four two-dimensional array for all elements in the maximum)
- 2015-02-07 15:16:19下载
- 积分:1
-
delineator
基于动脉血压波形的描绘器,ABP波包含许多重要的生理信息,这是通过寻找波峰波谷来分析ABP波(On an automatic delineator for arterial blood pressure waveforms)
- 2012-07-03 17:01:40下载
- 积分:1