antialias.cwp.lib

来自「su 的源代码库」· LIB 代码 · 共 23 行

LIB
23
字号
ANTIALIAS - Butterworth anti-aliasing filterantialias	use before increasing the sampling interval of data		 i.e. subsampling Function Prototype:void antialias (float frac, int phase, int n, float p[], float q[]);Input:frac		current sampling interval / future interval (should be <= 1)phase		=0 for zero-phase filter; =1 for minimum-phase filtern		number of samplesp		array[n] of input samplesOutput:q		array[n] of output (anti-alias filtered) samples		Notes:The anti-alias filter is a recursive (Butterworth) filter.  For zero-phaseanti-alias filtering, the recursive filter is applied forwards and backwards.Author:  Dave Hale, Colorado School of Mines, 06/06/90

⌨️ 快捷键说明

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