资源列表
spso
- 保证全局收敛的随机微粒群算法。当最优粒子的解无进化,则对其位置、速度进行变异,而使算法不致过早收敛,只要迭代次数足够,算法保证全局收敛。-ensure global convergence of random particle swarm algorithm. When the optimal solution without particles of evolution, its location, speed variation, which might not premature conv
clusters
- 协同微粒群算法,用于原子簇的结构优化。协同微粒群算法模型由南非人Frans van den Bergh提出,对高维问题处理的效果要显著优于基本微粒群算法。-synergies PSO algorithm, for the cluster of structural optimization. Synergy PSO algorithm model from South Africa who Frans van den Bergh, for the high-dimensional problem
图象增强
- 该程序首先利用小波变换,然后过滤噪音,最终实现图象边缘效果增强的功能-the procedure using wavelet transform, and then filter the noise, and eventually realizing Edge effects enhanced functionality
计算机控制实验——关于pid部分
- 利用matlab仿真系统的响应,通过对系统的反馈参数的设计比较其输出的不同,并且分析其稳定性。-using Matlab simulation system in response to the system through feedback from the design parameters to compare the different outputs and analysis of its stability.
2005419111324
- 有用的MATLAB图像处理程序,希望对您有帮助-useful MATLAB image-processing program, and I hope to have your help!
arnoldi
- 数值分析中经典的arnoldi算法,用来求解大型矩阵方程组的求解-numerical analysis classic arnoldi algorithm used to solve large matrix equations Solution
watermark LSB代码
- 一LSB的数字水印代码,很好用,代码里面有注释说明-a digital watermark code is useful, code inside annotated
watermarkCDMA代码
- 很不错的程序,里面有详细的注解说明,可以拿来借鉴一下-very good procedure, there are detailed explanatory comments can be used to learn some lessons from
watermark的DCT代码1
- 一个基于DCT域的数字水印代码,里面有详细的注释说明。-This is a digital watermarking sourcecode based on DCT.Attached with detailed comments and explanation.
watermark的DCT代码2
- 有一个机遇DCT域的数字水印算法,里面有详细的注释说明,可以拿来研究-This is a DCT watermarking algorithm attached with detailed comments and explanation, which can be used for research purpose.
mytlab
- myfft是一个自编matlab函数,将输入的采样频率个采样点数建立一个数据库后,取出表中的数据进行fft分析,绘制出时频波形进行比较分析-myfft self Matlab is a function of the input sampling frequency of 000 sampling points after the establishment of a database and extract table data fft analysis, time-frequency map
多种图像边缘检测与分割处理
- 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-code P0401 Note : Prewitt operator to detect