-
matlabshiyonchengxu
MATLAB软件基本的图形应用实例,浅显易懂(MATLAB basic graphics software applications, easy to understand)
- 2009-04-16 10:14:18下载
- 积分:1
-
MIMOSignalAndSystems
国外教材MIMOSignalsAndSystems附带的程序(Foreign materials attached to the procedure MIMOSignalsAndSystems)
- 2009-05-08 18:38:10下载
- 积分:1
-
fadianji
发电机仿真模型,自己编写的,已经编译过很好用。(Generator simulation model, I have written, has compiled a very good use.)
- 2011-10-06 23:06:29下载
- 积分:1
-
MatlabDF
Matlab仿真DF和AF源程序,含详细比较,可得到仿真结果和图表。(Matlab simulation of DF and AF source, including a detailed comparison, simulation results and charts available.)
- 2011-11-19 20:19:28下载
- 积分:1
-
Neural-Network-Design
基于MATLAB坏境,一本很经典的神经网络设计书,值得参考学习(MATLAB,Neural Network Design)
- 2017-03-14 09:03:11下载
- 积分:1
-
tvdip
Performs discrete total variation denoising (TVD) using a primal-dual interior-point solver.
- 2010-12-16 21:06:23下载
- 积分: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
-
PID
MATLAB PID控制程序包,里面有较强的功能实现。(MATLAB PID control package, which has strong functions.)
- 2008-07-25 09:23:47下载
- 积分:1
-
PROGRAMS
数字信号处理实验指导书(matlab版)(Digital Signal Processing Experiment Instructions (Matlab version))
- 2012-04-17 14:56:07下载
- 积分:1
-
niulafa
牛拉法编程,是其在大电网多节点的网络中应用更方便(Cattle Rafah programming, is its application in multi-node network in a large grid is more convenient)
- 2014-10-24 10:18:58下载
- 积分:1