-
three_motor
grid connected power system
- 2013-05-08 16:48:22下载
- 积分:1
-
piano_notes_research
说明: 简单的音调识别系统,能够识别出钢琴弹奏出的音符/(Simple speech recognition system based on Matlab can get the final result through sample training.)
- 2020-08-04 08:58:33下载
- 积分:1
-
the-matched-filter
通过对匹配滤波器的了解,使用matlab编程实现匹配滤波器滤波(By understanding the matched filter, matched filter using matlab programming filtering)
- 2021-02-25 21:39:38下载
- 积分: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
-
nd-dd
牛顿迭代算法 m文件 我们在计算方法课上讲过,按书上给的算法作的(Newton iterative algorithm m our calculations document class said, according to the book to make the algorithm)
- 2009-05-22 11:03:49下载
- 积分:1
-
gold31
L=31的Glod序列生成程序(the sequence generation process Glod)
- 2007-04-21 09:58:14下载
- 积分:1
-
improvefilter
基于PCNN的数字图像噪声滤除算法,可以在matlab平台上进行仿真实验,效果较好。(Filtered algorithm based on digital image noise PCNN)
- 2016-12-09 14:19:49下载
- 积分:1
-
fangdaqi
由于一般的功率放大器不是线性的,且动态范围是有限的,所以当OFDM系统内这种变化范围大的信号通过非线性部件时,信号会产生非线性失真。(
As the general power amplifier is not linear, and the dynamic range is limited, so that when a large range of variation within an OFDM system, the nonlinear signal components, the signal will produce nonlinear distortion.)
- 2014-08-17 12:14:32下载
- 积分:1
-
00311256
a paper about the power sustem ieee file
- 2013-07-26 16:33:25下载
- 积分:1
-
MOS_CFAR
说明: 改进的有序统计类恒虚警检测器(MOS-CFAR),适合于多目标检测(detectors based on the modified ordered statistic constant false alarm rate (MOS-CFAR) technique.)
- 2020-11-16 16:49:41下载
- 积分:1