-
FastICA_23
独立成分分析算法,定点独立成分分析。可以用于图像特征提取(fastica algorithm)
- 2009-04-03 11:25:36下载
- 积分:1
-
thinningPatterns
thin the pattern of a graph, the input is a 01 matrix, very funny
- 2010-06-11 17:13:57下载
- 积分:1
-
nedi
说明: 新型的基于边缘指导的图像插值算法,matlab代码。可以用用,效果不错。(new edge-directed interpolation. IEEE. codes.)
- 2021-04-13 21:28:56下载
- 积分: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
-
TP_EA104_2008_2009
PAM的调制和解调 BER的计算 ISI的眼图(PAM modulation and demodulation BER eye diagram calculation ISI)
- 2010-12-12 07:16:30下载
- 积分:1
-
svm
用MATLAB编写的svm源程序,可以实现支持向量机,用于特征分类或提取(Using MATLAB svm prepared by the source, can achieve a support vector machine for classification or feature extraction-MATLAB)
- 2013-07-29 10:46:24下载
- 积分:1
-
fig8b
This paper presents a method to operate a grid
connected hybrid system. The hybrid system composed of a Photovoltaic
(PV) array and a Proton exchange membrane fuel cell
(PEMFC) is considered. The PV array normally uses a maximum
power point tracking (MPPT) technique to continuously deliver
the highest power to the load when variations in irradiation and
temperature occur, which make it become an uncontrollable
source. In coordination with PEMFC, the hybrid system output
power becomes controllable. Two operation modes, the unit-power
control (UPC) mode and the feeder-flow control (FFC) mode, can
be applied to the hybrid system. The coordination of two control
modes, the coordination of the PV array and the PEMFC in the
hybrid system, and the determination of reference parameters
are presented
- 2020-12-21 16:29:09下载
- 积分:1
-
car
运动目标检测 可以用得好程序,大家都来下载用用吧,希望给大家有帮助,其实我是想找这个网上的程序才上传的,什么狗屁网站。(Moving target Detection)
- 2011-05-25 15:09:42下载
- 积分:1
-
others
sample to a wfs wms layer printing with customizable yaml file
- 2014-08-25 19:19:43下载
- 积分:1
-
The-priority-method-for-UC
尝试利用优先顺序法解决机组组合问题。数据是1024节点的。(Try to take advantage of priority method to solve the problem of unit combination.The data is 1024 nodes.
)
- 2020-06-29 05:40:01下载
- 积分:1