File:M-Derived Low-pass Transfer Function (1 Half-section).svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 600 × 660 pixels, file size: 49 KB)

Captions

Captions

Add a one-line explanation of what this file represents
Description
English: A plot (attenuation in nepers and phase in degrees) of the transfer function of one half-section of an m-Derived low-pass filter (the prototype L-section model) with response as follows:
The transmission parameters solve differently in three frequency bands. The pole of attenuation (where the attenuation is infinite) is found at:
  • For the transmission is lossless;
  • For the transmission parameters are;
  • For the transmission parameters are;
Date
Source Own work
Author Inductiveload
Permission
(Reusing this file)
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Mathematica Code

[edit]
winf[wc_, m_] = wc/(Sqrt[1 - m^2]);

gamma[w_, wc_, winf_, m_] = Piecewise[
  {
   {0 + I* 0.5 * ArcCos[1 - 2 m^2/((wc/w)^2 - (wc/winf)^2)],
    w \[LessSlantEqual] wc},
   {0.5 * ArcCosh[2 m^2/((wc/w)^2 - (wc/winf)^2) - 1] + I*Pi/2,
    wc < w <= winf},
   {0.5 * ArcCosh[1 - 2 m^2/((wc/w)^2 - (wc/winf)^2)],
    winf < w}
   }
  ]

p = LogLinearPlot[
  {Table[
    Re[gamma[w, 1, winf[1, m], m]],
    {m, 0.2, 0.8, 0.2}]},
  {w, 0.1, 10},
  PlotRange -> {-0.1, 3.6},
  PlotPoints -> 100]

q = LogLinearPlot[
  {Table[
    Im[gamma[w, 1, winf[1, m], m]],
    {m, 0.2, 0.8, 0.2}]},
  {w, 0.1, 10},
  PlotRange -> {-0.1, 1.6},
  PlotPoints -> 100]

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current00:11, 26 November 2009Thumbnail for version as of 00:11, 26 November 2009600 × 660 (49 KB)Inductiveload (talk | contribs)fix overlapping white box, and arrange into layers
01:17, 25 January 2009Thumbnail for version as of 01:17, 25 January 2009600 × 660 (50 KB)Inductiveload (talk | contribs)wrong x-axis values
01:05, 25 January 2009Thumbnail for version as of 01:05, 25 January 2009600 × 660 (52 KB)Inductiveload (talk | contribs){{Information |Description={{en|1=A plot (attenuation in en:nepers and phase in degrees) of the transfer function of one half-section of an m-Derived low-pass filter (the prototype L-section model) with response as follows: :The transmission paramet

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: