-
Matlablab
matlab实现自适应滤波,分别用LMS算法和RLS算法实现系统辨识问题。(matlab adaptive filter, LMS algorithm and RLS were used algorithms for system identification problems.)
- 2010-12-11 01:31:47下载
- 积分:1
-
Digital_image_processing_using_matlab
Digital image processing using matlab - Rafael C. Gonzalez, Richard E. Woods, Steven L. Eddins - 0130085197(Digital image processing using matlab- Rafael C. Gonzalez, Richard E. Woods, Steven L. Eddins- 0130085197)
- 2009-07-20 11:22:20下载
- 积分:1
-
analyse
principal component analysis+ databases
- 2012-06-04 21:26:34下载
- 积分:1
-
zhiliutiaosufangzhen
基于MATLAB的直流调速系统仿真研究,含有对双闭环直流调速仿真的例子(Simulation of DC speed control system based on MATLAB)
- 2013-05-01 10:14:02下载
- 积分:1
-
demo
在matlab下编程,实现对不同生硬的识别,效果非常好,能识别差别很小的不同声音。(At under matlab programming, implementation of different identification blunt, very good results to identify small differences in different voices.)
- 2009-03-21 15:54:39下载
- 积分:1
-
gray-theory
灰色理论matlab的使用范例,有文字说明,简单易用(Use of gray theory matlab example, text instructions, easy to use)
- 2013-04-07 21:02:50下载
- 积分:1
-
two
液压伺服 系统二次型最优控制器设计提供了了相应的matlab算法结构。具有一定的研究价值(Hydraulic servo system quadratic optimal controller is designed to provide corresponding matlab algorithm structure of it. Have certain research value
)
- 2012-01-03 11:11:50下载
- 积分:1
-
BPSK
说明: 用正弦波叠加的方式生成一个最简单的 Rayleigh Fading Process ,具有 Doppler Frequency 。(Sine wave superimposed with the easiest way to generate a Rayleigh Fading Process, with Doppler Frequency.)
- 2011-03-11 11:52:19下载
- 积分:1
-
Untitled
神经网络BP算法的matlab源码,实现了学习和训练过程。(BP neural network algorithm matlab source code, to achieve the learning and training process.)
- 2011-05-04 20:01:23下载
- 积分:1
-
qpsk_g_r-
lear
N = 10^5
EB_NO = [-1:30]
liu1 = zeros(1,N)
liu2 = zeros(1,N)
for ii = 1:length(EB_NO)
m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1)
s = (1/sqrt(2))*m normalization of energy to 1
n = 1/sqrt(2)*[randn(1,N) + j*randn(1,N)]
- 2012-05-17 19:51:28下载
- 积分:1