登录
首页 » Matlab » 一个基于单尺度、多尺度、原始的Retinex算法,matlab源代码

一个基于单尺度、多尺度、原始的Retinex算法,matlab源代码

于 2022-07-22 发布 文件大小:5.03 kB
0 89
下载积分: 2 下载次数: 1

代码说明:

虚拟力的无线传感网络覆盖,GPS和INS组合导航程序,考虑雨衰 阴影 和多径影响,包含光伏电池模块、MPPT模块、BOOST模块、逆变模块,直线阵采用切比学夫加权控制主旁瓣比,包含优化类的几个简单示例程序。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • matlab
    说明:  这是一本有关MATLAB的参考书,适合于使用MATLAB或正在打算使用MATLAB的读者。本书另辟蹊径可以借助或不借助MATLAB随带的文档资料让读者自学MATLAB。书中口语化的风格,使读者易于阅读。本书提供了读者精通MATLAB所需的工具。作为编程语言和可视化工具,MATLAB具有丰富的一系列功能,可解决工程、科学计算和数学学科中许多问题。本书的基本目的是通过向读者展示如何有效地使用这些功能来帮助读者增强工作能力。由于MATLAB交互式的性质,书中内容以举例方式来描述。在读者阅读本书的同时, 这些例子可以通过运行MATLAB而再现。(This is a reference book about MATLAB, suitable for use or are planning to use MATLAB MATLAB readers. This book can help open a new path, or without the aid of MATLAB documentation that comes with the reader learning MATLAB. Colloquial style of the book, the reader is easy to read. This book provides readers the tools needed to master MATLAB. As a programming language and visualization tools, MATLAB has a rich range of functions, solve engineering, scientific computing and mathematical disciplines, many of the problems. The basic purpose of this book by showing readers how to effectively use these features to help readers enhance the ability to work. As the interactive nature of MATLAB, the book by way of example, to describe the content. While the reader to read the book, these examples can be reproduced by running the MATLAB. )
    2010-05-04 09:08:25下载
    积分:1
  • 73681096Fingerprint_matlab
    matlab实现的指纹识别,有用GUI做的完整的界面。(matlab implementation of the fingerprint identification, useful to do a complete GUI interface.)
    2011-04-27 19:39:21下载
    积分:1
  • SegmentImage
    image segmentation,very good
    2013-02-11 16:24:49下载
    积分:1
  • OFDM_basic
    OFDM传输系统基本Matlab仿真程序,信道模型为AWGN/多径瑞利信道,调制方式可选择QPSK/16QAM/64QAM(OFDM transmission system basically Matlab simulation program, channel model for AWGN/Multipath Rayleigh channel, selectable modulation QPSK/16QAM/64QAM)
    2021-04-12 09:48:57下载
    积分:1
  • energyEMD
    说明:  是MATLAB背景下的EMD分解程序,经过试验,可以正常调用,欢迎下载。(It is an EMD decomposition program in the background of MATLAB. After testing, it can be called normally. Welcome to download.)
    2020-06-04 11:40:40下载
    积分:1
  • pso
    说明:  用一种粒子来模拟上述的鸟类个体,每个粒子可视为N维搜索空间中的一个搜索个体,粒子的当前位置即为对应优化问题的一个候选解,粒子的飞行过程即为该个体的搜索过程.粒子的飞行速度可根据粒子历史最优位置和种群历史最优位置进行动态调整.粒子仅具有两个属性:速度和位置,速度代表移动的快慢,位置代表移动的方向。每个粒子单独搜寻的最优解叫做个体极值,粒子群中最优的个体极值作为当前全局最优解。不断迭代,更新速度和位置。最终得到满足终止条件的最优解。(Each particle can be regarded as a search individual in the n-dimensional search space, the current position of the particle is a candidate solution of the corresponding optimization problem, and the flight process of the particle is the search process of the individual. The flight speed of the particle can be dynamically adjusted according to the historical optimal position of the particle and the historical optimal position of the population There are two attributes: speed and position. Speed represents the speed of movement and position represents the direction of movement. The optimal solution searched by each particle is called individual extremum, and the optimal individual extremum in particle swarm optimization is the current global optimal solution. Iterate continuously to update the speed and position. Finally, the optimal solution satisfying the termination condition is obtained.)
    2021-04-13 20:47:01下载
    积分:1
  • 捕鱼问题源代码,解决捕鱼问题,建立微分方程进行求解
    捕鱼问题源代码,解决捕鱼问题,建立微分方程进行求解-Fishing in the source code to resolve fishing issues, the establishment of differential equations to solve
    2022-01-22 03:36:08下载
    积分:1
  • rgbcube
    说明:  RGB空间图像到CuCb空间的转换,输入一个RGB图像,可以得到一个CuCb空间的图像!(RGB space image to CuCb space conversion, enter a RGB image, you can get a CuCb space images!)
    2011-03-16 00:20:00下载
    积分:1
  • 插帧
    说明:  图像处理,通过matlab程序实现视频插帧的功能(Image processing and video frame insertion through MATLAB program)
    2020-08-18 15:58:22下载
    积分:1
  • toolforSGAPublic
    说明:  SGA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行 优化。 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉; 单点变异,浮点变异;(SGA (Simple Genetic Algorithm) is a powerful smart multi-variable optimization algorithm, which mimics the reproduction of law to be optimized. The SGA can be optimized variables, minimum, maximum, (when the function will last for the minimum is) and support for floating-point encoding, grey code, binary code round of betting method selection, tournament selection single-point crossover, uniform Cross, floating-point crossover single point mutation, floating-point mutation )
    2011-02-18 22:30:47下载
    积分:1
  • 696516资源总数
  • 106752会员总数
  • 15今日下载