-
SARImgMatlab
SAR成像的算法,是一些比较基本的成像成像程序,对sar成像的入门应该比较有帮助的(SAR imaging algorithms, it is some of the more basic imaging imaging procedures, imaging sar entry should be more helpful)
- 2020-11-27 11:39:31下载
- 积分:1
-
Harris-corner-detector
Harris detector
The code calculates the Harris Feature Points When you execute the code, the test image file opened and you have to select by the mouse the region where you want to find the Harris points, then the code will print out and display the feature points in the selected region. You can select the number of FPs by changing the variables max_N & min_N
- 2009-11-03 05:57:20下载
- 积分:1
-
MATLAB
MATLAB(矩阵实验室)是MATrix LABoratory的缩写,是一款由美国The MathWorks公司出品的商业数学软件。MATLAB是一种用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境。除了矩阵运算、绘制函数/数据图像等常用功能外,MATLAB还可以用来创建用户界面及与调用其它语言(包括C,C++和FORTRAN)编写的程序。(MATLAB (MATrix LABoratory) is The abbreviation of MATrix LABoratory, is a by The United States The MathWorks company production of a commercial mathematical software. MATLAB is a kind of for algorithm development, data visualization, data analysis and numerical calculation of senior technical computing language and interactive environment. Besides drawing function/data image matrix operations, commonly used functions, such as MATLAB can also be used to create the user interface and the calls to other languages (including C, C++ and FORTRAN) program.
)
- 2013-10-18 17:44:50下载
- 积分: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
-
matlab-camera-interface-code
this is camera interface code for matlab.
- 2013-12-28 12:03:03下载
- 积分:1
-
一个阴影去除算法,matlab程序
有详细的注释,对信号进行频谱分析及滤波,感应双馈发电机系统的仿真,是本科毕设的题目,鲁棒性好,性能优越,采用了小波去噪的思想。
- 2022-03-29 00:19:13下载
- 积分:1
-
sx004
简易教程,说明了matlab环境下simulink的部分编码例子(Easy tutorial on the part of matlab simulink environment example code)
- 2011-05-09 10:51:06下载
- 积分:1
-
Algorithm-Collections-for-Digital-Signal-Processi
Algorithm Collections for Digital Signal Processing Applications using Matlab - E.S. Gopi
- 2014-02-25 23:08:05下载
- 积分:1
-
APF
SVPWM控制的有源滤波器matlab simulink仿真(Matlab Simulink simulation of active filter based on SVPWM control)
- 2018-04-24 15:31:23下载
- 积分:1
-
使用生物特征识别数字水印的数字图像的著作权保护
有效数字图像版权保护方法的发展最近已成为紧迫和必要的要求,在多媒体行业由于不断增加的未经授权的操纵和繁殖的原始数字对象。
数字水印技术的新技术由许多专家被提倡,这种多媒体版权保护问题的最佳方法。其预期数字水印技术将有大跨度实际应用程序 (如数码相机、 医学影像、 图像数据库和视频点播系统,在许多其他之中。
要有效的数字水印方法的顺序应该是觉察不到,和鲁棒的常见图像操作像压缩、 过滤、 旋转、 缩放裁剪,许多其他数字信号处理操作之间的碰撞攻击。
- 2022-09-14 07:05:03下载
- 积分:1