-
single-location
我写的一个地震单台定位的程序,可以输入初至和P波和S波的到时差就可以计算出震中,然后输入台站的经纬度就可以得到震中的经纬度(I wrote a single earthquake location procedures, may enter the beginning to and P-wave and S wave to the time difference can be calculated on the epicenter, and then enter the station s latitude and longitude can be the epicenter of the latitude and longitude)
- 2007-07-20 10:46:24下载
- 积分:1
-
urapiv_tiff_gui_v1
圖像處理分析,圖像輪廓邊緣化處理分析。
動態移動分析處理(This release is developed at June 2004, during the Aneurysm project at the IHW, ETH Zurich. The URAPIV includes simple GUI, works with TIFF successive files, coming from High-speed CMOS camera. The project is continued with 3D PTV later on, and allows us to validate the PIV experiment and the software. )
- 2009-03-31 22:26:13下载
- 积分:1
-
An_Introduction_to_Programming_and_Numerical_Meth
An useful book for matlab programmers
- 2010-12-04 01:33:15下载
- 积分:1
-
top_TDF
Topology description function topology optimization matlab
- 2013-07-04 19:47:48下载
- 积分: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
-
2DPOCHA
日本教授Ozaki所编写的二维相关光谱的计算可执行程序,国际上比较流行适用。(2dcos software to implement the nir spectroscopy analysis.)
- 2013-12-15 20:08:58下载
- 积分:1
-
fdtd3D_analysis
matlab code for FDTD analysis in 3 dimension
- 2009-04-24 22:30:23下载
- 积分:1
-
Bulk_Perfect
simulation of DC_DC_Bulk_converter by matlab simulink.
- 2012-11-26 05:38:48下载
- 积分:1
-
Exe0703
说明: MATLAB实用教程(第2版)实例的源代码程序EXE0703(MATLAB Practical Course (2) the source code program EXE0703 instance)
- 2011-04-11 21:55:38下载
- 积分:1
-
IIR
用matlab实现IIR滤波器的仿真,得到其辐频特性和相频特性曲线。(IIR filter implementation using matlab simulation, the radiation frequency characteristics and phase-frequency characteristic curve.)
- 2011-07-08 21:45:09下载
- 积分:1