-
erere
一个拟合椭圆的程序,采用matlab编程,利用均值误差作为代价函数。(A fitting elliptical procedures, the use of matlab programming, using the mean error as the cost function.)
- 2008-06-24 16:59:20下载
- 积分:1
-
SVMmatlab
说明: 在MATLAB运行环境下,基于支持向量机的非线性系统辨识程序!(Run in the MATLAB environment, based on support vector machines for nonlinear system identification procedure!)
- 2010-04-11 18:44:08下载
- 积分:1
-
Matlab-filter
可以进行matlab滤波,含有多种模板,怎么这么无聊的网站(Matlab filter contains a variety of templates)
- 2013-01-05 15:43:30下载
- 积分:1
-
2013102242160953
人脑图像边缘提取,比较好用的人脑图像边缘提取matlab仿真程序。(The human brain image edge extraction, relatively easy to use the human brain image edge extraction matlab simulation program.)
- 2013-11-24 23:12:15下载
- 积分:1
-
CCR_DEA
利用matlab环境设计了DEA方法中CCR模型(Environmental design using matlab CCR DEA model )
- 2012-01-10 20:32:18下载
- 积分:1
-
Beamforming_BPSK
this is a source code of beamforming
- 2013-03-07 23:35:56下载
- 积分:1
-
mofang
魔方还原程序,主函数为Cube,采用CFOP,还原步骤为88步左右,底面十字未优化;采用留个3*3矩阵,前面为froo(数字3),后面为baa(数字-3),左面为leff(数字-2),右面为rigg(数字2),上面为upp(数字0),下面为doo(数字1),(Cube restore process, the main function of Cube, using CFOP, the reduction step is 88 steps or so, the bottom cross unoptimized adopt leave a 3* 3 matrix, in front of froo (figure 3), followed by the baa (figure-3), left the leff (digital-2), the right of rigg (figure 2), at the upp (number 0), following the doo (figure 1),)
- 2013-11-01 14:41:59下载
- 积分:1
-
0479-8023(2012)03-0405-06
基于Malvar窗时频谱的反Q滤波方法0479-8023(2012)03-0405-06(Seismic Inverse Q Filíering U sing Malvar Window based Time-Frequency Analysis)
- 2014-02-04 18:05:28下载
- 积分:1
-
yang_pure
纯色光的杨氏双缝干涉的Matlab仿真实验,与大学物理上的实验一致,可以看到干涉条纹(Solid y ou n g s s double slit interference of light, the simulation experiment, on the pure visiable light)
- 2010-10-14 22:23:33下载
- 积分: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