File:1st Order Lowpass Filter ARF Log.svg

From Wikibooks, open books for an open world
Jump to: navigation, search
Full resolution(SVG file, nominally 1,000 × 618 pixels, file size: 284 KB)
Description

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

1st Order Lowpass Filter.svg

Plotted on log-log scales, from ω=0.01 to 100 (units of RC)

Date

17 February 2007(2007-02-17)

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

Linear Amplitude Response Function

Linear Phase Response Function

Logarithmic Phase Response Function

[edit] Mathematica Source

This code requires the following packages to be loaded:

<<Graphics`Graphics`
loggrid001 = Table[a, {a, 0.01, 0.1, 0.01}];
loggrid01 = Table[a, {a, 0.1, 1, 0.1}];
loggrid1 = Table[a, {a, 1, 10, 1}];
loggrid10 = Table[a, {a, 10, 100, 10}];
root2 = {1/Sqrt[2]};

logxgrid = Union[loggrid001, loggrid01, loggrid1, loggrid10];
logygrid = Union[loggrid001, loggrid01, root2];
logxgridlabels = {0.001, 0.01, 0.1, 1, 10, 100};
logygridlabels = Union[loggrid001, loggrid01];

ampplotlog = LogLogPlot[1/Sqrt[1 + ω^2],
    {ω, 0.01, 100},
    PlotRange -> {{0.01, 100}, {0.01, 1}},
    ImageSize -> 800,
    Frame -> True,
    GridLines -> {logxgrid, logygrid},
    FrameTicks -> {logxgridlabels, logygridlabels},
    FrameLabel -> {"ω/CR", "A(ω)"}]

File history

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

Date/TimeThumbnailDimensionsUserComment
current22:57, 17 February 2007Thumbnail for version as of 22:57, 17 February 20071,000 × 618 (284 KB)Inductiveload
22:56, 17 February 2007Thumbnail for version as of 22:56, 17 February 20071,000 × 618 (45 KB)Inductiveload ({{Information |Description=The amplitude response function of the following 1st-Order Lowpass Filter: centre Plotted on log-log scales, from ω=0.01 to 100 (units of RC) |Source=Own drawing, Plotted in Mathema)

Global file usage

The following other wikis use this file:

Metadata

Personal tools
Namespaces
Variants
Views
Actions
Navigation
Community
Toolbox
Sister projects