-
SteerableFilters
canny feature extraction
- 2009-02-19 21:40:42下载
- 积分:1
-
cc
说明: Matlab版本三次样条插值,介绍了Matlab三次样条插值(有条件情况下),可以在Matlab上直接运行(Matlab version of the cubic spline interpolation, introduced Matlab cubic spline interpolation (under certain conditions), can be run directly on the Matlab)
- 2010-02-22 13:26:43下载
- 积分:1
-
yt324562222222
傅立叶计算以及短时傅立叶计算、功率谱分析及各自图形(Fourier calculation and short-time Fourier, power spectrum analysis and their own graphics)
- 2007-03-02 00:41:25下载
- 积分:1
-
matlab
基于牛顿拉夫逊法的电力系统潮流计算程序,采用MATlab编程(Method based on Newton Raphson power flow calculation program, using MATlab Programming)
- 2011-05-21 12:39:28下载
- 积分:1
-
11111111111111111111
模糊控制器的设计步骤,一共有输入输出,隶属度,模糊规则等一些步骤(About Fuzzy controller design steps)
- 2012-05-06 13:21:46下载
- 积分:1
-
markowitz_efficient_frontier
马克维茨有效前沿的matlab实现。完整实例,含有前期数据处理的代码。含有画图和投资组合求解的代码。注释丰富,适合新手入门学习。作者软件版本matlab 2010a(An example of application of Markoviz efficient frontier in matlab.Containing code of data wrangling,and abundant explanatory note.starter-friendly.)
- 2021-01-07 15:18:53下载
- 积分:1
-
slam_code
This is program set for SLAM using Matlab and filtering method. This code is fast. It is pretty good for student and teacher to learn. It is also easy to improve based on this code. It is really helpful for the new guy in this area. This is a platform and easy to extend using other filtering methods
- 2010-07-19 01:53:25下载
- 积分:1
-
generateModSignal
应用Matlab产生各种数字调制信号以及在AWGN下的传输结果。包括AM,QPSK,BPSK等(Application of Matlab have a variety of digital modulation signal and transmit the results under AWGN. Including AM, QPSK, BPSK, etc.)
- 2008-05-05 14:54:07下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
AdaptivePIDcontrolbasedonRBFIdentification
RBF神经网络整定的PID控制,能以任意精度逼近任意连续函数(RBF neural network-tuning of PID control to arbitrary accuracy any continuous function approaching)
- 2009-07-12 16:20:07下载
- 积分:1