-
CDMA
说明: By using this we can implement a code division multiple access modem system
- 2010-07-08 18:16:55下载
- 积分:1
-
wavelab
这是一个用来进行小波分析的工具包,他是美国斯坦福大学的一些人编的,对于做图像的人非常有用。(This is a tool used for wavelet analysis package, he is a Stanford University compiled a number of people, for people who make images very useful.)
- 2009-10-22 16:51:33下载
- 积分: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
-
SVM-for-cassification
支持向量机分类识别的MATLAB代码 利用支持向量机对数据进行分类(svm for classification by matlab )
- 2013-03-28 09:18:02下载
- 积分:1
-
Ex0101
Ex0101.m
实现matlab下的数据存取(Ex0101.m to achieve data access under matlab)
- 2008-06-13 01:31:33下载
- 积分:1
-
segment
说明: 对图像进行niblack二值化,用的是niblak算法,是最基本的niblack(Niblack the image binarization, using a niblak algorithm is the most basic niblack)
- 2011-03-16 21:16:28下载
- 积分:1
-
CNG
一个dbgirdeh实例,控制单元格宽度,动态添加字段,添加记录,出门登记完整实例(A dbgirdeh instance, the control cell width, dynamically add fields, add records)
- 2014-08-22 22:32:48下载
- 积分:1
-
matlab
在matlab环境下编写的支持向量机代码,简单易懂(SVM-code, easy to learn the code for two types of classification)
- 2011-09-28 17:01:45下载
- 积分:1
-
section4_mutual_information
simple BCJR encoder & decoder structure
- 2010-12-07 19:12:36下载
- 积分:1
-
quadratic-programming
二次规划法用拉格朗日方法求解等式约束二次规划和用有效集方法解一般约束二次规划问题(Quadratic Programming Lagrangian method for solving equality constrained quadratic programming and the use of efficient collection method for solving general constrained quadratic programming problems)
- 2021-04-05 16:29:03下载
- 积分:1