You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TSignalVariableRateConverter Class > TSignalVariableRateConverter Properties > TSignalVariableRateConverter.RateVector Property
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TSignalVariableRateConverter.RateVector Property

Defines sample positions at which to resample the Input signal.

Syntax
C#
Visual Basic
public TVec RateVector;

To increase the sampling frequency by 2x this vector would contain values: 0, 0.5, 1, 1.5, 2... 

To decrease sampling frequency by 2x this vector would contain values: 0, 2, 4, 6, 8.... 

The sampling frequency can also vary from sample to sample: 0, 2, 4.5, 6.3, 8.... 

However, the maximum increase and maximum decrease factors have to be specified as parameters to MaxFactor and MinFactor properties. Attempting to sample the signal out of this range would cause aliasing in the signal.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!