-
NUMERICALANALYSIS
some code for numerical analysis.The main goal is to provide insight into numerical analysis rather than merely to provide numerical recipes.
- 2010-05-13 22:38:33下载
- 积分:1
-
matlab
步进频率连续波,一维距离像,速度补偿,包括说明,波形图,源代码(Step frequency continuous wave, as one-dimensional distance, speed compensation, including a description, waveform, source code)
- 2021-01-23 10:38:39下载
- 积分:1
-
OFDM
OFDM系统仿真,包含串并转换,QAMmap,IFFT转换,并串转换之类。(OFDM System Simluation)
- 2014-10-25 20:00:40下载
- 积分:1
-
kmean
负荷聚类,通过对负荷数据进行处理,提取典型用电方式,然后对典型用电方式进行聚类(load pattern clustering)
- 2020-10-29 16:19:57下载
- 积分:1
-
notch01
50hz陷波器,零极点的原理。编译通过。 (50hz notch filter, zero-pole principle. Compiled through.)
- 2007-08-23 19:56:47下载
- 积分:1
-
find_membership_values
fuzzy membership files bettwen them
- 2010-10-24 02:49:23下载
- 积分: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
-
matlab-voice-toolbox
matlab的语音信号处理工具箱(.m文件),包含常用及非常用功能,非常全面(matlab voice signal processing toolbox (. m files), including commonly used and very functional, very comprehensive)
- 2008-04-28 04:22:53下载
- 积分:1
-
MATLAB-utility-100-cases
数学建模案例MATLAB实用程序百例,其中包括了matlab的入门教学,与一些经典的例子(包括源代码)。(Mathematical modeling case MATLAB utility 100 cases, including teaching matlab entry, with some classic examples (including source code).)
- 2013-08-14 22:26:51下载
- 积分:1
-
movediqiu
用matlab编写得一个小程序,一个会变大变小得地球(Matlab was used to prepare a small procedure, a small Earth will change)
- 2008-01-01 21:09:42下载
- 积分:1