DIGITAL_FILTER Function

Standard Library function that constructs finite impulse response digital filters for signal processing.

Usage

Input Parameters

Returned Value

Keywords

Discussion

Desired Effect Value
No filtering flow = 0, fhigh = 1
Lowpass filter flow = 0, 0 fhigh 1
Highpass filter 0 flow 1, fhigh = 1
Bandpass filter 0 flow fhigh 1
Bandstop filter 0 fhigh flow 1


TIP: A value of 50 for gibbs is a good choice for most filters.

Sample Usage


NOTE: Two or more filters created by DIGITAL_FILTER can be combined by addition, subtraction, or averaging to create multiple filtering effects with one filter.

Example 1






Example 2







See Also





doc@boulder.vni.com
Copyright © 1999, Visual Numerics, Inc. All rights reserved.