-
PWS_DSPC
实现matlab中一些经常使用的功能,只要将其加入matlab中的path里,就可以直接调用这些函数。(err)
- 2008-12-27 15:49:25下载
- 积分:1
-
saturday
自己编写的有详细注释的lms算法。
并且调试已经通过,结果还不错(I have written a detailed annotated LMS algorithm. And debugging has been passed, the result was not bad)
- 2007-10-02 20:26:13下载
- 积分:1
-
GAtoolbox_matlab
GA TOOLBOX USING C++
- 2009-05-02 11:58:40下载
- 积分:1
-
img
中值滤波算法去除椒盐噪声,小生亲自编写的(voice pepper removal algorithm was removed during the wave)
- 2012-04-30 17:43:05下载
- 积分:1
-
bercomp
Bit error rate of MIMO using Zero forcing and MMSE Equalizer
- 2015-02-12 16:25:23下载
- 积分:1
-
Frank_signal_QPSK
产生脉内Frank相位编码调制信号,并对其进行平方、四次方变换,利用四次方FFT结果为单频信号的特点完成调制识别,最后绘图观察其瞬时相位曲线。(Generating pulse code modulation signal within Frank polyphase, and its square, four square transformed by FFT results for the fourth power single-frequency signal modulation characteristics of complete identification, finally drawing to observe the instantaneous phase of the curve.)
- 2015-03-15 09:05:31下载
- 积分:1
-
deceptionjammer
合成孔径雷达欺骗式干扰的matlab仿真源码(Synthetic aperture radar deception matlab simulation-type of interference source)
- 2009-06-13 22:55:12下载
- 积分:1
-
chaos-seq
说明: 由混合光学双稳模型生成混沌序列的matlab程序(By mix optics bistable model production chaos sequence )
- 2011-03-27 22:13:40下载
- 积分:1
-
一个灰色模型的matlab实现 gray
一个灰色模型的matlab实现,包含GM(1,1),GM(1,N),GM(2,1)和vershlust模型的系数计算,数值预报和误差分析以及图形输出(A gray model matlab realize, including GM (1,1), GM (1, N), GM (2,1) model and vershlust coefficient calculation, numerical weather prediction and error analysis, and graphical output)
- 2013-09-08 22:21:24下载
- 积分: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