登录
首页 » Matlab » 游长平滑 Matlab代码

游长平滑 Matlab代码

于 2023-05-03 发布 文件大小:1.18 kB
0 86
下载积分: 2 下载次数: 1

代码说明:

游长平滑函数的Matlab代码,函数为function [Img_res] = Run_Length(Img,sigma_h,sigma_v,sigma_hv);其中Img是输入图像,sigma_h是水平方向的游长距离参数,sigma_v是垂直方向的游长距离参数,sigma_hv为第二次水平方向游长距离参数,Img_res是输出的结果图像该函数可以直接调用

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

发表评论

0 个回复

  • CSE_Assignment3
    I am submitting my Computational science and engineering assignment #3 based on SVD/PCA.The zip file contains matlab codes of Exercise no:1 and Exercise no:3 as program_1.m and program_3.m files respectively. I have made a separate reports for the above said two exercises as Report_problem1 and Report_problem3, both in pdf format. Please find the attached zip file.
    2011-04-20 13:38:47下载
    积分:1
  • funQuadTree
    Quad Tree image processing
    2011-05-03 21:23:21下载
    积分:1
  • chazhi
    本程序可以作为matlab插值使用,并可经过改变变量进行修改(This program can be used as matlab interpolation used and may be modified after changing the variable)
    2012-09-08 09:13:59下载
    积分:1
  • matlab-drawwing
    对于初学者用matlab画图很有帮助,能迅速熟练掌握matlab作图方法(it is bery helpful for beginners to learn Matlab drawing ,with it you can quickly master the mapping method of matlab)
    2011-12-20 23:39:26下载
    积分:1
  • samson2018720pblurayx264ytsag-english-128177
    ojdojdojdj ndijdijidj bdjbdjbdjb jbjbdjbdjb
    2019-01-24 02:16:45下载
    积分:1
  • beamshape
    对入射光进行相位调控,再经过傅里叶变换后进行输出,显示各个截面的光场分布(The incident light is regulated by phase, and then the output is carried out after Fourier transform, and the distribution of the light field of each section is displayed)
    2020-10-12 23:27:32下载
    积分:1
  • matlab-SSIM
    图像质量评价经典算法,ssim算法评价图像质量好坏程度的度量(Image quality assessment of the classical algorithm, SSIM algorithm.A measure of the degree of image quality )
    2021-04-26 15:08:45下载
    积分:1
  • eemd
    说明:  EEMD:总体经验模态分解,一种改进的EMD方法。(Total empirical mode decomposition is an Improved EMD method.)
    2020-01-29 21:47:15下载
    积分:1
  • 无限冲激响应低通滤波器的设计
    %IIR数字滤波器的设计 %设计一个低通数字滤波器,设计指标:通带截止角频率为ωp,阻带截止频率为ωs,通带最大衰减为δp,阻带最小衰减为δs %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%冲激响应不变法%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% clc; clear all; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%利用巴特沃斯设计低通模拟滤波器%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%     wp = 0.2*pi; ws = 0.3*pi; Deltap = -1; Deltas = -15;%低通数字滤波器设计指标     TS = 1;%采样时间TS     Wp = wp/TS; Ws = ws/TS; DeltaP = Deltap; DeltaS = Deltas; %求取模拟滤波器的设计指标     %确定巴特沃斯的阶数N和截止频率Ωc     N = log((10^(-DeltaP/10)-1)/(10^(-DeltaS/10)-1))/(2*log(Wp/Ws));     N = ceil(N);          %模拟滤波器的阶数N     Wc = vpa( Ws/( ( 10^( -DeltaS/10 )-1 )^( 1/( 2*N ) ) ),5 )%模拟滤波器的截止频率Wc %%获得模拟滤波器的系统函数H(s) &n
    2023-02-04 23:40:03下载
    积分:1
  • 完美的OQAM系统的OFDM仿真matlab代码
    大学数值分析算法,采用加权网络中节点强度和权重都是幂率分布的模型,可以得到很精确的幅值、频率、相位估计,连续相位调制信号(CPM)产生,微分方程组数值解方法,搭建OFDM通信系统的框架。
    2023-04-20 16:45:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载