登录
首页 » matlab » STSA-Toolbox-0-03

STSA-Toolbox-0-03

于 2020-10-30 发布 文件大小:1332KB
0 100
下载积分: 1 下载次数: 86

代码说明:

  这个MATLAB程序是用于对音频信号进行降噪处理,可以在这个软件上进行更改实现自己的功能。(The MATLAB program is used to handle audio signal noise reduction, you can change the software realize the functions of their own.)

文件列表:

STSA-Toolbox-0-03
.................\stsa
.................\....\demos
.................\....\.....\alleval.m
.................\....\.....\eurasip.m
.................\....\.....\snr_exp.m
.................\....\.....\stsatest.m
.................\....\.....\stsatest_old.m
.................\....\display
.................\....\.......\pltslice.m
.................\....\.......\statstsa.m
.................\....\.......\tablplot.m
.................\....\.......\viewtf.m
.................\....\docs
.................\....\....\gpl.txt
.................\....\....\readme.txt
.................\....\eval
.................\....\....\etotal.m
.................\....\....\nmrmeas.m
.................\....\....\nmrmeas_old.m
.................\....\....\segsnr.m
.................\....\....\segsnr_old.m
.................\....\....\snrmeas.m
.................\....\....\snrmeas_old.m
.................\....\....\ssegsnr.m
.................\....\....\ssegsnr_old.m
.................\....\fileio
.................\....\......\getwav.m
.................\....\gaintabs
.................\....\........\asymc1gn.mat
.................\....\........\asymc2gn.mat
.................\....\........\ephrc1gn.mat
.................\....\........\ephrc2gn.mat
.................\....\........\uniasygn.mat
.................\....\........\unisygn.mat
.................\....\initstsa.m
.................\....\initstsa_old.m
.................\....\noise
.................\....\.....\estnoise.m
.................\....\.....\noisegen.m
.................\....\pcptmdls
.................\....\........\calcmask.m
.................\....\........\initmask.m
.................\....\........\jnstnini.m
.................\....\........\johnston.m
.................\....\postproc
.................\....\........\limiter.m
.................\....\preproc
.................\....\.......\apostclc.m
.................\....\.......\aprioclc.m
.................\....\.......\tsouk93.m
.................\....\specmod
.................\....\.......\ephraim.m
.................\....\.......\godsil99.m
.................\....\.......\specsub.m
.................\....\.......\tsouk.m
.................\....\.......\wolfe01.m
.................\....\.......\wolfe99.m
.................\....\.......\w_approx.m
.................\....\stft
.................\....\....\iniframe.m
.................\....\....\istft_re.m
.................\....\....\poststft.m
.................\....\....\prestft.m
.................\....\....\stft_re.m
.................\....\....\updframe.m
.................\....\stsa.m
.................\....\suprules
.................\....\........\base
.................\....\........\....\approx_map.m
.................\....\........\....\audns.m
.................\....\........\....\gss.m
.................\....\........\....\joint_map.m
.................\....\........\....\log_mmse.m
.................\....\........\....\lookup.m
.................\....\........\....\mmse.m
.................\....\........\....\mmse_pow.m

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

发表评论

0 个回复

  • chap_11
    matlab从入门到精通第11章书后源码对初学者很有帮助(matlab)
    2009-03-19 06:15:41下载
    积分:1
  • start
    MATLAB 的图形设计基础,非常适合初学者,有些可以直接使用(graghic design of matlab)
    2010-11-05 21:22:58下载
    积分:1
  • stoyan
    指纹识别matlab 代码,实现增强,二值化,细化功能(Fingerprint recognition matlab code)
    2009-05-18 13:13:15下载
    积分:1
  • MIMO-Systems(matlab)
    附带有MATLAB程序的外文文献,改文献是关于空时编码条件下的mimo系统仿真。(MATLAB program with a foreign literature, the literature is about to change under the conditions of space-time coded mimo system simulation.)
    2011-06-08 14:56:54下载
    积分:1
  • Bridgefullythreephasecontrollmachines
    Bridge fully three phase controll machines
    2013-02-11 20:27:51下载
    积分:1
  • bem_solve
    This function solves the boundary integral equation (2.33) in the notes by the simplest boundary element method in the 2D case (though the code applies in 3D if the function G is redefined to be the 3D Green s function).
    2013-05-14 16:54:44下载
    积分:1
  • Hough
    用HOUGH检测直线的时候是两个未知量,因为轴半径和相角可以确定一条直 线,在HOUGH域出现累计最大点就可能是原域中的直线。现在回到圆的检测 上来,确定一个圆需要什么:X坐标,Y坐标,半径三个未知量吧,好了,现在, 你做一个三维空间的HOUGH域,以这三个未知量作为三个轴,现在按照一定步长 进行三重循环,在最内层循环是这样的,X,Y 确定,以不同的半径进行搜索,如 果你的X,Y刚好就是实际图像的X,Y处,半径又搜索到实际真实的半径(The HOUGH detect straight when two unknown amount of axis radius and phase angle can be determined in a straight line, in the HOUGH domain cumulative maximum point may be the straight line of the original domain. Now back to the circle detection up to determine what a circle: X coordinate, Y coordinate, radius three unknowns, now, you do the HOUGH domain of a three-dimensional space, three to three unknown quantity as axis, in accordance with a certain step size triple loop, is such that in the innermost loop, X, and Y determined search for a different radius, If you X, Y, exactly is the actual image of the X, Y, at the radius radius of the search to the actual real)
    2013-03-03 13:05:47下载
    积分:1
  • MATLAB-GUI
    MATLAB GUI设计学习手记,包括MATLAB GUI设计学习手记pdf+源代码(MATLAB GUI design study record, including MATLAB GUI design study record PDF+ source code )
    2012-05-08 08:48:25下载
    积分:1
  • minRosen
    MATLAB最优化算法中的梯度投影法,用于解决约束最优化问题。(MATLAB optimization algorithm gradient projection method for solving constrained optimization problems.)
    2021-03-02 14:49:34下载
    积分:1
  • linearsolvers
    matlab编程的三个线性方程组求解子程序:cggm.m,fdm.m,febs.m.其中cggm.m为共轭梯度法求解子程序,fdm.m为最速下降法求解自程序,febs.m为三对角追赶法求解子程序.(Matlab programming three linear equations subroutine : cggm.m, fdm.m. febs.m. which cggm.m to conjugate gradient method subroutine, fdm.m for the steepest decline since the method procedures febs.m angle to catch up with three pairs method subroutine.)
    2007-07-01 12:33:20下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载