-
m_map
应用matlab绘制各样投影的地图,以及相关的图形绘制等等等(plot the map with matlab, that is a very useful tool)
- 2015-04-08 19:20:17下载
- 积分:1
-
zsmj
Thinking on the matlab image processing, through four-dimensional perspective, involving multidisciplinary summary, as well as the threshold of the chaotic property
- 2010-06-05 16:24:51下载
- 积分: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
-
matlab-command-for-image-processing
说明: matlab图像处理相关命令大全,比较全面,并且有示例,都是一些简单但是很实用的matlab命令(it is good for those who are learning MATLAB )
- 2011-03-16 17:50:02下载
- 积分:1
-
GardnerForMatlab
BPSK gardner同步 同步算法仿真。此m文件把Gardner算法的信号生成到发送,接收及同步一并给出。-Gardner Synchronization Algorithm Simulation. This m file to Gardner algorithm to generate a signal to send, receive and be given simultaneously.(BPSK gardner Sync synchronization algorithm simulation. This m file to generate the signal Gardner algorithm to send, receive, and be given simultaneously.-Gardner Synchronization Algorithm Simulation. This m file to Gardner algorithm to generate a signal to send, receive and be given simultaneously.)
- 2020-07-01 17:00:02下载
- 积分:1
-
LBM-flow-around-circular-cylinder-
基于matlab语言的格子玻尔兹曼方法的圆柱绕流程序,直接在matlab里运行就可以得到相应的结果了(Based on the matlab language Lattice Boltzmann flow around a circular cylinder procedures run directly in matlab can get the corresponding results of the)
- 2013-10-31 16:34:49下载
- 积分:1
-
modelling-and-sim-matlab-comm-system
modelling and simulation using matlab
- 2013-04-13 21:29:32下载
- 积分:1
-
v1
说明: 室内麦克风阵列声源定位算法研究和实现预处理和定位部分代码(Indoor microphone array sound source localization algorithm research and implementation of pre processing and positioning part of the code)
- 2016-11-30 09:08:42下载
- 积分:1
-
matlabsvmprograme
说明: 用MATLAB实现支持向量机程序,有训练集和测试集,程序完整。(Using MATLAB support vector machine procedures to achieve, there are training set and test set, the program integrity.)
- 2009-07-27 10:47:31下载
- 积分:1
-
change-colour
说明: 最近编写了一个程序,现在跟大家一起分享一下,多多指正。
改变曲线色彩(change the colour of the curve)
- 2011-03-13 13:44:27下载
- 积分:1