-
pll-linear
该程序描述了二阶锁相环的环路滤波器的设计和线性模型分析(The program describes the second-order PLL loop filter design and linear model analysis)
- 2008-05-21 11:02:12下载
- 积分:1
-
10.1.1.148.8225
Development of Generalized Photovoltaic
Model Using MATLAB/SIMULINK
- 2010-12-12 06:32:52下载
- 积分:1
-
Matlab
matlab程序,里面有关于数学建模的各种程序,很实用(matlab program, there are various programs on mathematical modeling, it is practical)
- 2011-04-29 15:30:23下载
- 积分: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
-
UKF-for-Matlab
无迹卡尔曼滤波算法在Matlab环境下的实现。设置了两种仿真环境进行试验验证,给出了Matlab源程序代码与注释。(Unscented Kalman filter algorithm in Matlab environment. Set two environment simulation test verification, given Matlab source code and comments.)
- 2016-08-25 15:22:36下载
- 积分:1
-
TrueFileFilter
A file filter that always returns true.
- 2014-09-22 12:03:37下载
- 积分:1
-
PSOCL
可实现计算,利用C语言对PSO进行了编程。(can be calculated using the C language for the PSO program.)
- 2007-05-27 13:00:00下载
- 积分:1
-
matlabgui
一本根据自己学习的经历编写的matlab中的GUI编程的小册子,希望对大家有用(This is a book which is wirten by myself about matlab gui programing.I holp it s very usefull for you)
- 2010-03-14 18:35:27下载
- 积分:1
-
Cascade_Multilevel_inverter_model
this simulation is cascade with matlab
- 2012-09-10 17:27:34下载
- 积分:1
-
bandpass
实现PPG信号的特征提取,标记PPG信号的波峰和波谷值(Implementing feature extraction of PPG signal)
- 2019-05-13 11:13:11下载
- 积分:1