-
fubian
工科基础教材--复变函数,适用于信号处理方面研究(Engineering-based materials- Complex Variables for signal processing research)
- 2009-12-07 00:23:05下载
- 积分:1
-
ins-navigation-toolbox
基于matlab的INS惯性导航的工具箱(INS inertial navigation based on the matlab toolbox)
- 2011-08-25 14:16:56下载
- 积分:1
-
Q-learning
说明: 强化学习Qlearning简单演示。。。。。。(Reinforced learning Qlearning simple demo)
- 2019-03-31 11:21:21下载
- 积分:1
-
zhixin
使用MATLAB进行图像质心提取,用于求取质心坐标(MATLAB for image centroid extraction for obtaining centroid coordinates)
- 2014-09-18 19:44:24下载
- 积分:1
-
LT_Robust
Robust分布的LT码编码程序,能够实现一维输入向量(长度不限)的编码,并且编码个数可控(Robust distributed LT codes coding procedures, able to achieve a one-dimensional input vector (length limitation) encoding, and encoding the number of controllable)
- 2013-03-26 19:22:10下载
- 积分:1
-
a
说明: 对肌电信号计算积分肌电值+均方根值+中值频率+平均功率频率(Computation of Integral EMG+RMS+Median Frequency+Average Power Frequency for EMG Signals)
- 2019-06-30 15:58:05下载
- 积分: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
-
fuzzdemo
模糊推论系统的matlab code源码,可以验证模糊行为的操作和行为。(Matlab files for demonstrating fuzzy inference systems.)
- 2010-07-06 17:51:37下载
- 积分:1
-
matlab
Matlab的常用算法,为初学者提供了学习的实例,十分有用,网上很难找到的!(Matlab algorithms commonly used for beginners to learn the examples, very useful, online hard to find!)
- 2010-05-11 21:03:56下载
- 积分:1
-
fuzzy
模糊数学在聚类分析中的作用(matlab代码)(Fuzzy clustering analysis of the role in the (matlab code))
- 2013-08-22 14:51:18下载
- 积分:1