File:Constant-k Filter Gain with Multiple Half-Sections.svg

Original file(SVG file, nominally 720 × 460 pixels, file size: 61 KB)

Description
English: A graph of the gain of a lowpass constant-k filter composed of n half-sections (for n = 1,2,3,4,5,10,20), with a cutoff frequency of 1 rad/s. The transmission parameters of a single half-section are given by:

The gain of the whole filter is then:

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

l = 1;
c = 1;

wc = 1/Sqrt[l*c];

gam[w_] := Piecewise[
  {{I*ArcSin[w/wc], w < wc},
   {ArcCosh[w/wc] + I*Pi/2, w \[GreaterSlantEqual] wc}}
  ]

gain[w_] := 1/ E^Re[gam[w]];

Plot[
 Table[
  gain[w]^k,
  {k, {1, 2, 3, 4, 5, 10, 20}}],
 {w, 0, 2},
 PlotRange -> {0, 1}]

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

23 November 2009

image/svg+xml

849a9967f16fb93fd4cdd851f64d8da06e0f49ba

62,601 byte

460 pixel

720 pixel

File history

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

Date/TimeThumbnailDimensionsUserComment
current16:29, 26 November 2009Thumbnail for version as of 16:29, 26 November 2009720 × 460 (61 KB)Inductiveloadfix y label -> add magnitude bars
02:10, 23 November 2009Thumbnail for version as of 02:10, 23 November 2009720 × 460 (61 KB)Inductiveload{{Information |Description={{en|1=A graph of the gain of a lowpass en:constant-k filter composed of ''n'' half-sections (for ''n'' = 1,2,3,4,5,10,20), with a cutoff frequency of 1 rad/s. The transmission parameters of a single half-section are given
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: