-
easy_kalman_filter
说明: 一个简单的卡尔曼滤波代码,matlab编写,供初学者借鉴(A simple Kalman filter code, matlab prepared for beginners learn)
- 2011-04-11 20:15:25下载
- 积分:1
-
MRFtoyexample
一种基于马尔科夫随机场的图像分割matlab源码,包含ICM迭代条件模式求解最大后验概率算法,已通过测试。(Markov random field based image segmentation matlab source code, including the ICM iteration conditions for solving the maximum a posteriori probability model algorithm has been tested.)
- 2011-04-19 11:42:01下载
- 积分: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
-
cma
恒模算法的matlab实现,这是个人的一点看法,对于不同的电脑可能会有不同的小问题,仔细检查即可(Constant modulus algorithm matlab realize, this is a personal point of view, may be different for different computers, double-check to)
- 2013-04-29 14:31:38下载
- 积分:1
-
modelling_the_wireless_propagation_channel_a
use for calculate BER in channel
- 2009-05-26 14:17:01下载
- 积分:1
-
Pgmread
说明: 基于MATLAB的图像读取程序源码----针对PGM文件的读取(MATLAB code of read PGM image )
- 2010-03-16 21:33:36下载
- 积分:1
-
energy
energy leach a new version
- 2012-04-15 03:13:38下载
- 积分:1
-
123
基于Matlab的系统信号FFT频谱分析与显示(System based on Matlab Signal FFT spectrum analysis and display)
- 2009-03-20 23:54:16下载
- 积分:1
-
SVD
svd水印算法,运用svd分解来嵌入水印,抗噪性和鲁棒性都很好(svd watermarking algorithm)
- 2013-09-09 14:36:57下载
- 积分:1
-
srtmreadermatlab
srtm是美国nasa指定的精度为90米的全球高层数据,函数srtmshow可以利用matlab读取这样的数据,并且以mesh的形式显示他们。用法:srtmshow(‘c:/.../XXX.ttf’,60,70,60,70)。表示读取文件XXX.ttf中横向60 -70 ,纵向60 -70 的数据并显示他们。
(srtm the United States designated the accuracy of nasa' s global top 90 m data, the function srtmshow can use matlab to read this data and to display them in the form of mesh. Usage: srtmshow (' c :/.../ XXX.ttf' , 60,70,60,70). That read the file XXX.ttf 60 -70 in the horizontal, vertical 60 -70 of the data and display them.)
- 2011-05-26 17:35:26下载
- 积分:1