-
RGB-to-hsi
matlab实现的RGB空间转换到HSI空间,以供参考(matlab realize RGB space conversion to HSI space for reference)
- 2013-12-05 13:03:08下载
- 积分:1
-
edge_detection
Edge detection in matlab
- 2010-01-10 10:28:18下载
- 积分:1
-
RTW-Simulintion-Technology
RTW是一种可以将MATLAB与ARM或其他嵌入式平台很好的联系起来的半实物仿真技术,开发者在文本编辑器中按照相应的规范完成代码的编写之后,在matlab的commond window中进行编译,就可以得到相应的动态链接库文件,进而在simulink中定制自己的模块。本文件中包含了几种DIY模块的源码以及动态链接库文件,如有关于RTW方面的疑问请与我联系,欢迎探讨。(RTW MATLAB with ARM or other embedded platforms a good link loop simulation technology development completed in accordance with the specifications in a text editor code, compile matlab commond window, you can get the dynamic link library file, and then customize their own module in simulink. This document contains the of several DIY module source code, and dynamic link library files, if any doubt about RTW please contact me, welcome to explore.)
- 2013-03-29 16:49:44下载
- 积分:1
-
IGSreadN
matlab编写的读取IGS广播星历文件(.n)文件的程序。读取完成后将数据分类储存为cell格式和struct格式。(Matlab prepared to read IGS broadcast ephemeris file (.N) file procedures. After reading is finished, the data is sorted into cell and struct format.)
- 2017-08-31 21:29:30下载
- 积分:1
-
cross_position
用来计算十字交叉点的中心位置,可以达到亚像素精度,在三维重建中经常会在物体表面做标志,本算法用于计算十字标记中心(to calculate the center of a cross image)
- 2009-05-06 20:27:03下载
- 积分:1
-
chapter1
说明: 《数字图像处理与机器视觉:Visual C++与Matlab实现》1
图像的点运算,图像的几何变换,空间域图像增强(" Digital image processing and machine vision: Visual C++ and Matlab to achieve" an image of the point operation, image geometric transformation, spatial domain image enhancement)
- 2010-04-22 08:51:50下载
- 积分:1
-
emd
经验模态分解分析噪声信号,带源码,初学者可参考(Empirical mode decomposition analysis of noise signal, with source code, beginners can reference)
- 2012-04-26 13:01:46下载
- 积分:1
-
Gibbs-to-matlab
在Matlab中利用傅里叶变换求解波动方程,快速简便(Fourier transform to solve the wave equation in Matlab, quick and easy)
- 2012-09-25 02:12:03下载
- 积分: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
-
SCFAR
Switching-CFAR Processor
- 2012-01-31 00:08:14下载
- 积分:1