File:Hilbert transform.svg
Original file (SVG file, nominally 1,600 × 1,100 pixels, file size: 3 KB)
Captions
Summary
[edit]DescriptionHilbert transform.svg | A graph of the Hilbert transform (red) of a square wave (blue). |
Date | (UTC) |
Source | |
Author |
|
Licensing
[edit]- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue |
Original upload log
[edit]This image is a derivative work of the following images:
- File:Hilbert_transform.png licensed with Cc-by-sa-3.0,2.5,2.0,1.0, GFDL
- 2005-07-02T18:54:12Z Omegatron 1600x1120 (123072 Bytes) Image of the Hilbert transform of a square wave.
- 2005-06-26T19:53:50Z Omegatron 608x433 (4690 Bytes) A graph or diagram made by [[User:Omegatron]]. (Uploaded with Wikimedia Commons.) Source: Created by [[User:Omegatron]] {{GFDL}}{{cc-by-sa-2.0}} [[Category:Diagrams]]\
Created entirely in GNUPlot using:
set term svg size 1600,1100 fsize 32 set out "Hilbert_transform.svg" unset key set samples 1000 set xrange [0:6] set yrange [-1:1] set xtics 1 set ytics 1 set grid lw 2 lc rgb "grey" # set style of Hilbert transform set style line 1 lw 2 lc rgb "red" # set style of rectangular function set style line 2 lw 2 lc rgb "blue" set border -1 lw 3 # Heaviside step function u(t) = 0.5 * (1 + sgn(t)) # Rectangular function rect(t) = u(t + 0.5) - u(t - 0.5) # Hilbert transform of rectangular function hrect(t) = log(abs((t + 0.5)/(t - 0.5)))/pi # Sums from a to b of the above functions hrectsum(t,a,b) = (a >= b) ? 0 : (hrectsum(t,a+1,b) + hrect(t - 2*a)) rectsum(t,a,b) = (a >= b) ? 0 : (rectsum(t,a+1,b) + rect(t - 2*a)) plot hsum(x,-500,500) ls 1, rectsum(x,-10,20)-0.5 ls 2
Uploaded with derivativeFX
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 20:25, 25 April 2012 | 1,600 × 1,100 (3 KB) | Aflafla1 (talk | contribs) | Use symmetry to compress red curve. Minor adjustment to attribute spec for text | |
17:49, 25 April 2012 | 1,600 × 1,100 (18 KB) | Aflafla1 (talk | contribs) | remove extra '>' in file | ||
17:46, 25 April 2012 | 1,600 × 1,100 (18 KB) | Aflafla1 (talk | contribs) | edited for svg correctness, compress | ||
11:32, 7 June 2009 | 1,600 × 1,100 (37 KB) | Zazou~commonswiki (talk | contribs) | {{Information |Description=A graph of the Hilbert transform (red) of a square wave (blue). |Source=*File:Hilbert_transform.png |Date=2009-06-07 12:31 (UTC) |Author=*File:Hilbert_transform.png: [[User:O |
You cannot overwrite this file.
File usage on Commons
The following page uses this file:
File usage on other wikis
The following other wikis use this file:
- Usage on de.wikipedia.org
- Usage on en.wikipedia.org
- Usage on he.wikipedia.org
- Usage on ko.wikipedia.org
- Usage on pt.wikipedia.org
- Usage on uk.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Short title | Hilbert transform plot |
---|---|
Image title | Produced by GNUPLOT 4.3 patchlevel 0, Edited for size and SVG correctness |