-
351133_1135158301
用MATLAB运行主成分,可以求出特征向量,等非常实用。(MATLAB operation principal component, can work out characteristic vector, and very practical.
)
- 2012-05-31 21:25:40下载
- 积分:1
-
matlab
吴振杨数字信号处理 实验指导书
是学习matlab不错的入门资料(DSP WUZHENYANG )
- 2009-09-21 09:01:59下载
- 积分:1
-
addressChange
wbml地址转换,可以跳出围堵,地址跳转(wbml NAT can jump out of containment, address Jump)
- 2007-04-18 10:25:28下载
- 积分:1
-
boost
直流斩波升压电路仿真 输出波形符合要求 从50V升到200 占空比0.6(DC boost chopper circuit simulation output waveform to meet the requirements)
- 2014-04-03 10:47:34下载
- 积分:1
-
Alignment
Matlab code for Strapdown navigation system alignment(Matlab code for Strapdown navigation system alignment.)
- 2010-08-27 22:46:48下载
- 积分:1
-
matlab
MATLAB处理通过采集卡采集的信号,并在MATLAB的工作区进行计算(MATLAB through the acquisition card collection deal with the signal, and in MATLAB to calculate the working area)
- 2008-03-20 22:45:14下载
- 积分:1
-
matlabcommunicationtoolbox
说明: 通信工具箱,pdf格式,内附程序源码,内容完整,结构严谨,不可多得的好书(Communications Toolbox, pdf format, containing the program source code, content integrity, structured, rare books)
- 2010-04-15 13:58:58下载
- 积分: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
-
Ecma-262
ECMAScript Language Specification
- 2015-03-21 15:58:43下载
- 积分:1
-
drawing
使用matlab绘制原子轨道图和电子云图(Drawing atomic orbital and electronic cloud using MATLAB)
- 2009-03-11 18:44:18下载
- 积分:1