-
chaos-seq
说明: 由混合光学双稳模型生成混沌序列的matlab程序(By mix optics bistable model production chaos sequence )
- 2011-03-27 22:13:40下载
- 积分:1
-
assigning_offset
Add CFO in OFDM... straight forward implimentation matlab
- 2011-08-20 10:07:03下载
- 积分:1
-
juzhen1
矩阵的LU分解、QR分解、Jordan约当标准型.matlab实现(LU decomposition of the matrix, QR decomposition, Jordan Jordan canonical form. Matlab)
- 2016-01-13 11:10:11下载
- 积分:1
-
KS-2
KStest,检验变量服从什么分布,使用KSTEST函数(KStest, testing variables obey what distribution KSTEST function)
- 2021-04-09 19:18:59下载
- 积分:1
-
计算功率谱密度PSD的源代码 Matlab
MATLAB计算功率谱密度PSD的源代码(MATLAB power spectral density of the source code)
- 2020-07-03 18:00:01下载
- 积分:1
-
zuoye
利用matlab进行多项式的逼近和RBF网络函数的逼近,并分析其不同(Using matlab for polynomials RBF network function approximation, and to analyze the different)
- 2010-08-04 15:14:16下载
- 积分: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
-
abc
蜂群算法求解电力系统问题,很方便,很有效,快速求解。(the ABC are used to solve power system)
- 2014-01-13 08:38:04下载
- 积分:1
-
example00
Decomposition and reconstruction example 1
- 2009-04-06 01:19:21下载
- 积分:1
-
maxmin1
HILBERT-HUANG TANSFORM 进行曲线拟和时求信号极大极小值的两种方法(SYSTEMS-CSF TANSFORM for curve fitting and time for signal minimax Two methods)
- 2007-04-30 22:15:25下载
- 积分:1