-
GPS-MATLAB
用matlab仿真GPS卫星,3维动画,非常不错的,
含有GUI功能。(Matlab simulation using GPS satellites, 3D animation, very good, with GUI functionality.)
- 2011-05-10 18:00:05下载
- 积分: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
-
Aerospace-Blockset-3.2
matlab Areosimulink and block
- 2014-12-13 01:10:52下载
- 积分:1
-
BilinearSystems
concerned with the blind identication of
bilinear systems excited by higher-order white noise. Un-
like prior work that restricted the bilinear system model to
simple forms and required the excitation to be Gaussian dis-
tributed, the results of this paper are applicable to a more
general class of bilinear systems and for the case when the
excitation is non-Gaussian. We describe an estimation pro-
cedure for the computation of the system parameters using
output cumulants of order less than four.
- 2009-05-26 22:19:50下载
- 积分:1
-
q4qqqq.m
nmls to solve stochastic problems
- 2011-06-13 19:14:45下载
- 积分:1
-
manual_routing
Path manually writing code, is to allow the ns2 manual routing is used, this is our experimental multichannel implementation, hoping to share.
- 2014-01-03 10:59:38下载
- 积分:1
-
RAKE
利用MATLAB软件来仿真RAKE接收机分集接收性能的程序(Performance simulation of RAKE receiver diversity using MATLAB software program)
- 2015-05-03 11:18:55下载
- 积分:1
-
content
这次上传的是关于神经网络的电子文档,详细介绍了神经网络的相关知识。(The upload is about the neural network of electronic documents, detailed knowledge of neural networks.)
- 2009-11-10 11:02:38下载
- 积分:1
-
xb
说明: 基于MATLAB软件下的小波变换代码,实现小波变换对图片的压缩处理(MATLAB software based on wavelet transform under the code, the realization of wavelet transform for image compression)
- 2009-06-12 13:48:42下载
- 积分:1
-
demag_tensor
This Algorithm comutes demagnetizig tensor from Newell Paper[1] between two rectangular shape elements.Main function is and there is equivallent function written in c-language, you can use it to compile mex file.This script can be used in field of micromagnetics and finite difference magnetic simulation software.
1. A.J. Newell, W. Williams, D.J. Dunlop, J. Geophys. Res. 98, 9551 (1993).
- 2013-09-10 21:13:30下载
- 积分:1