File:Chebyshev Type II Filter s-Plane Response (8th Order).svg

Original file(SVG file, nominally 480 × 460 pixels, file size: 466 KB)

Description
English: Log-absolute complex frequency (s=σ+) response of an 8th order Type II Chebyshev filter. Values less than 0.05 are black; greater than 20 are in white. ε = 0.1 and ω0 = 1.
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

cheb2gain[w_, w0_, ep_, n_] := 1/Sqrt[1 + 1/(ep^2*ChebyshevT[n, w0/w]^2)];

DensityPlot[
 w0 = 1;
 ep = 0.1;
 min = 0.05;
 max = 20;
 n = 8;
 Log[
  Abs[
   cheb2gain[sig + I*w, w0*I, ep, n]
   ]],
 {sig, -3, 3},
 {w, -3, 3},
 PlotRange -> {Log[min], Log[max]},
 PlotPoints -> 100,
 ColorFunction -> GrayLevel,
 ClippingStyle -> {Black, White},
 Frame -> False,
 ImageSize -> 2000]

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

31 January 2009

image/svg+xml

64015ba9e42650a0a8bf571791f393bb58857ffa

477,603 byte

460 pixel

480 pixel

File history

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

Date/TimeThumbnailDimensionsUserComment
current19:26, 31 January 2009Thumbnail for version as of 19:26, 31 January 2009480 × 460 (466 KB)Inductiveloadchange font size to match others
19:22, 31 January 2009Thumbnail for version as of 19:22, 31 January 2009480 × 460 (466 KB)Inductiveloadembedded image
19:22, 31 January 2009Thumbnail for version as of 19:22, 31 January 2009480 × 460 (35 KB)Inductiveload{{Information |Description={{en|1=Log-absolute complex frequency (''s''=''σ''+''jω'') response of an 8th order Type II Chebyshev filter. Values less than 0.05 are black; greater than 20 are in white. ''ε'' = 0.1 and ''&o
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: