This is a file from the Wikimedia Commons

File:1st Order Lowpass Filter PRF 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: 157 KB)

Description

The phase 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

Linear Amplitude Response Function

Logarithmic Amplitude Response Function

Logarithmic Phase Response Function

Mathematica Source

This code does not reqir special packages to be loaded.

lingrid0neg90 = Table[a, {a, -90, 0, 10}];
lingrid0pos10 = Table[a, {a, 0, 10, 1}];
neg45={-45};

phasegrid = Union[lingrid0neg90, neg45];
linxgrid = lingrid0pos10;

phaseplotlin = Plot[-ArcTan[ω]*180/Pi,
    {ω, 0, 10},
    PlotRange -> {{0, 10}, {-90, 0}},
    ImageSize -> 800,
    PlotPoints -> 80,
    Frame -> True,
    FrameTicks -> {linxgrid, phasegrid},
    GridLines -> {linxgrid, phasegrid},
    FrameLabel -> {"ω/CR", "ϕ(ω)"}]

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

17 February 2007

image/svg+xml

be113373972039c45aa0fbf285c1179e522f06fc

161,133 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
current23:43, 17 February 2007Thumbnail for version as of 23:43, 17 February 20071,000 × 618 (157 KB)InductiveloadOutline text version
23:42, 17 February 2007Thumbnail for version as of 23:42, 17 February 20071,000 × 618 (31 KB)Inductiveload{{Information |Description=The phase 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 Mathemati