-
pianweifen
利用MATLAB进行的常见偏微分数值算法,绝对全面!(Commonly carried out using MATLAB partial differential numerical algorithm, absolutely full!)
- 2009-10-19 23:12:25下载
- 积分:1
-
duozijiejiafa
多字节数据的加法程序,两个多位十进制数相加(duozijiejiafachengxu,lianggeduoweishijingzhishuxiangjia)
- 2009-11-23 11:38:02下载
- 积分:1
-
最优化原理作业 (副本)
说明: 用最速下降法、共轭梯度法、牛顿法、BFGS求解范例目标函数.(Solving the case objective functions using the steepest descent method, conjugate gradient method, Newton method and BFGS method.)
- 2020-11-02 12:10:37下载
- 积分: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
-
OFDM_
ofdm系统的源代码,非常有用。希望帮到大家(ofdm system source code, very useful. Hope to help everyone)
- 2012-07-18 20:21:18下载
- 积分:1
-
GMSKsimulink
GSM simulink 传输系统全仿真(GSM simulink transmission system simulating)
- 2011-01-05 16:36:59下载
- 积分:1
-
maoting
通过matlab代码,小波包分析提取振动信号中的特征频率,可以得到很精确的幅值、频率、相位估计。( By matlab code, Wavelet packet analysis to extract vibration signal characteristic frequency, You can get a very accurate amplitude, frequency, phase estimation.)
- 2016-11-28 18:02:08下载
- 积分:1
-
XOR
multi-layer perceptron XOR algorithm
- 2011-11-15 14:21:05下载
- 积分:1
-
mobanshenchen
直方图压缩模板,输入的一定bins的直方图,输出48bins的直方图,可用于图像识别,在对图像提取直方图特征后进行降维操作(Compression template histogram, histogram bins certain input, output 48bins histogram, can be used for image recognition, the histogram of the image feature extraction operation after the dimension reduction)
- 2013-10-20 19:25:45下载
- 积分:1
-
SVPWM_control
一篇不错的介绍空间矢量调制理论及建模方面的文档(A good introduction to space vector modulation theory and modeling of document)
- 2015-03-02 13:58:50下载
- 积分:1