登录
首页 » 算法 » 重采样算法

重采样算法

于 2022-07-21 发布 文件大小:651.72 kB
0 181
下载积分: 2 下载次数: 1

代码说明:

随着数字信号处理理论和算法的发展,多抽样率信号处理在多媒体信号处理领域显得越来越重要。为了减少计算复杂度和存储复杂度,采样速率转换技术是十分必要的,音频重采样算法可以用来实现音频信号任意釆样速率之间的转换。设计了一种音频重采样算法,是基于线性插值的音频重釆样算法,并用这种算法实现了音频信号的重釆样。

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

发表评论

0 个回复

  • aes加密的c语言实现
    密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-07-09 21:59:56下载
    积分:1
  • source code for arithmatic coding
    source code for arithmatic coding
    2022-03-06 15:28:47下载
    积分:1
  • 一个求解Josephus问题的函数
      #include #include #define NULL 0 #include typedef struct Lnode {  int data;  struct Lnode *next; }Josephus; void CreateList(Josephus*&L,int n)//建立循环链表 {  int i;  Josephus *p,*s;  s=(Josephus*)malloc(sizeof(Josephus));  s->data=1;  L=p=s;  for(i=2;idata=i;  p->next=s;  p=s;  }  p->next=L; } void DeleteList(Josephus*&L,Josephus*p,Josephus*q) {  q->next=p->next;  free(p); } void Josephus1(Josephus*&L,int s,int m)
    2022-01-27 23:12:59下载
    积分:1
  • % Measure Statistical Dependence 统计依赖测量 % 两个时间序列间统计依赖性测量 % 参考文献:时间序列间统计依赖性测量...
    % Measure Statistical Dependence 统计依赖测量 % 两个时间序列间统计依赖性测量 % 参考文献:时间序列间统计依赖性测量的一种改进方法(王海燕 李 文① 陈文彦)- Measure Statistical Dependence Measurement statistical dependence between two time series statistical dependence measurement References: time-series statistical dependence between the measurement of an improved method (Wang Haiyan Lee陈文彦①)
    2022-03-22 15:57:28下载
    积分:1
  • sirt
    % Syntax: x=sirt(A,b,tolx,maxiter) % % Inputs: %       A   = Constraint matrix.     A=一个约束矩阵 %       b   = right hand side.       b=右边  %    tolx   = Terminate when the relative diff between   tolx=终止时,两次迭代之间的相对差异小于tolx。 %             two iterations is less than tolx. % maxiter   = Stop after maxiter iterations.         maxiter=停止迭代后 % % Outputs: 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-04-06 13:18:49下载
    积分:1
  • 模拟退火实现TSP问题
    旅行商问题,即TSP问题,是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,路径的选择目标是要求得的路径路程为所有路径之中的最小值。模拟退火算法是解决TSP问题的有效方法之一, 其最初的思想由Metropolis在1953年提出,Kirkpatrick在1983年成功地将其应用在组合最优化问题中。
    2022-08-12 09:29:48下载
    积分:1
  • Solving tridiagonal equations, there are detailed notes. Algorithm to save stora...
    求解三对角方程组,有详细的注释。 节省存储空间的算法-Solving tridiagonal equations, there are detailed notes. Algorithm to save storage space
    2022-11-02 09:55:03下载
    积分:1
  • 数值分析:非线性方程的求解,插值,表面…
    数值分析算法:求解非线性方程组,插值,曲面拟合,得近似表达式-Numerical analysis algorithms: solving nonlinear equations, interpolation, surface fitting, very similar to the expression
    2022-03-21 01:09:20下载
    积分:1
  • 一维等离子体的plrc―fdtd程序
    一维等离子体的plrc―fdtd算法程序-one-dimensional plasma plrc- fdtd Algorithm
    2022-03-12 09:53:20下载
    积分:1
  • icp经典
    国外网站的上一个ICP算法,开头有对算法参数的说明,很详细,可以看看,希望对大家有所帮助!
    2022-03-17 20:25:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载