This is a file from the Wikimedia Commons

File:1st Order Lowpass Filter ARF Lin.svg

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Original file(SVG file, nominally 1,000 × 618 pixels, file size: 159 KB)

Description

The amplitude response function of the following 1st-Order Lowpass Filter:

Plotted on linear-linear scales, from ω=0 to 10 (units of RC)
Date
Source Own drawing, Plotted in Mathematica, Edited in Inkscape
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.
Other versions

Logarithmic Amplitude Response Function

Linear Phase Response Function

Logarithmic Phase Response Function

Mathematica Source

This code requires the following packages to be loaded:

<<Graphics`Graphics`
lingrid0pos1 = Table[a, {a, 0, 1, 0.1}];
lingrid0pos10 = Table[a, {a, 0, 10, 1}];
root2 = {1/Sqrt[2]};


linxgrid = lingrid0pos10;
linygrid = Union[lingrid0pos1, root2];

ampplotlin = Plot[1/Sqrt[1 + ω^2],
    {ω, 0, 10},
    PlotRange -> {{0, 10}, {0, 1}},
    ImageSize -> 800,
    Frame -> True,
    GridLines -> {linxgrid, linygrid},
    FrameTicks -> {linxgrid, linygrid},
    FrameLabel -> {"ω/CR", "A(ω)"}]

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

17 February 2007

image/svg+xml

33c6ae8b866b18fa47da2dc8c708a8b39ddebd94

163,071 byte

618 pixel

1,000 pixel

File history

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

Date/TimeThumbnailDimensionsUserComment
current15:34, 18 February 2007Thumbnail for version as of 15:34, 18 February 20071,000 × 618 (159 KB)InductiveloadReverted to earlier revision
15:31, 18 February 2007Thumbnail for version as of 15:31, 18 February 20071,000 × 618 (38 KB)InductiveloadArial fonts?
15:23, 18 February 2007Thumbnail for version as of 15:23, 18 February 20071,000 × 618 (159 KB)InductiveloadReverted to earlier revision
15:22, 18 February 2007Thumbnail for version as of 15:22, 18 February 20071,000 × 618 (34 KB)Inductiveload(testing to see if courier (nor Courier New) fonts work)
22:46, 17 February 2007Thumbnail for version as of 22:46, 17 February 20071,000 × 618 (159 KB)Inductiveload
22:44, 17 February 2007Thumbnail for version as of 22:44, 17 February 20071,000 × 618 (114 KB)Inductiveload
22:28, 17 February 2007Thumbnail for version as of 22:28, 17 February 20071,000 × 618 (33 KB)Inductiveload{{Information |Description=The amplitude response function of the following 1st-Order Lowpass Filter: centre Plotted on linear-linear scales, from ω=0 to 10 (units of RC) |Source=Own drawing, Plotted in Mathe