登录
首页 » matlab » NOISE-REDUCTION-GUI

NOISE-REDUCTION-GUI

于 2013-04-20 发布 文件大小:36KB
0 302
下载积分: 1 下载次数: 9

代码说明:

  Low-pass filters allow the low frequency components of an input signal to pass through while attenuating (reducing) high frequency components. Measurement noise fall into the high frequency range of the signal spectrum, while the underlying process signal usually lies towards the low frequency end. Thus filters that are used to remove noise from measurements are of the low-pass types. This program uses Chebyshev FIR low pass filter based on antenna theory approach to filter noise from human speech signal.

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

发表评论

0 个回复

  • pso
    改进的pso算法(3个m文件和一个说明文件): 本算法实现Clerc and Kennedy 2002年对pso算法的重要改进(The improved PSO algorithm (3 M files and a description of the file): An important improvement of Clerc and Kennedy in 2002 on the PSO algorithm this algorithm)
    2014-08-19 11:14:26下载
    积分:1
  • ARCLENGTH
    Finds the roots of a function using the arc-length method
    2014-01-10 16:43:41下载
    积分:1
  • 74
    说明:  (7,4)循环编码m文件基于matlab((7,4)convenc encoder m file base on matlab )
    2009-12-08 19:29:35下载
    积分:1
  • SVM
    支持向量机算法的Matlab实现,希望能对大家有所帮助!(Matlab Support Vector Machine algorithm to achieve, I hope you can help!)
    2010-06-01 15:32:36下载
    积分:1
  • Untitled
    图像色彩变换, 彩色图像,伪彩色图像之间的转换(the translation of image color )
    2011-10-23 09:47:15下载
    积分:1
  • insertrows
    Insert row in matlab
    2014-12-07 18:47:03下载
    积分:1
  • 554458566Labview
    Matlab 的LabView如何同自己的设备仪器相连接,通讯以及控制的视频。非常详细的步骤教你如何建立各种设备的通讯驱动。原来LABVIEW能有这么好的功能。(This is the video to teach you how to create communication between your Labview and your instruments and control them.Very advanced steps to show you how the communication drive works under Matlab environment.)
    2010-11-28 06:23:11下载
    积分:1
  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • qtfm
    四元数傅里叶变换代码,四元数在图像上的应用(quaternion fourier transform)
    2012-10-16 21:48:16下载
    积分:1
  • 时间序列数据
    时间序列数据是指按照时间先后依次排列的观测值所构成的数列,如各年度的国内生产总值、人口数据等。研究时间序列数据模型处理的主要目的是进行数据预测,如预测下一年度的销售额、预测股票价格的走势等(Time series data is the number of columns in accordance with the chronological order of priority observations posed, such as gross domestic product each year, the population data. The main purpose of study time series data model for data processing is forecast sales next year as forecast, predict stock price movements, etc.)
    2020-06-30 03:00:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载