CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
SourceCode
Mathimatics-Numerical algorithms
matlab
Main Category
SourceCode
Web Code
Develop Tools
Document
Other resource
Search in result
Search
matlab list
Sort by :
«
1
2
...
.97
.98
.99
.00
.01
15802
.03
.04
.05
.06
.07
...
15812
»
遗传算法,神经网络-MATLAB程序合集
Downloaded:0
Update
: 2008-12-13
Size
: 4.38kb
Publisher
:
xinwang85
Matlab 牛顿插值法
Downloaded:0
x=a:(b-a)/n:b; %插值节点 y=f(x); plot(x,y,'b') %用蓝色线作被插函数图象 hold on z=a:(b-a)/(2*n):b; n=length(x); for j=2:n for i=n:-1:j y(i)=(y(i)-y(i-1))/(x(i)-x(i-j+1));%计算差商 end end u=y(n); m=length(z); for j=1:m for i=n-1:-1:1 u=y(i)
Update
: 2008-12-14
Size
: 378byte
Publisher
:
xie3256035
标准粒群优化算法程序
Downloaded:0
Update
: 2008-12-15
Size
: 6.84kb
Publisher
:
camejay
咖吗滤波matlab
Downloaded:0
function [h,s,v] = rgb2hsv(r,g,b) %RGB2HSV Convert red-green-blue colors to hue-saturation-value. % H = RGB2HSV(M) converts an RGB color map to an HSV color map. % Each map is a matrix with any number of rows, exactl
Update
: 2008-12-16
Size
: 1.48kb
Publisher
:
leohee
wavelet相邻尺度积系数阈值去噪
Downloaded:6
基于wavelet变换相邻尺度积系数阈值去噪法 在matlab7.0环境下运行 自己编的,希望编的效果比我好的同志,指出我的程序中的缺点,交流下。
Update
: 2008-12-16
Size
: 2.09kb
Publisher
:
anyanping
空-时无线通信源代码
Downloaded:0
Update
: 2008-12-22
Size
: 6.91kb
Publisher
:
leonsq2008
多种图像边缘检测与分割处理
Downloaded:0
多种图像边缘检测与分割处理
Update
: 2008-12-22
Size
: 40.71kb
Publisher
:
sharka
Matlab解常微分方程的初值问题
Downloaded:0
Update
: 2008-12-23
Size
: 80.5kb
Publisher
:
0524103
检测语音信号
Downloaded:0
语音的端点检测要用短时平均能量来检测 语音特征的提取要用13阶的lpc 模式匹配要用欧氏距离。
Update
: 2008-12-28
Size
: 2.72kb
Publisher
:
evil8855
MATLAB图像伸缩变化
Downloaded:0
用MATLAB编写的图像伸缩算法。可以拉伸或压缩图像。
Update
: 2008-12-28
Size
: 1.58mb
Publisher
:
dyubo2005
EZW源码(Matlab实现)
Downloaded:0
详细编写了EZW(嵌入式零树小波图像压缩技术),它主要由小波变换、量化和熵编码(Huffman编码)三个模块。 程序各个模块功能分明,依次为,Wavelet Decomposition,EZW Encoding(包含Huffman编码),EZW Decoding(包含Huffman解码),Inverse Wavelet Decomposition,Performance。
Update
: 2008-12-29
Size
: 129.18kb
Publisher
:
thebestxie
MATLAB图像处理源程序
Downloaded:3
程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 2.rar (15.23k) 程序代码说明 P0301:数字图像
Update
: 2009-01-02
Size
: 85.92kb
Publisher
:
wilsonwong
«
1
2
...
.97
.98
.99
.00
.01
15802
.03
.04
.05
.06
.07
...
15812
»
CodeBus
is the largest source code store in internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.