-
Uniformly_distributed_random
均匀分布随机数参数检验,均匀性检验和独立性检验(Uniformly distributed random numbers parametric tests, homogeneity testing and independence testing)
- 2012-03-31 20:49:58下载
- 积分:1
-
filter
Digital filter implementation examples
- 2010-06-13 20:45:17下载
- 积分:1
-
MMSEpujian
说明: 这个是语音信号处理里面的基于MMSE的谱减法增强处理程序,此种方法是我见过消除噪声最好的!(This is the speech signal processing inside the MMSE-based spectral subtraction to enhance handling procedures, this method is the elimination of noise, the best I' ve ever seen!)
- 2010-03-23 13:11:09下载
- 积分:1
-
matlabliness
文档介绍利用matlab进行非线性曲线拟合时的例子以及所需函数(The document describes the non-linear curve fitting using matlab example, and the desired function)
- 2012-11-20 15:31:38下载
- 积分:1
-
Final Version
说明: 三自由度 3-DOF 平台的运动学和轨迹规划(Kinematics and Trajectory planning of a 3-DOF platform with 3 extensible limbs)
- 2020-10-06 01:02:54下载
- 积分: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
-
bodedelay
guide的玻德图绘制。应用matlab的绘图功能等。(guide the Bolivian Germany mapping. Application of Matlab graphics functions.)
- 2006-06-03 21:26:09下载
- 积分:1
-
Numerical-solution-of-differential-equation-and-Ma
常微分方程数值解及其MATLAB实现,包含了数学原理,算法和程序。(Numerical Solution of Ordinary Differential Equations MATLAB implementation, including the mathematical principles, algorithms and procedures.)
- 2010-05-27 23:42:39下载
- 积分:1
-
matlab
matlab绘图程序,包含三维网格图z=x^2+y^2 和三维曲面图z=x^2+y^2(matlab draw program)
- 2014-08-09 18:46:45下载
- 积分:1
-
sharpening
图像空域锐化增强,用matlab分别实现Roberts、Sobel、Priwitt算子的锐化处理,以及实现拉普拉斯图像和原始图像叠加的增强处理(Image airspace sharpening, respectively, to achieve with matlab Roberts, Sobel, Priwitt operator sharpening, and achieve enhancement Laplace image and the original image overlay)
- 2013-11-28 12:35:57下载
- 积分:1