Description

Property used to control how FFT filters attenuate or augment the frequencies.

Property type

A Long value.  

Syntax

object.FilterTransition [= value]

The FilterTransition Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McFFT.
valueA Long value.

Remarks

Specify the rate at which the specified frequencies will be attenuated or augmented in the region specified by the filter (a cross section will show more or less smooth changes in the frequencies).

The closer the Transition value is to 0, the more the result will resemble a straight zeroing or doubling of the frequencies in the specified region (a cross section would show an immediate transition to 0 or the double).

Exceptions

The exception mceINVALIDARG (E_INVALIDARG) will be thrown if one of the parameters is invalid.