Preemphasize a signal using a first difference filter我要分享

Preemphasize a signal using a first difference fil

matlab

关注次数: 129

下载次数: 0

文件大小: 146.71 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:这个


English Description:

The procedure processes an input signal using a first difference filter. The output is formed as follows.     y[n] = x[n] - a * x[n-1]   The preemphasis factor pre is zero for no filtering and equal to one for a full first difference. The filter memory Fmem is used to store the previous input value. Before processing any data, it is typically set to zero. On return, Fmem is equal to the last input data element processed. For block processing of a signal, the value of Fmem from one call is suitable as input to the next call. Parameters


代码预览