-
TRACK
MATLAB programing for engineering
- 2010-07-21 00:25:41下载
- 积分:1
-
Dejong1
heuristic optimization
- 2009-12-08 08:41:39下载
- 积分:1
-
Essential_MATLAB_language_and_dynamic_simulation_t
MATLAB语言精要及动态仿真工具SIMULINK
学习应用matlab中的simulink库的好的书籍。(Essential MATLAB language and dynamic simulation tool SIMULINK。
Learning simulink in matlab application of a good library of books)
- 2009-06-10 20:09:04下载
- 积分:1
-
ssa
说明: 多种信号过完备字典学习算法的工具包,包含文献Surveying and comparing simultaneous sparse approximation (or group-lasso) algorithms中所有的算法。(Multiple signals over-complete dictionary learning algorithm toolkit, including literature Surveying and comparing simultaneous sparse approximation (or group-lasso) algorithms for all algorithms.)
- 2021-03-15 16:09:22下载
- 积分:1
-
isca_rou_sur2
说明: 对于一个散射面进行重构,并计算出了散射场的值(reconstucting a scattering surface and calculate the value of the scattering)
- 2010-04-12 12:10:38下载
- 积分:1
-
10236506
这是<小波分析与信号处理——理论、应用及软件实现>的电子版书籍(<wavelet analysis and signal processing-- Theory, Application and Software> electronic version of books)
- 2006-06-21 20:42:59下载
- 积分:1
-
Mir02_textRetrieval
对指定文本文件进行检索
--搜索:给定一个查询串,在某个test.txt文档里面搜索是否包含该查询串。
(The specified text file retrieval
Search: given a query string, in a test.txt document that contains the query string to search whether.)
- 2012-04-09 13:42:28下载
- 积分:1
-
guanlianweishu
这是求分形关联维数的另一个MATLAB程序,希望对大家有用(This is for the fractal correlation dimension, another MATLAB program, and they hope U.S. Useful)
- 2007-10-21 14:02:16下载
- 积分: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
-
fftf
FFT algortihhm , with fft filters and plots this can be used for processing purposes
- 2015-01-15 15:22:23下载
- 积分:1