-
Proyecto1
Makes an histogram based on numbers written in a file.
- 2010-09-10 12:20:10下载
- 积分:1
-
precoding-of-the-mu-mimo-
多用户mimo下行链路预编码及用户调度的博士论文,里面的思想可以借鉴(Multi-user mimo downlink precoding and user scheduling the doctoral thesis, which can draw on the idea)
- 2011-06-12 17:31:55下载
- 积分:1
-
IllegalFormatCodePointException
Illegal Format Code Point Exception extends Illegal Format Exception implements Serializable.
- 2014-01-17 14:51:51下载
- 积分:1
-
Dijkstra
图与网络论中求最短路径的Dijkstra算法(Graph and network theory for the Dijkstra shortest path algorithm)
- 2008-07-27 12:24:39下载
- 积分:1
-
release-3
This is a small programe made in matlab for fingerprint recognision
- 2011-06-13 23:40:36下载
- 积分:1
-
hilbertreplace
Hibert置乱.编成一个文件.直接调用就可以实现.(Hilbert scrambling. In a single document. Directly call can be achieved.)
- 2007-07-09 10:35:39下载
- 积分:1
-
ex1d.rar
一款很好用的MATLAB程序,运行会可以从清楚 的图形中看到结果(A good use of MATLAB procedures, will run from clear to see the results of graphics)
- 2007-12-25 22:24:18下载
- 积分:1
-
linear_interpo
用线性内插方法实现图像的任意倍数的放大,语言matlab(Linear interpolation of image magnification factor of any)
- 2010-12-16 21:08:13下载
- 积分: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
-
kalman3
该算法利用卡尔曼滤波技术实现惯性导航与GPS组合导航(The algorithm uses the Kalman filtering technique to achieve inertial navigation and GPS Navigation)
- 2012-11-03 10:07:36下载
- 积分:1