-
Envelop1.1
对于信号的包络提取CWDM波形特征新方法的研究,可以有效地提取含杂音信号的包络。便于后续研究。(Extraction of the envelope for the signal waveform characteristics of the new method CWDM research can effectively extract the envelope of the signal with noise. Facilitate follow-up study.)
- 2010-07-30 23:04:13下载
- 积分:1
-
2010B
简单的碎纸片的拼接复原模型(matlab下的图像像素点处理)--2010年B题第一问解题(Simple recovery model stitching scraps of paper (matlab image processing pixel under))
- 2014-09-13 09:24:12下载
- 积分: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
-
FullBridgeInverter-(2)
THISIS SIMULINK MODEL OF FULLBRIDGE INVERTER
- 2013-08-26 05:47:08下载
- 积分:1
-
test_detect1
program to detect detection of vehicle on road using learning of haar features
- 2014-01-30 17:41:07下载
- 积分:1
-
Kalman
介绍了使用MATLAB实现对Kalman滤波的模拟,对Kalman滤波的学习和使用很有帮助。(Introduced the Kalman filter using MATLAB to realize the simulation, the learning and use of Kalman filtering helpful.)
- 2010-07-31 16:46:47下载
- 积分:1
-
tnn
互信息程序编码,是基于MATLAB环境下(Mutual information procedure codes, is based on the MATLAB environment)
- 2009-04-05 13:29:32下载
- 积分:1
-
ilc-based-on-PD
迭代学习算法程序,基于PD的,简单,无错误,能够运行,结果准确,适合初学者学习。(interative learning algorithm (ILC) based on PD, it is easy to understand and useful for beginner to learn. the algorithm can be used in industry and robot systerm .Matlab language.
)
- 2012-06-17 17:00:41下载
- 积分:1
-
shuangxiangdcdc
双向对称半桥式DCDC变换器的matlab仿真模型。在光伏储能系统中很广泛应用。经验证可运行。(Bidirectional symmetrical half-bridge DCDC converter matlab simulation model. Solar energy storage system is very widely used. Experience certificates can run.)
- 2012-11-26 12:07:13下载
- 积分:1
-
RLS_FIR
说明: 在自适应信号处理中,FIR滤波器被广泛使用。介绍了在MATLAB环境中采用RLS算法实现FLR自适应滤波器
的方法。
(In adaptive signal processing, FIR filters are widely used. Introduced in the MATLAB environment using RLS adaptive filter algorithm FLR method.)
- 2010-05-03 17:22:25下载
- 积分:1