-
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
-
elasticsearch-river-mongodb-1.7.1
elasticsearch-river-mongodb 源码,主要讲述elasticsearch 和 mongodb 同步索引实现。可以实现自己编译。(Elasticsearch-river-mongodb source code, including elasticsearch and mongodb synchronization index. Can be compiled.)
- 2013-11-14 10:46:39下载
- 积分:1
-
yi
说明: 基于matlab 的叠加高斯白噪声的正弦信号频谱分析,给定正弦函数x=sin(2πf0n/N+π/3)+sin(2πf1n/N+π/4),设定f0.f1的值,加了噪声之后做快速傅里叶变换,在matlab中分析其频谱,验证是否与f0,f1的值符合。再变换N值,看随着N值的变化对应点是否符合及有何变化。(Matlab based on the superposition of Gaussian white noise sinusoidal signal spectrum analysis, given the sine function x = sin (2蟺f0n/N+蟺/3)+sin (2蟺f1n/N+蟺/4) set value of f0.f1, do a quick noise Fourier transform to analyze the spectrum in matlab, verify that with f0, in line with the value of F1. Transform the value of N, see change as the value of N corresponding points of compliance and what changes.)
- 2013-05-01 13:44:49下载
- 积分:1
-
image-quality-evaluation
该matlab代码主要用于计算图像的边缘强度,信息熵,灰度均值,标准差(均方差MSE),均方根误差,峰值信噪比(psnr),空间频率(sf),图像清晰度,互信息(mi),结构相似性(ssim),交叉熵(cross entropy),相对标准差。( calculate the uation average gradient, edge strength, information entropy, gray are Value, standard deviation (mean square error MSE), root mean square error, peak signal to noise ratio (psnr), spatial frequency (sf), image clarity, mutual information (mi), structure Similarity (ssim), cross-entropy (cross entropy), the relative standard deviation.)
- 2021-04-13 15:28:56下载
- 积分:1
-
tianxian
共面波导馈电的超宽带天线研究_有效解决天线问题(Ultra-Wideband Antenna coplanar waveguide fed _ effectively solve antenna problems)
- 2015-03-30 10:23:20下载
- 积分:1
-
F16FlightControlSimulation
F16飞行控制仿真程序,针对F16战斗机做的飞行控制仿真(F16 flight control simulation program, to do for the F16 fighter flight control simulation)
- 2011-10-17 10:09:00下载
- 积分:1
-
2
信号处理,进行信号检测与处理,通过设定threshold来进行信号检测的可信度调整(Credibility adjustment signal processing, signal detection and processing, by setting threshold for signal detection)
- 2013-12-02 04:16:09下载
- 积分:1
-
MPAM1
通信类、数字基带信号的编码、解码、Simulink程序框图(Communications, digital baseband signal encoding, decoding, Simulink block diagram)
- 2013-12-16 17:58:01下载
- 积分:1
-
HEV-model-for-Cruise
混合动力汽车仿真模型,请在Cruise软件下运行,包括控制策略的MATLAB模型,通过建立DLL与Cruise进行联合仿真(Hybrid vehicle simulation model, run under Cruise software, including MATLAB model control strategy, by establishing co-simulation DLL with Cruise)
- 2016-07-27 14:38:42下载
- 积分:1
-
Floyd
Floyd最短路径算法的MATLAB程序,经过测试(Floyd shortest path algorithm of MATLAB procedures tested)
- 2007-11-02 01:14:41下载
- 积分:1