-
MATLAB_BASIC
Matlab basics are explained to brief the concepts in details
- 2014-02-20 20:14:39下载
- 积分:1
-
Moving-Targetl-Code
Moving Target Parameters Estimation in Noncoherent MIMO Radar Systems
Aboulnasr Hassanien, Member, IEEE, Sergiy A. Vorobyov, Senior Member, IEEE,and
Alex B. Gershman, Fellow, IEEE
IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 60, NO. 5, MAY 2012
- 2014-02-21 07:48:12下载
- 积分:1
-
CornerDetector
To detect the corner points in an image
- 2014-09-23 15:32:09下载
- 积分:1
-
fourth_order_RuggeKutta
四阶龙格-库塔法的MATLAB实现,给出了程序源代码。(Fourth-order Runge- Kutta method MATLAB implementation)
- 2013-04-30 13:31:34下载
- 积分:1
-
gpml-matlab-v3.1-2010-09-27
说明: 高斯过程算法在回归和分类中的应用程序。与书本《基于高斯过程的机器学习》配套。本程序是最新的v3.1版,更新于2010-09-27(Gaussian process regression and classification algorithm in the application. And the book " machine learning based on Gaussian process" support. This program is the latest v3.1 version, updated on 2010-09-27)
- 2011-03-12 16:18:39下载
- 积分:1
-
wave
图像处理中的小波变换,matlab代码。非常好用哦(Wavelet transform in image processing, Matlab code. Very easy to use Oh)
- 2012-05-19 20:15:38下载
- 积分:1
-
count
counts command line arguments
- 2012-08-05 16:01:39下载
- 积分:1
-
fisher_d
matlab实现模式识别中fisher判别,并显示判别结果(matlab achieve pattern recognition fisher discriminant and display the result of the discrimination)
- 2013-03-12 20:42:57下载
- 积分:1
-
OFDM
基于MATLAB的OFDM发送,接收端程序。(MATLAB based on the OFDM transmission, the receiving end procedures.)
- 2008-06-03 04:25:14下载
- 积分: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