登录
首页 » matlab » 1

1

于 2013-12-18 发布 文件大小:1KB
0 182
下载积分: 1 下载次数: 15

代码说明:

  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)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ek1f
    该程序用扩展的Kalman滤波实现可非线性状态的估计。(With the expansion of the program realization of the Kalman filter may be non-linear state estimation.)
    2009-04-23 20:08:51下载
    积分:1
  • PIDfangzhen
    介绍了先进PID控制的各种算法的matlab仿真(Introduction of advanced PID control algorithms of matlab simulation)
    2008-05-14 09:41:43下载
    积分:1
  • lvboqisheji
    设计一个IIR数字低通滤波器, 逼近一组模拟滤波器的指标参数(通带截止频率Wp=2*pi*2000rad/s,阻带边界频率Ws=2*pi*3000rad/s,通带波纹 Rp=3db, 阻带衰减Rs=15db, 采样频率f=10000Hz); 分别用脉冲响应不变法和双线性变换法实现设计,列出传递函数并描绘模拟和数字滤波器的幅频和相频响应曲线。用上述设计滤波器完成几组给定信号的滤波,证明滤波器的有效性和滤波范围限制.(Design a IIR digital low-pass filter, approaching a group of analog filters indicator parameters (pass-band cut-off frequency Wp = 2* pi* 2000rad/s, stop-band edge frequency Ws = 2* pi* 3000rad/s, pass-band ripple Rp = 3db, stop-band attenuation Rs = 15db, the sampling frequency f = 10000Hz) were used to change the impulse response method and bilinear transformation method for design, list and describe the transfer function of analog and digital filter amplitude-frequency and phase-frequency response curve. A filter was designed with the completion of the above-mentioned groups of a given signal filtering, to prove the effectiveness of filters and filter limit)
    2010-01-10 21:27:12下载
    积分:1
  • saveppt1207
    SAVEPPT(filespec,title,prnopt) saves the current Matlab figure window or Simulink model window to a PowerPoint file designated by filespec.(SAVEPPT (filespec, title, prnopt) saves the current Matlab figure window or Simulink model window to a PowerPoint file designated by filespec.)
    2007-12-17 00:09:25下载
    积分:1
  • wind-turbine-MPPT
    风力机模型,定步长最大功率跟踪(matlab/simulink模型 风力机+MPPT)(Wind power given the step climbing method maximum power tracking (matlab/simulink model of wind turbine+MPPT))
    2013-01-24 22:00:27下载
    积分:1
  • Vehicle-dynamics
    汽车动力学中汽车四分之一和二分之一MATLAB模型,还有路面谱模型,可以直接运行,效果良好(Vehicle dynamics in a quarter and half car MATLAB model, as well as road spectrum model, you can run directly to good effect)
    2020-07-03 03:00:02下载
    积分:1
  • main2
    本程序完成地震信号的提取检测。以往都是利用地震信号的能量比,此处创新选择地震信号的过零点作为边缘提取的判断。新方法效果不错。(The process is complete extraction of seismic signal detection. Past, the energy ratio of seismic signal, where innovation and choice as the seismic signal zero-crossing edge detection judgments. The new approach is very effective.)
    2010-08-19 10:39:53下载
    积分:1
  • Xilinx-FPGA-Matlab-Simulate
    这是Matlab实现的非常简单的数字信号调制仿真,用于Xilinx FPGA(ASK, BPSK, FSK, OOK, QPSK)(Matlab is very simple simulation of digital signal modulation for Xilinx FPGAs (ASK, BPSK, FSK, OOK, QPSK))
    2012-05-22 20:40:53下载
    积分:1
  • w000
    对表面肌电信号的分析处理的Matlab程序,包括:求频谱、倒谱、功率谱和中值频率等。(Surface EMG signal analysis and processing in Matlab, including: the demand spectrum, cepstrum, power spectrum and the median frequency.)
    2020-11-26 14:29:32下载
    积分:1
  • source
    retrieve data from fig and export to excel
    2012-10-08 14:57:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载