-
SVM
说明: SVM支持向量机,利用matlab语言实现,很简单,以word的形式给出-(SVM support vector machine, using matlab language is very simple to word given in the form-)
- 2010-04-17 18:38:33下载
- 积分:1
-
twobeams
光束合成相干仿真器,模拟两个光束在空气中传播并相干,可进行参数设定。(Coherent beam combiner simulator to simulate the propagation and the two coherent light beams in the air, the parameters can be set.)
- 2013-12-27 01:47:26下载
- 积分:1
-
MIMO_OFDM
ofdm mimo MATLAB仿真(ofdm mimo MATLAB simulation)
- 2010-05-10 16:29:17下载
- 积分:1
-
san
计算三相短路的短路电流 ,各节点电压,各支路电流(Calculate the three-phase short-circuit short-circuit current of each node voltage, branch current)
- 2012-05-12 19:13:12下载
- 积分:1
-
wsa
无速度传感器的异步电机矢量控制书籍对学习电机的控制有很大的帮助(Speed sensorless induction motor vector control books of great help to learning motor control)
- 2012-05-25 22:19:04下载
- 积分:1
-
matlab-optical
优化问题的matlab解决方法,包括最优路径和动态规划、线性规划问题(optimization problems Matlab solutions, including optimal routing and dynamic programming, linear programming problem)
- 2007-05-13 11:19:03下载
- 积分:1
-
Estimation-of-Energy-Comsuption-per-Instances
Estimation of Energy Comsuption per Instances
- 2015-03-15 17:21:05下载
- 积分:1
-
papr
说明: 内含OFDM 峰均比的仿真程序,选择性映射slm和部分序列pts(OFDM PAPR includes simulation program, selective mapping and partial sequence pts slm)
- 2020-10-26 19:39:59下载
- 积分:1
-
Model_PMSG_Complete
A complete model of the permanent magnet synchronous generator connected to the grid
- 2016-12-04 23:53:26下载
- 积分: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