-
Blind-Channel-Estimation
就通信系统而言,涉及到有线信道及非卫星无线信道的问题时,信道不再可以看成为恒参信道,信号往往是通过未知信道传播,通常把这样的信道称为盲信道。 本源代码对盲信道的参数进行估计,利用matlab仿真,对做盲信道的工程人员有一定的借鉴价值。(On communications systems, related to non-cable channels and the issue of satellite radio channel, channel no longer can be seen as a channel Constant reference signal is often spread through unknown channels, usually channel such as the blind channel. Source code for the blind channel estimation of the parameters, the use of matlab simulation, on the blind channel to do the engineering staff from a certain value.)
- 2009-05-12 20:01:05下载
- 积分:1
-
MATLABprograming
说明: 用matlab编程实现一些最优化问题的求解,运筹学中的问题(Matlab programming to realize some of the most optimization problems, the problems in Operations Research)
- 2010-04-25 21:42:29下载
- 积分:1
-
MATLAB_introduction
matlab 入门
matlab 基本操作方法及入门介绍(matlab introduction)
- 2011-05-28 11:16:35下载
- 积分:1
-
Chap1
雷达系统设计的 matlab仿真,matlab仿真雷达信号
(Matlab simulation of the radar system design, Matlab simulation radar signal)
- 2012-06-06 21:40:37下载
- 积分:1
-
lms
这个程序关于语音信号的消噪,实现了一个基于最小均方误差算法的自适应噪声抵消器(This program about the speech signal de-noising, to achieve a minimum mean square error algorithm based on adaptive noise canceller)
- 2013-07-27 11:23:23下载
- 积分:1
-
demorse
Con este archivo tu puedes decodificar un sonido morse y lo conviertes a palabras
- 2012-05-08 01:20:40下载
- 积分:1
-
Iteration_method
重建CT图像,ART、SART、OSEM、MLEM算法(ARTalgorithm, SARTalgorithm, OSEM algorithm, MLEM algorithm.)
- 2020-12-23 14:39:08下载
- 积分:1
-
esn
这是基于MATLAB的回声状态网络,可用于趋势测量(This is based on MATLAB echo state network that can be used to measure trends)
- 2014-12-15 20:31:14下载
- 积分:1
-
Matalbforjava
说明: JAVA与MATLAB配置说明,实现Java与MATLAB连接通讯(JAVA and MATLAB configuration instructions, Java and MATLAB to achieve intercellular communication)
- 2010-04-26 21:40:58下载
- 积分: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