-
Pcm_Image
matlab,把文件解压后放入matlab的默认文件夹里,一般是(C:MATLAB7work)。在matlab主窗口中输入命令ima=imread( C:MATLAB7work1.jpg ),然后输入命令[P,U,iter]=GPAS2(ima,2),即可。绝对好运行(matlab, matlab to unzip the files into the default folder, usually (C: MATLAB7 work). In the matlab main window, type the command ima = imread (' C: MATLAB7 work 1.jpg' ), and then enter the command [P, U, iter] = GPAS2 (ima, 2), can. Definitely a good run)
- 2010-06-25 16:27:56下载
- 积分:1
-
circ_array
雷达天线————圆形阵列边界的矩形网格天线增益方向图( a rectangular grid array antenna gain pattern of Circular boundary )
- 2011-05-10 18:06:25下载
- 积分:1
-
try-change-sampling-rate
this file is used to change the sampling rate of the ecg signal
- 2011-11-10 18:44:38下载
- 积分:1
-
ULA_MVDR_beamforming
均匀线列矢量水听器阵MVDR波束形成研究(ULA vector sensors MVDR beamforming)
- 2020-11-06 11:39:49下载
- 积分:1
-
inpainting
補洞程式
新增加速功能
可實現一班基本補洞(Fill the hole add a program to accelerate features a group of basic fill holes)
- 2012-06-02 17:44:19下载
- 积分:1
-
MATCOM-VC-MATLAB
用MATCOM实现VC_对MATLAB中_m文件的调用(With MATCOM achieve VC_ on file in MATLAB call _m)
- 2011-09-27 18:13:37下载
- 积分:1
-
ryfs_12_07
溶液纺丝动力学的常微分方程组求解,对干法纺丝的研究很有用,主要用的是四阶五级龙格-库塔ODE45()求解的。(The solution spinning the dynamics of ordinary differential equations, the dry spinning useful is solved by order Runge- Kutta ode45 ().)
- 2013-05-08 22:42:14下载
- 积分:1
-
algorithme-genitice
code matalab of algorithme gentic using in recognition a object
- 2014-02-04 22:46:07下载
- 积分:1
-
reliabilitycal
matlab环境下求可靠性的程序,主要部分为求取最小路,采用容斥公式求可靠度
- 2010-05-13 21:41:18下载
- 积分: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