-
RBFpid
基于matlab编程RBF网络监督PID控制程序(Matlab Programming Based on RBF Network Supervised PID Control Program)
- 2010-01-22 19:08:30下载
- 积分:1
-
Bab6(highlight)
Jadi, analisis Kurva Tegangan dan studi tentang motor sinkron menggunakan MATLAB m-file adalah pilihan yang baik di lingkungan industri.
- 2012-04-15 18:41:17下载
- 积分:1
-
lc2
运用statcom提高电力系统电压稳定性(Use of statcom improve power system voltage stability)
- 2013-04-15 11:41:18下载
- 积分:1
-
nihe
对实际测得坐标实现圆拟合,前提是几何形状近似圆(The actual measure coordinates are fit to a circle, provided that that geometry approximates the circle)
- 2018-03-22 22:36:56下载
- 积分:1
-
SVM_algorithm
SVM算法的matlab实现程序,组要包含两个程序,希望对你有帮助(SVM algorithm matlab implementation process, the group to include two programs, I hope to help you)
- 2011-01-17 14:01:05下载
- 积分:1
-
make-rand-form
用matlab产生随机矩阵,特别是在语音信号处理中随机采集语音材料很有用。(Random matrix with matlab, especially in the speech signal processing in the usefulness of randomly collected voice.)
- 2011-05-01 12:24:05下载
- 积分: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
-
filteringfrequecydomain
filtering in frequecy domain for image enhancement
- 2009-11-10 04:06:21下载
- 积分:1
-
DantzigSelector
说明: 一篇全面介绍Dantzig selector的英文文章,37页,用于压缩感知的重构(The Dantzig selector: statistical estimation
when p is much larger than n)
- 2011-04-07 10:32:14下载
- 积分:1
-
navimatlabcode
matlab code for inertial navigation
- 2009-09-26 16:56:42下载
- 积分:1