-
256-colortograyscale
256色转灰度图,用matlab实现一副彩色图像的灰度变换,但必须是bmp格式的图像(256-color to grayscale, using matlab to achieve a color image of the gray-scale transformation, but it must be bmp format images)
- 2010-05-19 23:18:58下载
- 积分:1
-
wavelet
此程序用提升法实现第二代小波变换
用的是非整数阶小波变换
采用时域实现,步骤先列后行
正变换:分裂,预测,更新;
反变换:更新,预测,合并
只做一层(可以多层,而且每层的预测和更新方程不同)(This procedure achieved by lifting the second generation wavelet transform with a non-integer order wavelet transform time-domain realization of transformation steps, then over are: split, predict, update inverse transform: Update, forecasting, consolidation only a layer of ( can be multi-layer, and each prediction and update equations are different))
- 2010-09-27 10:33:43下载
- 积分:1
-
matlab-function
Matlab中所有的函数,用户可以方便地使用(Matlab, all functions, users can easily use)
- 2011-04-27 21:27:56下载
- 积分:1
-
CKF_UKF
将CKF与UKF融合在一起,很好的解决了CKF应对状态突变的问题(The CKF and UKF together, a good solution to the problem CKF respond mutation status)
- 2013-07-04 09:59:22下载
- 积分:1
-
grad
梯度下降法优化函数,包括回溯搜索法和精确直线法(Gradient descent method to optimize the function, including backtracking search method and precise line method)
- 2020-08-12 12:48:26下载
- 积分:1
-
Feature-Extraction
matlab program for feature extraction
- 2011-04-24 01:06:35下载
- 积分: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
-
bpsk_r
BPSK的R参数分析归一化,求瞬时平方包络均值(BPSK Analysis of the R parameters normalized, and the instantaneous mean-square envelope)
- 2009-05-12 23:06:17下载
- 积分:1
-
test_low_scales
关于MATLAB的编程和应用,及其在去除噪声中的应用,源程序的编写和修改(On MATLAB programming and applications, and its application in noise removal applications, the preparation and revision of the source code)
- 2009-06-25 12:38:31下载
- 积分:1
-
Simplex2phase
matlab两阶段单纯形法解线性规划问题的函数,有详细的注释和说明,还有一个word文档是用该程序解决实际问题的一个例子。(Matlab codes for simplex 2 phase algorithm, detailed comments and instructions, and a example using this code to solve a real problem.)
- 2013-12-25 11:31:29下载
- 积分:1