You are here: Symbol Reference > Dew.Signal Namespace > LinearSystems Class > LinearSystems Methods > LowpassToLowpass Method > LowpassToLowpass Method (TVec, TVec, TSample, TSample)
Dew DSP for .NET
Contents
PreviousUpNext
LinearSystems.LowpassToLowpass Method (TVec, TVec, TSample, TSample)

Frequency transformation from a lowpass to a lowpass filter in s-domain.

C#
public LowpassToLowpass(TVec z, TVec p, ref double k, double Freq);

Transform a lowpass filter prototype in zero-pole form to a lowpass filter, where the new cutoff frequency is Freq. Assumed sampling frequency is 2. The transformation is defined as ([1], p. 258):

           s
  s --> -----
          Wu

  Wu - new cutoff frequency

References:  

[1] Theory and application of digital signal processing, Lawrence R. Rabiner and Bernard Gold. Prentice-Hall, 1975

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