-
Mesh2d_v24
非结构网格剖分,进行平面网格的剖分,可以插值复杂地形(Unstructured mesh generation, the plane of the grid mesh, can be interpolated complex terrain)
- 2011-05-17 10:24:23下载
- 积分:1
-
wavTransform
将wav文件从十进制转换成二进制,再从二进制转换回去(tansform a wav file from decimal to binary and reverse the process)
- 2012-05-24 17:27:00下载
- 积分:1
-
polyphase
cordic algorithm is very use ful for implemention sin and cos and trangulation function
- 2015-02-19 06:49:51下载
- 积分:1
-
w_segy
读取segy数据、文件,写道头卷头等等,内置说明书,简单易用(Read the segy data, file, writes head roll and so on, the built-in instructions, easy to use)
- 2013-12-30 10:20:00下载
- 积分:1
-
Fuzzy-Logic-based-STATCOM
基于模糊逻辑控制的静止同步补偿器来提高暂态稳定性(Fuzzy Logic based Static Synchronous Series Compensator(SSSC) for Transient Stability improvement)
- 2014-01-07 21:20:00下载
- 积分: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
-
GUI-examples
自己做的一些Matlab GUI 简单的小程序,适合刚接触GUI的用户使用。(Matlab GUI to do some of their simple little program for users who are new to GUI.)
- 2011-06-03 17:10:13下载
- 积分:1
-
Attachments_2012_03_11.zip.mmmmm
optimization with iteration pso
- 2014-08-22 19:24:34下载
- 积分:1
-
pipei
图像匹配的Matlab程序,内含模板和匹配图片(Matlab image matching procedures, including templates and matching pictures)
- 2013-12-09 13:14:20下载
- 积分:1
-
PAPR_PTS_SLM
有关SLM的调制方式,希望大家好好学习,天天向上,努力提高自己(SLM modulation on, I hope you study hard, every day, strive to improve their)
- 2011-01-20 21:29:01下载
- 积分:1