登录
首页 » matlab » gammatone_filterbank

gammatone_filterbank

于 2020-11-26 发布 文件大小:42KB
0 264
下载积分: 1 下载次数: 258

代码说明:

  模拟人耳听觉系统的gammatone滤波器组(Simulate the human auditory system gammatone filter banks)

文件列表:

gammatone_filterbank
....................\Example_Filter.m,3643,2002-04-22
....................\Example_Filterbank.m,2995,2002-04-22
....................\Example_Synthesis.m,3612,2002-04-22
....................\Gfb_analyze.c,4991,2002-04-22
....................\Gfb_analyze.h,12233,2002-04-22
....................\Gfb_Analyzer_clear_state.m,1372,2002-04-22
....................\Gfb_Analyzer_fprocess.c,14291,2002-04-22
....................\Gfb_Analyzer_fprocess.cc,10426,2002-04-22
....................\Gfb_Analyzer_get_filter.m,1510,2002-04-22
....................\Gfb_Analyzer_new.m,5527,2002-04-22
....................\Gfb_Analyzer_process.m,2024,2002-04-22
....................\Gfb_Analyzer_set_filter.m,1542,2002-04-22
....................\Gfb_Delay_clear_state.m,1331,2002-04-22
....................\Gfb_Delay_new.m,3455,2002-04-22
....................\Gfb_Delay_process.m,2402,2002-04-22
....................\Gfb_erbscale2hz.m,1270,2002-04-22
....................\Gfb_factorial.m,1312,2002-04-22
....................\Gfb_Filter_clear_state.m,1347,2002-04-22
....................\Gfb_Filter_new.m,4482,2002-04-22
....................\Gfb_Filter_process.m,2135,2002-04-22
....................\Gfb_hz2erbscale.m,1258,2002-04-22
....................\Gfb_Mixer_new.m,4230,2002-04-22
....................\Gfb_Mixer_process.m,1611,2002-04-22
....................\Gfb_plot.m,1850,2002-04-22
....................\Gfb_set_constants.m,1689,2002-04-22
....................\Gfb_Synthesizer_clear_state.m,1404,2002-04-22
....................\Gfb_Synthesizer_new.m,2118,2002-04-22
....................\Gfb_Synthesizer_process.m,1843,2002-04-22
....................\htm" target=_blank>MANIFEST,692,2002-04-22
....................\README.txt,2304,2002-04-22
....................\README_examples.txt,8963,2002-04-22
....................\README_extension.txt,2840,2002-04-22
....................\README_implementation.txt,6369,2002-04-22
....................\README_numerical_methods.txt,5525,2002-04-22

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

发表评论

0 个回复

  • MLS1DShape
    求解无网格法的近似函数,(伽辽金无网格法移动最小二乘近似程序)(for non-grid method similar function (Galerkin grid Mobile least squares approximation procedures))
    2007-07-08 10:01:05下载
    积分:1
  • Untitled2
    计算偶极子天线几何尺寸以及各个偶极子之间的参数(Calculation of the dipole antenna geometric size)
    2012-06-02 20:59:35下载
    积分:1
  • viterbi_deCODE
    卷积码的维特比译码仿真,主要是仿真误码率曲线。(Convolutional codes Viterbi decoding simulation, mainly simulation BER curves.)
    2010-05-25 22:16:24下载
    积分:1
  • weak-signal-detection-and-analysis
    说明:  微弱信号的提取检测和分析 用matlab实现的源代码 首先计算输入信号的均值、均方值、方差、频谱及功率谱密度,确定输入信号中包含着有用信号。然后提取有用信号,并要求计算提取信号的均值、均方值、方差、概率密度、频谱及功率谱密度,并画出曲线(The extraction of weak signal detection and analysis)
    2011-03-27 23:27:09下载
    积分:1
  • 1234435
    用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation function [sys,x0,str,ts]=s_function(t,x,u,flag) switch flag, Initialization case 0, [sys,x0,str,ts]=mdlInitializeSizes Outputs case 3, sys=mdlOutputs(t,x,u) Unhandled flags case {2, 4, 9 } sys = [] Unexpected flags otherwise error([ Unhandled flag = ,num2str(flag)]) end mdlInitializeSizes function [sys,x0,str,ts]=mdlInitializeSizes sizes = simsizes sizes.NumContStates = 0 sizes.NumDiscStates = 0 sizes.NumOutputs = 3 sizes.NumInputs = 1 sizes.DirFeedthrough = 1 sizes.NumSampleTimes = 0 sys=simsizes(sizes) x0=[] str=[] ts=[] function sys=mdlOutputs(t,x,u) x11d=sin(pi*t/2) x21d=cos(pi*t) x31d=1 sys(1)=x11d sys(2)=x21d sys(3)=x31d )
    2012-10-19 11:43:12下载
    积分:1
  • Compute1
    Antenna can also be termed as an Aerial. Plural of it is, antennae or antennas. Now-adays, antennas have undergone many changes, in accordance with their size and shape. There are many types of antennas depending upon their wide variety of applications.
    2020-06-24 23:00:01下载
    积分:1
  • UWB-Aided-UAV-localization-master
    说明:  这些代码用于使用超宽带和 IMU 实现无人机定位的 EKF融合算法,可以参考(These codes are used for EKF fusion algorithm of UAV positioning using UWB and IMU, which can be referred to)
    2021-03-19 21:39:19下载
    积分:1
  • chap2
    这是有关MATLAB学习的一些编程技巧和使用的一个程序示例(MATLAB STUDY)
    2009-05-10 09:00:16下载
    积分:1
  • channel
    说明:  仿真了4种常见多径衰落信道,包括无人机信道(The four common multipath fading channel, including the uav channel)
    2020-10-30 00:09:56下载
    积分:1
  • wlstotal
    This is the description file for the matlab .m file with the same name wlstotal in spanish language.
    2012-04-03 09:18:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载