⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 filterkit.h

📁 asterisk 一个模拟IPPBX的源代码
💻 H
字号:
/**********************************************************************  resamplesubs.c  Real-time library interface by Dominic Mazzoni  Based on resample-1.7:    http://www-ccrma.stanford.edu/~jos/resample/  License: LGPL - see the file LICENSE.txt for more information**********************************************************************//* Definitions */#include "resample_defs.h"/* * FilterUp() - Applies a filter to a given sample when up-converting. * FilterUD() - Applies a filter to a given sample when up- or down- */float lrsFilterUp(float Imp[], float ImpD[], UWORD Nwing, BOOL Interp,                  float *Xp, double Ph, int Inc);float lrsFilterUD(float Imp[], float ImpD[], UWORD Nwing, BOOL Interp,                  float *Xp, double Ph, int Inc, double dhb);void lrsLpFilter(double c[], int N, double frq, double Beta, int Num);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -