-
AIM2006-1.20
The construction of Auditory Images and Mellin Images in the auditory pathway
- 2011-05-06 06:57:30下载
- 积分:1
-
fft_matlab
电流谐波分析,对电力方面的电流做谐波分析(Current harmonic analysis, the current electricity do harmonic analysis)
- 2013-08-20 14:16:28下载
- 积分: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
-
gui--simulic-and-application
program related to gui, simulik and application
- 2011-02-13 19:08:24下载
- 积分:1
-
水印matlab程序
说明: 有多个文件 可以根据文件名和注释进行选择 提取算法可以根据嵌入算法 自行写出 提供了较好的抗压缩和抗剪切的效果(a number of documents under the file name and choose Notes extraction algorithm can write their own algorithms embedded mention for a better compression and anti-shear effect)
- 2006-01-11 11:23:42下载
- 积分:1
-
LocateLargest
提示用户输入一个二维数组,然后显示这个数组中最大元素的位置,返回值为包含两个元素的以为数组
(Prompts the user to enter a two-dimensional array, and then display the location of the largest element of the array, the return value is an array that contains two elements)
- 2013-12-18 10:11:20下载
- 积分:1
-
MC_matlab
用MonteCarlo方法,Matlab算法来实现分析信号源(use of Monte Carlo methods, algorithms to achieve Matlab Signal Source Analysis)
- 2007-07-03 17:36:21下载
- 积分:1
-
param_uu
parametrize model for modelling elecrical machine
- 2012-10-07 23:29:57下载
- 积分:1
-
Servo_Dc_motor_model
using servo characteristic equations,transfer function is derived by taking laplace
- 2013-12-20 14:33:40下载
- 积分:1
-
graphicschange
利用matlab解决图形转换问题,代码可直接运行(Graphics conversion problem solving using matlab, the code can be run directly)
- 2010-12-08 12:53:23下载
- 积分:1