You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > LinearSystems Class > LinearSystems Methods > LinearSystems.BilinearUnwarp Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
LinearSystems.BilinearUnwarp Method

Return unwarped frequency according to the bilinear transform.

Syntax
C#
Visual Basic
public static double BilinearUnwarp(double Freq, double FS);

The function returns the frequency, to which the Freq will map after the bilinear transformation has been aplied. The mapping is defined as ([1], p. 338, eq 8.28):

Result = 2*FS*tan(Pi*Freq/2);

FS defines the sampling frequency. T = 1/FS. 

References:  

[1] Digital signal processing, Vinay K. Ingle and John G. Proakis, Brooks-Cole, 2000

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