-
PID
先进 PID 控制及其 MATLAB 仿真 (程序)教材及书中的matlab程序(Advanced PID Control and MATLAB Simulation (program) matlab program materials and books)
- 2010-10-14 16:45:03下载
- 积分:1
-
pso
A modified version of PSO algorithm which can be used to search the minimum value inside a specified range. Using f1s.m to test the function!
- 2009-05-07 21:15:49下载
- 积分:1
-
MIMORayleighFadingChannelCapacity
MIMO channel capacity for rayleigh fading system
- 2010-01-19 14:23:45下载
- 积分:1
-
FUZZYPID1
这是一些模糊控制的相关模块,希望对大家有用(These are related to fuzzy control module, want to be useful)
- 2011-10-16 14:49:47下载
- 积分:1
-
第三章(二)
说明: 这是本人在学习过程中自行学习编写的《优化阵列信号处理》中第三章后几个例题的程序,有需要的下。(This is the program of several examples in the third chapter of "optimized array signal processing" which I learned and compiled by myself in the learning process.)
- 2020-11-02 17:24:16下载
- 积分:1
-
Spectral-Clustering
实现了一种谱聚类,并建立了一个谱聚类的工具箱(Achieve a spectral clustering, spectral clustering and the establishment of a toolbox)
- 2011-10-28 16:03:48下载
- 积分:1
-
matrix-completion
说明: 一个关于线性卷积的程序,使用通过用托普利兹矩阵完成(Linear convolution of a program on the use of matrix completion by using Top Leeds)
- 2011-04-15 16:56:43下载
- 积分:1
-
serial
matlab编写的串口调试助手,matlab6.5下运行(write matlab serial debugging assistant, matlab6.5 run)
- 2009-09-08 06:54:21下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
1、Basis pursuit
ADMM交替方向乘子法,用于大数据。。。。(ADMM Basis pursuit)
- 2018-06-07 21:29:06下载
- 积分:1