File:Mm'-Type Low-pass Transfer Function (1 Half-section).svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

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

Description
English: A plot (attenuation in nepers and phase in degrees) of the transfer function of one half-section of an mm'-type 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

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]

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

26 November 2009

File history

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

Date/TimeThumbnailDimensionsUserComment
current00:17, 26 November 2009Thumbnail for version as of 00:17, 26 November 2009600 × 660 (49 KB)Inductiveload{{Information |Description={{en|1={{Information |Description={{en|1=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 respon
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file: