-
GDSS
说明: MATLAB的空间决策支持系统
MATLAB的空间决策支持系统(MATLAB MATLAB spatial decision support system for spatial decision support system)
- 2010-04-03 14:42:55下载
- 积分:1
-
qpsk
此为qpsk matalb仿真源程序,如有需要请谨慎下载(This is qpsk matalb simulation source, if necessary, download with caution)
- 2011-05-29 14:35:39下载
- 积分:1
-
MatlabPrinciplesOfCommunicationSystemsSimulation
matlab in digital communication
- 2010-11-11 10:50:37下载
- 积分:1
-
Desktop
用趋近律方法设计的滑膜控制器算法例程,模型对象为G(s)=133/s(s+25).(Reaching law designed by synovial controller algorithm routines, model objects for the G (s) = 133/s (s+25).)
- 2011-04-21 15:58:30下载
- 积分:1
-
turbobianma
一个turbo码的仿真程序,输入Eb/N0值,随着传输帧的增加,误码率增加,得到400帧的误码率。(a turbo code simulation program, the value of imported Eb, with the transmission of the frame, BER increasing, and the 400 bit error rate.)
- 2006-11-10 21:24:04下载
- 积分:1
-
example-7d6
pso in economic dispatch of power systems
- 2013-01-30 20:02:37下载
- 积分:1
-
vTexture
Segmentation-based fractal texture analysis to classify different image textures.
- 2015-04-02 01:56:49下载
- 积分:1
-
EMG
Reading, Filtering, Normalization, and Optimum Threshold Calculation of Electromyogram Signals
- 2017-12-26 03:55:56下载
- 积分: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
-
SYSTireTestsys
说明: 一汽车整车模型,包括各个部分以及路面激励模型,用于轮胎的测试。(One completed automobile car model, whch includs each part ,road surface encourage models and test for the tire )
- 2020-11-29 14:29:28下载
- 积分:1