filterkit.h

来自「Audacity是一款用於錄音和編輯聲音的、免費的開放源碼軟體。它可以執行於Ma」· C头文件 代码 · 共 29 行

H
29
字号
/**********************************************************************  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 + =
减小字号Ctrl + -
显示快捷键?