-
de2_clock
matlab source code for speaker recogntion
- 2010-12-01 00:52:47下载
- 积分:1
-
ICA-(PCA)-algorithm
复数信号的fastICA算法.希望对大家有所帮助哦(plural signals fastICA algorithm. We hope to help oh
)
- 2011-10-18 20:07:27下载
- 积分:1
-
lin
电力系统无功对网损的灵敏度,包含雅可比矩阵,各种函数公式(the power system)
- 2012-11-15 16:54:47下载
- 积分:1
-
MATLAB_ChePAiDingWei
程序内容是关于汽车牌照定位,方法是基于颜色分量,使用MATLAB进行编写。
希望对您有所帮助!(Procedures are on the vehicle license positioning method is based on the color component, the use of MATLAB to carry out the preparation. I hope for your help!)
- 2007-09-12 12:57:17下载
- 积分:1
-
pendul31
说明: 为了下载东西,随便上传了一个单级倒立摆的仿真模型,不好意思,请不要下载。(to download things, casually posted a single-stage inverted pendulum simulation model, sorry, please do not download.)
- 2006-04-05 22:49:24下载
- 积分:1
-
metrix_vif
This software release consists of a MULTISCALE PIXEL DOMAIN, SCALAR GSM implementation of the algorithm described in the paper:
H. R. Sheikh and A. C. Bovik, "Image Information and Visual Quality"., IEEE Transactions on Image Processing,
- 2011-05-28 15:13:17下载
- 积分:1
-
Building_benchmark_ready
基于matlab编写程序,可以用于基于无线传感器和物联网系统的土木工程结构的健康监测数据采集和分析。(Based on MATLAB programming, can be used in health monitoring data acquisition and analysis of civil engineering structure of wireless sensor and the Internet of things based on system..)
- 2014-08-25 18:18:24下载
- 积分:1
-
GEOS
Ce programme nécessite le matériel suivant
- 2014-01-12 23:33:42下载
- 积分: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
-
mchap9
MATLAB概率分布与伪随机数生成、统计量分析、数理统计分析方法及计算机实现、统计假设检验、方差分析及计算机求解(MATLAB probability distributions and pseudo-random number generation, statistical traffic analysis, mathematical and computer realization of statistical analysis, statistical hypothesis testing, analysis of variance and computer solution)
- 2009-11-16 09:57:54下载
- 积分:1