-
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
-
axymqefg
随机调制信号下的模拟ppm,在matlab环境中自动识别连通区域的大小,课程设计时编写的matlab程序代码,是机器学习的例程,进行波形数据分析,用MATLAB实现动态聚类或迭代自组织数据分析,包括随机梯度算法,相对梯度算法。( Random ppm modulated analog signal under Automatic identification in the matlab environment the size of the connected area, Course designed to prepare the matlab program code, Machine learning routines, Waveform data analysis, Using MATLAB dynamic clustering or iterative self-organizing data analysis, Including stochastic gradient algorithm, the relative gradient algorithm.)
- 2016-03-30 20:01:03下载
- 积分:1
-
FastICA
将同频信号用fastICA算法进行分离,其中包括各种调制信号。MPSK,QAM,MASK(The same frequency signal separation algorithm using fastICA, including a variety of modulated signals. MPSK, QAM, MASK)
- 2010-09-17 10:23:31下载
- 积分:1
-
power_3level
三电平原理仿真,请根据您的实际使用情景进行修改(Three-level principles of simulation, please be modified according to usage scenarios)
- 2014-09-14 23:17:07下载
- 积分:1
-
baoluo
对数据进行包络分析,直觉调用数据,一种利用信号来分析故障的程序(The data envelopment analysis (dea), intuition call data, using a signal to failure analysis program)
- 2011-11-01 15:33:01下载
- 积分:1
-
A
说明: about mppt algorithm
- 2015-02-12 01:45:34下载
- 积分:1
-
C8
说明: 罚函数法的Matlab程序设计的相关程序,不一定能运行有些错误可能(external penalty function method)
- 2012-04-24 15:52:49下载
- 积分:1
-
BPSK
用MATLAB实现的BPSK调制解调源程序(In MATLAB source code for BPSK modulation and demodulation)
- 2011-07-29 21:50:22下载
- 积分:1
-
ApplicationandProspect
介绍了暖通空调系统(HVAC) 故障检测与诊断(FDD) 的概念,发生故障的原因以及主要的故障检测与诊断方
法,比较了常用的故障检测与诊断方法的优缺点,分析了国内、外暖通空调故障检测与诊断的研究现状和应用情况,对暖
通空调故障检测与诊断的发展过程与方向进行了总结和展望(Introduction of the HVAC system (HVAC) fault detection and diagnosis (FDD) concept, the reasons for failure as well as major fault detection and diagnosis methods, compared the commonly used method of fault detection and diagnosis of the strengths and weaknesses, analyzes the domestic and foreign HVAC Fault Detection and Diagnosis Research and application of HVAC Fault Detection and Diagnosis with the direction of the development process are summarized and prospects)
- 2007-08-27 10:52:32下载
- 积分:1
-
Lossy_FDTD
Lossy_FDTD FDTD in a Lossy Medium
- 2010-05-19 16:33:52下载
- 积分:1