-
MATLAB
MATLAB的典型应用,可以通过他很好的熟悉MATLAB,了解MATLAB的工作特性(Typical applications of MATLAB, you can very well through his familiarity with MATLAB, to understand the work characteristics of MATLAB)
- 2008-01-28 10:55:23下载
- 积分:1
-
1
说明: 基于MATLAB_Simulink的扩频通信系统仿真及抗干扰研究 (Spread Spectrum Communication System Based on MATLAB_Simulink simulation and interference studies)
- 2010-12-09 12:21:21下载
- 积分:1
-
tangent_plane
在MATLAB7.0中,实现在三维数据中,插入斜面(using MATLAB7.0, show the plane in 3D image)
- 2009-06-06 12:13:21下载
- 积分:1
-
xiandaixinhaochulizuoye
基于MATLAB的程序编码。实现一种编码方式,实现对信号的内插级抽取(MATLAB-based program code. Implement a coding scheme to achieve the interpolation level signal extraction)
- 2015-01-23 09:24:18下载
- 积分:1
-
matlab_sigal
改程序是在时间序列分析中针对加窗函数来处理和估计密度函数系数(Change process is in time series analysis window function for Canada to deal with and the estimated density function coefficients)
- 2009-12-18 10:27:01下载
- 积分:1
-
kNearestNeighbors
data mining k nearest neighbour
- 2009-05-23 19:06:32下载
- 积分: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
-
guangfu
基于S函数的光伏阵列模型,包含S函数源码和MDL(THE MODULE OF PV IN MATLAB)
- 2013-05-06 09:43:07下载
- 积分:1
-
ROM
延迟函数的编写,希望能给大家提供点微bao之力(delay)
- 2010-07-17 14:51:45下载
- 积分:1
-
29782196FusionCode1
小波融合程序,MATLAB下拥有较好的融合效果!(Wavelet fusion procedures, MATLAB has a better integration of results!)
- 2009-05-03 09:26:50下载
- 积分:1