-
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
-
A-Variable-Step-Size-LMS-Algorithm
一种变步长的归一化最小均方自适应滤波算法的实现(A variable step size normalized least mean square adaptive filter algorithm to achieve)
- 2011-06-22 22:38:08下载
- 积分:1
-
wang_retinex
对应汪荣贵基于暗原色先验模型的Retinex算法程序,程序是我自己通过学习他的论文根据论文编写的,大家可以看看。(WANG Rong-gui dark colors correspond to a priori model based on Retinex algorithm, the program is my own by studying his thesis based on papers prepared, we can see.)
- 2013-09-21 15:23:58下载
- 积分:1
-
Connected-Component-based-text-region-extraction
The basic steps of the connected-component text extraction algorithm are given below,
and diagrammed in Figure 10. The details are discussed in the following sections.
1. Convert the input image to YUV color space. The luminance(Y) value is used for
further processing. The output is a gray image.
2. Convert the gray image to an edge image.
3. Compute the horizontal and vertical projection profiles of candidate text regions
using a histogram with an appropriate threshold value.
4. Use geometric properties of text such as width to height ratio of characters to
eliminate possible non-text regions.
5. Binarize the edge image enhancing only the text regions against a plain black
background.
6. Create the Gap Image (as explained in the next section) using the gap-filling
process and use this as a reference to further eliminate non-text regions the
output.
- 2014-12-16 00:41:34下载
- 积分:1
-
main_no_offset_2
假设截获了一段短波数字通信的信号,要求解调出最终的信息,每组解调出来后,将10组信息组合起来,恢复最终的信源输出数据。
先验信息:两组数据文件,编号为1、2,每组I、Q两路存放,格式为“int16”,采样率为9600Sa/s,其中第一组为单径情况,第二组为多径情况。
参数符合MIL-STD-188-110A标准;
同步序列为syn=seq.dat,BPSK调制;
接收机频率稳定度高于1e-6。
文件中有效信息总长度为333.75s,其中同步头长为5/12s,每时隙1/6s,训练序列占10 ,在数据之前;
交织方式为全交织,矩阵交织,列为1000,在比特级进行;
纠错码码率为1/2;
调制方式为BPSK、QPSK和8PSK中的一种,映射方式为二进制,BPSK相位偏移为0,其余两种为 。
(Suppose intercepted signal for a period of short-wave digital communications requires final demodulated information after each demodulated, combining 10 group information, to restore the final output data source.
Priori information: two sets of data file, numbered 1, 2, each I, Q two-way storage, the format is int16 , sampling rate 9600Sa/s, where the first group is a single path, the second group multipath situation.
Parameters meet MIL-STD-188-110A standard
Synchronization sequence syn = seq.dat, BPSK modulation
The frequency stability of the receiver is higher than 1e-6.
File payload total length of 333.75s, wherein the synchronization header length is 5/12s, each time slot 1/6s, accounting for 10 of the training sequence, before the data
Interleaving for the whole interleaving matrix interleaving, as 1000, carried out at the bit level
Error correction code rate of 1/2
The modulation scheme is BPSK, QPSK and 8PSK one, a binary mapping, the BPSK phase offset is 0, the )
- 2016-06-20 19:12:40下载
- 积分:1
-
二阶一领导四跟随
说明: 多智能体系统中二阶情况,有一个领导者四个跟随者(In the second-order case of multi-agent system, there is one leader and four followers)
- 2020-07-02 17:33:36下载
- 积分:1
-
Vth
Vth system calculation
- 2013-08-21 04:12:02下载
- 积分:1
-
Labimages
双线性快速缩放图像以及简单的半色调打印技术程序(images processing)
- 2014-01-08 18:12:27下载
- 积分:1
-
TSPM
说明: tabu search scheduling problem using matlab
- 2020-06-23 06:20:02下载
- 积分:1
-
QAM32
Digital communication QAM32 generation
- 2008-02-01 06:11:55下载
- 积分:1