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

Returns prewarped frequency according to the bilinear transform.

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

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

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

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!