-
lms
LMS由美国斯坦福大学的Widrow和Hoff在研究自适应理论时提出的,由于其容易实现而很快得到了广泛应用,成为自适应滤波的标准算法。
(LMS Widrow of Stanford University by the United States and Hoff adaptive theory put forward in the study, because of its easy to implement and will soon be widely used as a standard adaptive filtering algorithms.)
- 2010-09-17 15:49:43下载
- 积分:1
-
FDFD_for_PCF_dispersion
说明: 用FDFD模拟光子晶体光纤的色散的程序,主程序为FDFD.m,计算色散的为dispersion.m(FDFD simulation of photonic crystal fibers with a dispersion of the process, the main program for the FDFD.m, calculated dispersion for dispersion.m)
- 2010-04-12 21:29:37下载
- 积分:1
-
BF
Beamforming Example problem using Minimum Variance Distortionless Response (MVDR) approach with a Uniform Linear Array (ULA) of five elements and interference and noise.
- 2013-12-02 01:34:11下载
- 积分:1
-
candle2
Draws candlestick charts based on open, high, low and close price series data in Matlab.
- 2014-02-01 20:58:49下载
- 积分:1
-
crb-and-rmse
雷达交叉定位精度分析,CRB界确定,寻求最远定位距离!(Radar cross positioning accuracy analysis, CRB sector determined to seek the farthest distance positioning!)
- 2021-04-23 18:08:52下载
- 积分:1
-
penfang
处理信号的时频分析,混沌的判断指标Lyapunov指数计算,多目标跟踪的粒子滤波器。( When processing a signal frequency analysis, Chaos indicator for Lyapunov index calculation, Multi-target tracking particle filter.)
- 2016-11-11 20:27:02下载
- 积分:1
-
stochastic
In probability theory, a stochastic process, or sometimes random process, is the counterpart to a deterministic process (or deterministic system). Instead of dealing with only one possible reality of how the process might evolve under time (as is the case, for example, for solutions of an ordinary differential equation), in a stochastic or random process there is some indeterminacy in its future evolution described by probability distributions. This means that even if the initial condition (or starting point) is known, there are many possibilities the process might go to, but some paths may be more probable and others less.
- 2010-08-11 04:13:08下载
- 积分:1
-
mmse
MMSE最小均方误差均衡仿真
可以方便的运行(MMSE matlab)
- 2013-08-22 19:15:27下载
- 积分:1
-
本代码是基于MIMO-OFDM系统下做的信道估计技术的研究
本代码是基于MIMO-OFDM系统下做的信道估计技术的研究。MIMO,OFDM是4G的核心技术,两者相结合的估计算法也是现在研究的热点。本代码包括几种核心的估计算法并可直接仿真出结果。(The code is based on MIMO-OFDM system channel estimation to do research. MIMO, OFDM is the core of 4G technology, a combination of both the estimation algorithm is now a hot research. The code includes several core estimation algorithm and simulation results directly.)
- 2020-06-27 00:40:01下载
- 积分:1
-
ngx-markdown-module
Nginx Markdown module
一个nginx模块,可以将网页中的markdown语法自动转义为html,无需引入其他支持库,执行效率高。
使用--add-module编译Tengine可用dso_install动态加载。
设置实例(http块)
location ~ /*.md {
mdfilter on
mdfilter_utf8 on
}
// Use Handler module
location ~ /*.mkd {
mdhandler
mdhandler_output html
}(Nginx Markdown module a nginx module can be a Web page markdown syntax is automatically escaped as html, without introducing additional support libraries, and high efficiency. Use- add-module compiled Tengine available dso_install dynamic loading. Set the instance (http block) location ~ /* md {mdfilter on mdfilter_utf8 on }.// Use Handler module location ~ /* mkd {mdhandler mdhandler_output html }.)
- 2014-02-06 11:50:09下载
- 积分:1