-
encoding
编码,交织,编纂和调制的GSM信道仿真。具有一定得应用价值(have something)
- 2009-04-23 19:48:57下载
- 积分:1
-
robust-control
求解含有时滞的鲁棒控制问题,并给出了一些数值例子。(time-delay robust control)
- 2013-04-21 20:48:08下载
- 积分:1
-
eight
Audio signal modelling containing a sequence of 2 identical chirp signals with an addition to filtering an image using simple low-pass 1-D filter.
- 2014-02-12 16:48:27下载
- 积分:1
-
criterion_pic1
两种图像重建质量判定方法,全图熵(ENT)和目标杂波比(Target to clutter ratio)。(Two criterion for image reconstruction,full image entropy and target to clutter ratio)
- 2016-11-24 22:07:29下载
- 积分:1
-
02
说明: 我上传了一本MATLAB遗传算法工具箱及应用,这是一本不错的书,对大家学习遗传算法和熟悉MATLAB工具有很大的帮助作用。(I uploaded a MATLAB genetic algorithm toolbox and its application, this is a good book, for everyone familiar with the study of genetic algorithm and MATLAB tools has a lot of help.)
- 2007-10-27 19:47:15下载
- 积分:1
-
xticklabel_rotate
解决MATLAB的label字体不能旋转显示的问题,有详细使用说明。(Solve the MATLAB label rotationproblem.Detailed instructions is given.)
- 2009-02-25 09:32:48下载
- 积分:1
-
polyfit
这里提供了两个消除趋势相的matlab程序
在故障诊断中 要对信号进行频谱分析 而在频谱分析前要消除趋势相 这样得到的频谱 能更好的反映故障 有利于进一步诊断(Here are two trends in the elimination phase of the matlab program in fault diagnosis to the signal spectrum analysis and spectrum analysis in the former to eliminate the tendency of such spectrum can be better reflected further in favor of fault diagnosis)
- 2008-01-06 11:11:57下载
- 积分:1
-
HuffTree
Make the Huffman-tree from the lengths of the Huffman codes. The Huffman codes are also needed, and if they are known, they can be given as an extra input argument.
- 2013-11-24 01:06:00下载
- 积分:1
-
lms
自适应LMS盲均衡算法,在MATLAB下实现,比较简单(err)
- 2007-12-28 15:40:18下载
- 积分: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