-
fcmtrancformer
说明: 基于MATLAB的K均值分类算法的源程序,用于诊断变压器故障(MATLAB-based K-means classification algorithm of the source code for transformer fault diagnosis)
- 2009-08-23 09:22:23下载
- 积分:1
-
radar
雷达信号处理源代码
对于雷达信号matlab仿真很有用(radar signal progress)
- 2011-04-28 11:18:28下载
- 积分:1
-
data_omp
作弊信号检测代码,给定一个数据文件后可以检测出其中的信号(Cheat signal detection code of a data file after a given one of the signal can be detected)
- 2013-11-26 17:20:27下载
- 积分:1
-
Materials_Studio_Training
Materials Studio培训教程,从基础讲起,是比较全面的学习资料。(Training course, the foundation, it is a relatively comprehensive learning materials.)
- 2015-10-27 16:06:13下载
- 积分:1
-
Matlab-senior-notes(3)
Matlab高级讲义-控制系统的数学描述与建模(Matlab senior notes- the mathematical description of the control system and modeling)
- 2011-12-24 21:12:57下载
- 积分:1
-
MMSESTSA84
mmse-stsa源程序,主要原理可参考EPHRAIM 84年的文献 (mmse-stsa source, the main principle of reference EPHRAIM 84 years of literature)
- 2007-09-02 10:29:07下载
- 积分:1
-
tspga
GA TSP to neuron network
- 2010-10-13 15:09:10下载
- 积分: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
-
MATLABprograming
说明: 用matlab编程实现一些最优化问题的求解,运筹学中的问题(Matlab programming to realize some of the most optimization problems, the problems in Operations Research)
- 2010-04-25 21:42:29下载
- 积分:1
-
ModalAnalysis
Modal Analysis
in this code you can enter the K abd M matrix
an then finde the frequency and mode shape with their figures
- 2015-02-11 19:26:07下载
- 积分:1