-
xiaobo
说明: 本文章详细介绍了 如何用matlab 进行小波分析从而建立音频的数据索引(This article details how to use matlab wavelet analysis carried out so as to establish audio data indexing)
- 2008-09-02 13:58:14下载
- 积分:1
-
GEAR-CUTTING-OPERATION-IN-LATHE
gear cutting attachment ib lathe...milling and grinding
- 2014-10-07 14:09:13下载
- 积分:1
-
An_Introduction_to_Digital_Ima(BookZZ.org)
book for image analysis
- 2014-11-27 18:47:37下载
- 积分:1
-
97lifting-wavelet
文件中有两个97提升小波程序,可以直接在matlab中运行,已经试过(File has two 97 lifting wavelet procedures can be directly run in matlab, have tried)
- 2013-11-08 00:10:42下载
- 积分:1
-
HYSY_981
说明: 悬链线方程,初始估计锚链的最长和最短长度,用于锚泊系统初始设计(Catenary equation for initial estimation of the longest and shortest length of the chain for initial design of the mooring system)
- 2019-11-09 10:54:58下载
- 积分:1
-
tftb
matlab最新的时频工具箱,更新时间2008.2.15,请将其加压后放于toolbox中,并在matlab中将其添加到搜索路径中使用。(the latest time-frequency matlab toolbox, updated 2008.2.15, please put in after the pressure in the toolbox, and will add it to the matlab search path to use.)
- 2008-04-04 14:33:13下载
- 积分:1
-
MATLAB_image_0
这 是 一 篇关于matlab图像处理的文章(This is an article on the article image processing matlab)
- 2009-05-12 09:31:03下载
- 积分: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
-
R2015b_win64 Crack
Matlab R2015B Win64 Crack
- 2017-09-08 12:11:34下载
- 积分:1
-
HH
说明: 利用Matlab模拟细胞HH 模型中的所有参数变化和动态Action Potential 生成过程,可以自行设定激励参数来观察不同试验情况下的细胞反应。(HH cells using Matlab simulation model of changes in all parameters and dynamics of Action Potential generation process, you can set up their own incentive to observe the different test parameters in case of cell response.)
- 2008-02-28 23:43:05下载
- 积分:1