-
wavelet-denoise
利用小波变换进行图像去噪的程序 基于MATLAB的(Image denoising using wavelet transform procedures for MATLAB-based)
- 2010-08-17 16:39:05下载
- 积分:1
-
s4vm
s4vm算法,matlab 是实现半监督学习的较好的方法,能够对多种数据集进行测试,代码中包含例子,下载即可以使用(s4vm algorithm, matlab is better to achieve semi-supervised learning methods can be tested on a variety of data sets, the code contains examples that can be used to download)
- 2020-09-20 01:27:55下载
- 积分:1
-
radar
二进制相位编码脉冲、方形编码脉冲等信号的脉冲压缩处理matlab示例(Pulse Compression for different kind of signals such as binary phase coded pulse and square coded pulse.)
- 2017-09-22 10:04:20下载
- 积分: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
-
matlab
说明: 这是matlab的根轨迹程序代码,很好很好的代码(This is the root locus matlab code, very good very good code)
- 2010-03-30 15:20:15下载
- 积分:1
-
letitsnow
Signal Processing. rum this programme and you will see a winter effect. it will start snowing on ur desktop
- 2012-03-30 03:17:30下载
- 积分:1
-
chazhiyunihe
matlab经典算法的程序之插值与拟合,多项式的插值与拟合等程序(classical algorithm matlab interpolation and fitting procedures, such as polynomial interpolation and fitting procedures)
- 2011-07-09 11:21:28下载
- 积分:1
-
Matlab
关于matlab的基础语言和其他算法,有利于初学者(Based on the matlab language and other algorithms, help beginners)
- 2013-08-18 23:24:26下载
- 积分:1
-
work
matlab入门小程序,实现简单的导入图片文件,将图片变成灰度图像,给图片添加噪声、滤波等(matlab study for the fist step)
- 2014-11-14 18:03:30下载
- 积分:1
-
fem1d_spectral_numeric
FEM1D_SPECTRAL_NUMERIC is a MATLAB program which applies the spectral finite element method to solve the problem u = - pi^2 sin(x) over [-1,+1] with zero boundary conditions, using as basis elements the functions x^n*(x-1)*(x+1), and carrying out the integration numerically using MATLAB s quad() function. This function solves the problem u = - pi^2 * sin( pi * x ) for x in (-1,1), with boundary conditions u(-1) = u(1) = 0.
- 2011-12-02 06:06:55下载
- 积分:1