-
matlab
数值分析+matlab经典算法的源程序数学类、资料共享(Classical numerical algorithm+ matlab source mathematics classes, information sharing)
- 2010-12-07 19:54:41下载
- 积分:1
-
liftingscheme
提升函数lwt函数和lsinfo函数的函数功能,语法格式及使用说明,简单易懂(Lwt function and enhance the function function function function lsinfo, grammar format and instructions for use, easy to understand)
- 2011-01-06 11:12:38下载
- 积分:1
-
三弯矩插值
说明: 三弯矩插值法
lagrange多项式插值
多项式最小二乘法
龙贝格积分法
分段线性插值
三转角插值
这些是数值分析中常用的集中经典方法,运用matlab展示出来!(three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle interpolation three interpolation these numerical analysis is commonly used in concentrated classical methods, and use Matlab show!)
- 2006-01-13 18:29:50下载
- 积分:1
-
histeq
自己编的直方图均衡化matlab源码,可以实现图像的直方图均衡(own addendum to the histogram equalization Matlab source, the image histogram equalization)
- 2007-07-10 20:44:11下载
- 积分:1
-
Optimal-Estimation-of-Dynamic-System
说明: 经典最优统计的书,涉及到很多图像处理的方法,可以一读(09 CVPR article on the code to the fog, the classic image processing methods, you can change image to see different results.)
- 2011-03-07 13:54:36下载
- 积分:1
-
jacobianmatrix
he power method will be applied to the jacobian matrix of the
2-D henon map to approximate the first Lyapunov exponent by creating
a graph of ln|yn| vs. n, where n is the number of iterations of the
power method and yn = 1/n*ln|DG^n(xo)*yo|. The slope will be an
approximation to the largest Lyapunov exponent.(he power method will be applied to the jacob ian matrix of the 2-D map to approximate henon th e first Lyapunov exponent by creating a graph of ln | yn | vs. n, where n is the number of iterations of the power m ethod and yn = a/n* ln | DG ^ n (xo)* yo |. The slope w ill be an approximation to the largest Lyapunov exponent.)
- 2007-04-01 21:33:57下载
- 积分: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
-
MIMO_system
这是一个基于空时分组编码的MIMO_OFDM通信系统的仿真设计。此系统包括QPSK调制解,IFFT调制,空时编解码,基于训练符号的信道估计等通信模块。
(This is based on space-time block coding MIMO_OFDM communication system simulation design. This system includes the QPSK modem, IFFT modulation, space-time coding and decoding, symbol-based channel estimation training and other communication module.)
- 2010-07-23 07:38:41下载
- 积分:1
-
crvatre
Curvature estimation of curve
- 2011-12-03 04:35:01下载
- 积分:1
-
face
this is face for matlab implementation yale data sets
- 2015-03-16 16:40:53下载
- 积分:1