-
Channel_estimation_program
信道估计程序,源代码和说明文档。。。。。。。。。。。。。。。。。。。(Channel estimation procedure, the source code and documentation. . . . . . . . . . . . . . . . . . .)
- 2010-06-27 11:33:52下载
- 积分:1
-
GUI_2
matlab初学者资料 里面有M程序的详细文件 还有编程 直接运行即可(Matlab beginners material inside have M program detailed document and programming can be run directly
)
- 2012-03-30 11:20:47下载
- 积分:1
-
Fuzzy-Calculus-Core-
这是有关模糊集的知识,里面有一些MATLAB仿真代码,希望对大家有帮助(This is the fuzzy set of knowledge, there are a number of MATLAB simulation code, we want to help)
- 2011-05-12 10:08:41下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
Itti_simpsal
itti 1988的实验 ,显著性检测,很好的学习资料(itti 1988 experiment, a significant detection, good learning materials)
- 2011-11-01 20:04:39下载
- 积分:1
-
cankaolingxian
使用lvwm准则对强干扰信号进行零陷,从而实现对强干扰的抑制(Guidelines for the use of lvwm nulling strong interference signals, enabling strong interference suppression)
- 2014-02-10 10:11:37下载
- 积分:1
-
multimediia_with_matlab(book)
图像处理中matlab的使用,便于初学者熟悉matlab基本用法,很容易上手;对图像处理的入门有比较好的帮助(The use of image processing in matlab, matlab familiar with the basic usage easy for beginners, very easy to use on image processing have better help entry)
- 2010-08-22 16:03:17下载
- 积分:1
-
DBSCAN
BIRCH (balanced iterative reducing and clustering using hierarchies) is an unsupervised data mining algorithm used to perform hierarchical clustering over particularly large data-sets. An advantage of Birch is its ability to incrementally and dynamically cluster incoming, multi-dimensional metric data points in an attempt to produce the best quality clustering for a given set of resources (memory and time constraints). In most cases, Birch only requires a single scan of the database. In addition, Birch is recognized[1] as the, "first clustering algorithm proposed in the database area to handle noise (data points that are not part of the underlying pattern) effectively".
- 2011-04-20 15:56:43下载
- 积分:1
-
feixianxingguihua
非线性规划的基本理论,用数学软件求解非线性规划,钢管订购及运输优化模型(The basic theory of nonlinear programming, mathematical software for solving nonlinear programming, Steel Pipe Order and transportation optimization model)
- 2012-05-03 07:37:08下载
- 积分:1
-
SF_Romberg
基于matlab的龙贝格算法程序(Matlab-based algorithm of Romberg procedure)
- 2007-12-05 18:24:57下载
- 积分:1