-
zuoye
矩量法求半波振子天线的阻抗,与理论值偏差较小,比较精确(mom to calculate the z of the antenna)
- 2009-07-02 10:21:28下载
- 积分:1
-
gaussian_filter
calculate Gaussian filter for images using matlab
- 2011-01-19 05:24:09下载
- 积分:1
-
gngaussfunc.doc
说明: 通信系统中,信号在传输过程中会叠加上噪声,我们在分析时通常就用高斯白噪声来分析。此程序用来产生高斯白噪声。(communications systems, signal transmission in the process will superimposed on the noise, our analysis is usually used to Gaussian white noise analysis. This procedure used to produce white Gaussian noise.)
- 2006-05-04 10:31:51下载
- 积分:1
-
fft
快速Z变换的源程序例程,对所采信号进行Z变换以便分析(Fast Z Transform source code routines, taken on the Z transform signals in order to analyze the)
- 2008-05-25 11:02:10下载
- 积分:1
-
kkkkk
使用补偿法对电力系统进行静态安全分析的MATLAB编程语言(Static security analysis)
- 2010-05-31 09:20:19下载
- 积分:1
-
De_noise_with_wavelet
小波去躁功能。(包括对应的文章和程序,希望对大家有用)(wavelet impatient to function. (Including articles and the corresponding procedures in the hope that it may be useful right))
- 2007-05-19 11:32:13下载
- 积分:1
-
123
matlab数字水印算法及实现和源代码 功能很强大 (Matlab digital watermarking algorithm is proposed and realized and the source code)
- 2010-06-23 14:13:07下载
- 积分:1
-
AEC
the following file is a matlab program done for thesis based on acoustic echo cancellation using LMS algorithm.
- 2009-10-24 21:46:07下载
- 积分:1
-
Flexible-AC-Transmission-System-Controllers-An-Ev
can use reference for FACTS APPLICATION
- 2015-01-03 14:28:33下载
- 积分: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