File:Mm'-Derived Low-pass Image Impedance.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 720 × 460 pixels, file size: 63 KB)

Description
English: A graph comparing the image impedances of prototype low-pass mm'-derived filter, m-derived filter and constant-k filter in the region immediately below ω=ωc=1. The parameters of the mm'-derived filter are m=0.7230, m'=0.4124 (mm'=0.3). The parameter of the m-derived filter is m=0.6. These filters both have the optimum impedance matching for their types.
where
where
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

wc = 1;

(*mm'-derived*)
m1 = 0.7230;
m2 = 0.4134;
mm = m1*m2;

winfmm = wc/Sqrt[1 - mm^2];
zitmm[w_] := (Sqrt[1 - w^2]*(1 - (1 - m1^2)*w^2))/(1 - (w/winfmm)^2);

(*m-derived*)
m = 0.6;

winfm = wc/Sqrt[1 - m^2];
zitm[w_] := Sqrt[1 - w^2]/(1 - (w/winfm)^2);

(*constant-k*)
zit[w_] := Sqrt[1 - w^2]


Plot[
 {zitmm[w],
  zitm[w],
  zit[w]},
 {w, 0.6, 1},
 PlotRange -> All
 ]

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
current16:23, 26 November 2009Thumbnail for version as of 16:23, 26 November 2009720 × 460 (63 KB)Inductiveloadput line labels on the graph
01:21, 26 November 2009Thumbnail for version as of 01:21, 26 November 2009720 × 460 (59 KB)Inductiveload{{Information |Description={{en|1=A graph comparing the en:image impedances of prototype low-pass en:mm'-derived filter, en:m-derived filter and en:constant-k filter in the region immediately below <var>ω</var>=<var>ω</var><sub>c
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: