-
chap2_08_RELS
最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法(LS)
- 2010-08-29 11:32:09下载
- 积分: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
-
SoftwareDesignOfDigitalSignalProcessing
数字信号处理软件设计,能够产生常见的数字信号如:正弦波 三角波 随机信号 以及高斯噪声,并对其进行频谱分析 同时也包括FIR IIR滤波器设计,并对产生的数字信号进行滤波(software design of digital signal processing that can generate many signals ,analysize their frequency Spectrum and design filter(FIR、IIR)to filter.)
- 2009-11-29 21:19:48下载
- 积分:1
-
denoiseTV_L1OR2
图象TV去噪,它是一个著名的图象去噪模型,能保持边沿(TV denoising images, it is a well-known image denoising model, able to maintain the edge)
- 2007-12-08 13:26:56下载
- 积分:1
-
T2FLToolbox
Type-2 Fuzzy Logic Toolbox, 土耳其教授MUZEYYEN BULUT OZEK编写的。做simulink仿真有用。(Type-2 Fuzzy Logic Toolbox by Prof. MUZEYYEN BULUT OZEK)
- 2021-04-12 13:48:57下载
- 积分:1
-
sousun_v57
主要是基于mtlab的程序,基于人工神经网络的常用数字信号调制,包括 MUSIC算法,ESPRIT算法 ROOT-MUSIC算法。( Mainly based on the mtlab procedures, The commonly used digital signal modulation based on artificial neural network, Including the MUSIC algorithm, ESPRIT algorithm ROOT-MUSIC algorithm.)
- 2016-08-29 18:53:34下载
- 积分:1
-
牛顿迭代接非线性方程组
利用牛顿迭代法实现高阶非线性方程组的计算(Calculation of Higher Order Nonlinear Equations by Newton Iteration Method)
- 2021-01-08 00:58:51下载
- 积分:1
-
s223_z_abc_to_ab0_10b
ABC_to_dq0变换,ABC_to_(aβ)aiphar beta变换以及逆变换的mdl文件,已仿真验证其正确性。(ABC_to_dq0 transform, ABC_to_ (aβ) aiphar' beta transform and inverse transform mdl file, verify its correctness has been simulation.)
- 2011-08-15 15:02:48下载
- 积分:1
-
Taflove_FDTD
taflov所写的关于FDTD书中的完整程序,包含有1D,2D,3D的完整例子,对初学者非常的有用。(taflov written the book on the FDTD complete procedures, includes 1D, 2D, 3D complete examples, very useful for beginners.)
- 2007-12-23 12:00:03下载
- 积分:1
-
sift___yanshi
sift算法的演示matlab程序
包括特征点的选取,算子的生成以及图像的自动匹配(sift the demonstration of the algorithm matlab program
Including the selection of feature points, the automatic matching of the count of word generation and image)
- 2012-05-03 21:32:24下载
- 积分:1