📄 antialias.cwp.lib
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -