-
lms
最小均方算法lms在波束形成中的应用 LMS算法步骤: 1,、设置变量和参量: X(n)为输入向量,或称为训练样本 W(n)为权值向量 b(n)为偏差 d(n)为期望输出 y(n)为实际输出 η为学习速率 n为迭代次数 2、初始化,赋给w(0)各一个较小的随机非零值,令n=0 3、对于一组输入样本x(n)和对应的期望输出d,计算 e(n)=d(n)-X^T(n)W(n) W(n+1)=W(n)+ηX(n)e(n) 4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行。(Lms least mean square algorithm applied in Beamforming
)
- 2011-04-28 23:25:35下载
- 积分:1
-
cheapidingwei
该程序代码是用于车牌字符的定位以及分割,主要是采用联通区域法进行字符的分割(The program code is used for license plate character positioning and segmentation, mainly by China Unicom regional character of the segmentation method)
- 2010-05-26 14:17:14下载
- 积分:1
-
q
说明: 三篇关于MATLAB,模糊PID控制,液位控制与仿真的文章(3 on MATLAB, Fuzzy PID control, level control and simulation of the article)
- 2010-05-28 21:10:54下载
- 积分:1
-
regress-137
base is now HeapNumber with valid Smi value.
- 2014-09-22 08:54:44下载
- 积分:1
-
Digital-Signal-Processing
Digital Signal Processing Using MATLAB 3rd Edition-Slicer.pdf
- 2015-01-17 21:07:19下载
- 积分:1
-
滑动平均滤波器实验报告
给出一段噪声音乐信号,用滑动平均滤波器进行处理,观察改变滑动窗口宽度对声音效果的影响。
(1)读取一段噪声信号,画出未处理噪声信号的时域波形和信号频谱图;
(2)在Matlab中利用滑动平均滤波器对噪声信号进行处理,得出处理后的图像;
(3)改变滑动窗口的宽度,观察处理后噪声以及图像得出对效果的影响。(A piece of noise music signal is given. It is processed with a sliding average filter to observe the effect of changing the width of sliding window to the sound effect.
(1) a noise signal is read and the time domain waveform and signal spectrum map of the unprocessed noise signal are drawn.
(2) in Matlab, a sliding mean filter is used to process the noise signal, and the image after processing is obtained.
(3) to change the width of the sliding window, to observe the noise after processing and to the effect of the image.)
- 2018-01-27 16:12:36下载
- 积分:1
-
U4220
gmsk仿真程序,相干解调实现方法。。还是很好用的。。。(gmsk simulation program, to achieve coherent demodulation method. .)
- 2011-04-25 18:14:31下载
- 积分:1
-
chengxu
无标度网络的传播震荡毕业设计论文和源程序,主要有无标度网络的建立及其同步特性的分析,具有群落结构的无标度网络及其同步特性分析,还包括社会网络及其同步特性的分析(Scale-free networks spread shock design graduate papers and source code, mainly to establish whether the scale-free network analysis and synchronization features, with a community structure and scale-free network synchronization feature analysis, but also include social networking and synchronization Characteristics Analysis)
- 2013-07-16 08:33:53下载
- 积分:1
-
123
免疫算法解决最大团问题;此文件为源代码,经过多次验证可行。将代码输入matlab就可以运行。(Immune algorithm to solve the maximum clique problem source code of this file, feasible after several validation. Matlab code input can run.)
- 2013-01-11 02:54:31下载
- 积分:1
-
code-and-test-images
运用block-matching法进行去噪处理,matlab源代码。(block match)
- 2012-05-18 18:28:18下载
- 积分:1