-
MATLABHD
灰度图像的频域增强,MATLAB实现,内有图(Gray-scale images to enhance the frequency domain, MATLAB realize, there are plans)
- 2008-05-28 21:06:43下载
- 积分:1
-
cyclic_cumulants_fast
说明: 循环平稳时间序列中关于高阶循环累积量的程序
(Cyclostationary time-series on high-order cumulant of the process cycle)
- 2008-10-03 20:50:51下载
- 积分:1
-
OCO
OCO: OPTIMIZED COMMUNICATION AND ORGANIZING FOR TARGET TRACKING IN WIRELESS SENSOR NETWORK
- 2014-12-15 16:57:04下载
- 积分:1
-
bandp
关于数字带通滤波器的编码matlab程序。可以作为函数直接引用。(Digital bandpass filter encoding matlab program. As a function reference.)
- 2012-08-17 17:17:28下载
- 积分:1
-
matlab_GUI_jiemian
本实验设计了一个《北京、南京、深圳列车查询系统》的图形用户界面。用户可以通过此界面,采用“按车站名称查询”、“按列车车次查询”和“按出发地—目的地查询”三种方式,方便地查询需要的列车信息。界面友好清新,操作方便。(The experimental design was a " Beijing, Nanjing, Shenzhen Train Enquiry System," the graphical user interface. Users can use this interface, a " query by station name" , " Query by Train Train" and " by origin- destination query" three ways to easily check in need train information. Fresh and friendly interface, easy to operate.)
- 2011-01-09 22:55:00下载
- 积分:1
-
toolboxmatlabgraphtheory
说明: matlab图论工具箱用于利用工具箱求解最短路问题(matlab toolbox for the use of graph theory to solve the shortest path problem Toolbox)
- 2009-08-12 14:13:38下载
- 积分:1
-
simple_PLL
PLL SIMPLE FOR MATLAB
- 2012-04-13 23:27:53下载
- 积分: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
-
simware
介绍华三公司路由器交换机模拟软件,做实验非常好的工具(Introduction H3C switch router simulation software company)
- 2011-05-07 14:49:01下载
- 积分:1
-
11GPS_rank_adjustment
GPS简单控制网的基线向量网的三维无约束平差源代码。采用秩亏自由网平差的数学模型。(GPS control network adjustment.utilizing the rand deficiency free adjustment method.)
- 2012-04-19 10:50:25下载
- 积分:1