-
polynomial
该源代码实现一元稀疏多项式的加法,减法的运算(The source code to achieve a dollar sparse polynomial addition, subtraction computing)
- 2007-10-23 15:44:28下载
- 积分:1
-
1
matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1
-
NARX
动态神经网络序列预测研究—基于matlab的NAXR实现(Sequence prediction research dynamic neural network based on matlab NAXR implementation)
- 2021-01-31 14:28:32下载
- 积分:1
-
final
本程序设计了一个最佳升余弦滚降系统,包括输入输出信号的波形、功率谱、眼图和系统误码率曲线(This procedure is designed or one of the best cosine roll-off system, including input and output signal waveform, power spectrum, eye diagram and BER curves)
- 2009-04-16 11:20:13下载
- 积分:1
-
Convex-Optimization
Stephen Boyd编写的凸优化理论书籍,学习凸优化方法必备书籍(Convex Optimization By Stephen Boyd)
- 2010-12-09 00:33:07下载
- 积分:1
-
speakerid
RASTA-PLP Speaker Identification
- 2012-05-25 15:31:22下载
- 积分:1
-
hf
说明: 数字图像处理--同态滤波--matlab程序(Digital image processing- homomorphic filtering- matlab program)
- 2013-12-02 10:52:44下载
- 积分:1
-
yuan
原对偶内点法求解各种非线性方程组,以及非线性优化问题(Primal-dual interior point method for solving nonlinear equations and nonlinear optimization problem)
- 2015-10-09 21:44:28下载
- 积分:1
-
pca
说明: 在matlab2019B中,已经将princomp函数改为了pca函数,功能相同,函数名改变,所以如果要使用,记得将老版本的代码中的princomp改为pca。(In MATLAB 2019b, the principal function has been changed to PCA function. The functions are the same, and the function name changes. So if you want to use it, remember to change the principal function in the old version of the code to PCA.)
- 2019-12-27 16:46:14下载
- 积分:1
-
zishiying
此程序为我写得自适应控制程序,欢迎大家评阅(I write this program for adaptive control procedures, welcomed the U.S. Review)
- 2008-08-04 20:47:22下载
- 积分:1