-
6-Rede-neural-MLP-v4
A multilayer perceptron (MLP) is a feedforward artificial neural network model that maps sets of input data onto a set of appropriate outputs.
- 2014-09-18 21:08:25下载
- 积分: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
-
prgramme
基于matlab的ofdm 各种源程序.......(Matlab source code based on a variety of ofdm)
- 2011-12-15 21:41:53下载
- 积分:1
-
spmPjasmime
SPM是基于MATLAB的处理核磁数据的软件(SPM is based on NMR data processing MATLAB software)
- 2014-01-09 13:52:27下载
- 积分:1
-
tensor
说明: 张量代数,张量分析以及张量应用的简单介绍(tensor )
- 2011-03-01 17:41:21下载
- 积分:1
-
36-dropdown-lists
programing matlab codes
- 2015-01-06 06:55:38下载
- 积分:1
-
SavGol
S-G滤波器,可实现较好的噪声滤除功能。(S-G filter which can achieve better in denoising stochastic noise.)
- 2009-09-14 15:36:07下载
- 积分:1
-
Fassess
二级模糊综合评价(以富营养化评价为例),matlab编写的(Two fuzzy comprehensive evaluation (as eutrophication assessment, for example), matlab prepared)
- 2020-09-11 07:58:00下载
- 积分:1
-
Matlab
说明: 是冈萨雷斯写的一本关于matlab在图像处理中应用的书籍,介绍了一些基本的方法,值得初学者一看(Is Gonzales wrote a book on applications in image processing matlab books, introduces some basic methods, it is worth a look for beginners)
- 2011-03-08 17:11:53下载
- 积分:1
-
Analog-modulation
模拟调制解调:AM、DSB、LSB及FM。(通过AWGN噪声信道)(Analog modulation:AM、DSB、LSB and FM。)
- 2015-01-01 11:32:27下载
- 积分:1