-
matlabTP1
用matlab进行有限元编程资料,需要用gmsh对geo文件进行网格划分,可更改各项参数后评价区域的传热性能(Finite element program data using matlab, need for geo file gmsh meshing, parameters can be changed after the heat transfer performance uation area)
- 2014-11-27 00:33:22下载
- 积分:1
-
SVD
搜集的SVD的一些小程序。matlab编写。(SVD collected some small programs. matlab prepared.)
- 2013-11-22 19:10:01下载
- 积分:1
-
sc
说明: SC is a useful function for displaying rich image data, of use to anyone wishing to visualize and save 2D data in ways beyond that which MATLAB built-in functions allow.
This function can be used in place of IMAGE, IMAGESC and IMSHOW, but does so much more. It is fast and displays images as they should be - correct aspect ratio, integer magnification, no axes. In addition, it can return the image as an output variable - useful for saving to disk, texture mapping surfaces, and post-rendering manipulation such as overlaying/combining two or more images.(SC is a useful function for displaying rich image data, of use to anyone wishing to visualize and save 2D data in ways beyond that which MATLAB built-in functions allow.
This function can be used in place of IMAGE, IMAGESC and IMSHOW, but does so much more. It is fast and displays images as they should be- correct aspect ratio, integer magnification, no axes. In addition, it can return the image as an output variable- useful for saving to disk, texture mapping surfaces, and post-rendering manipulation such as overlaying/combining two or more images.)
- 2009-08-25 19:00:06下载
- 积分:1
-
ART
ART重建算法,该算法可用于CT图像重建或EST图像重建-Matlab ART reconstruction algorithm, which can be used for CT image reconstruction or image reconstruction EST(matlab reconstruction algorithm, which can be used for CT image reconstruction or image reconstruction EST)
- 2011-09-22 10:07:26下载
- 积分:1
-
GA-PSO算法 2.0版本
说明: 基于遗传算法与粒子群算法的相机标定程序,值得借鉴(The camera calibration program based on genetic algorithm and particle swarm optimization is worthy of reference)
- 2020-07-04 01:20:01下载
- 积分:1
-
filter
differents types of filters for matlab.
- 2010-11-10 07:59:01下载
- 积分:1
-
new2
New files very important
- 2009-04-04 15:48:21下载
- 积分:1
-
dvbt_sim0
ofdm-dvb-t系统的仿真,有ofdm 实现模块,误码率计算,等模块。(ofdm- dvb-t system simulation, ofdm achieve module, BER, and other modules.)
- 2007-05-25 22:54:46下载
- 积分:1
-
em_diffraction
通过matalb简单的仿真的电磁波在狭缝中的衍射情况,并做出了动态图。(Through a simple simulation of electromagnetic matalb slit diffraction in the case and make a dynamic map.)
- 2014-01-11 14:22:49下载
- 积分:1
-
Discret-Wavelet-Transform-got-Daub2-by-Santhana-R
y=d2wavelet(x,Fs,level) does the 2nd order Daubechies Wavelet Transform of signal x with a sampling frequency Fs and the DWT is decomposition is done upto a level
It returns the matrix of all decompositions and the final approximations.
Instead of using the matlab s inbuilt DWT function, this file explains the algorithm for DWT. Mostly useful for learning & academic purposes.
For other wavelets, the filter values alone can be changed or WFILTERS can
be used.
The function basically is for Condition Monitoring of rotating equipments by vibration based bearing fault diagnosis by the author.
Example:
clear all
t=[0:0.0003:8*pi]
x=sin(5000*t)+sin(1000*t)
x=x(1:2^16)
level=5 Fs=1/0.003
d2wavelet(x,Fs,level)
Thanks for Downloading. Don t forget to rate or comment.
- 2013-04-05 21:52:35下载
- 积分:1