File:Analytic.svg
From Wikimedia Commons, the free media repository
Size of this PNG preview of this SVG file: 373 × 354 pixels. Other resolutions: 253 × 240 pixels | 506 × 480 pixels | 632 × 600 pixels | 809 × 768 pixels | 1,079 × 1,024 pixels.
Original file (SVG file, nominally 373 × 354 pixels, file size: 37 KB)
Summary[edit]
Description |
A signal and the magnitude of its analytic signal, to demonstrate the envelope effect. I made it using Octave (that uses Gnuplot internally to output in SVG). Here is the code:
t=[0:.0001:3];
y1=-(1.2./t)-t+3;
y1(y1<0)=0;
y2=sin(2*3*pi*t);
y3=y1.*y2;
hil=abs(hilbert(y3));
gset terminal svg enhanced fname "Times" fsize 20
gset output "analytic.svg"
gset nokey
gset yrange [-1:1]
plot(t,y3,"3",t,hil,"1");
|
Date | |
Source | Image:Analytic.png |
Author | original work by User:Omegatron, adapted to SVG by Alessio Damato |
Other versions |
Licensing[edit]
I, the copyright holder of this work, hereby publish it under the following licenses:
You may select the license of your choice.
|
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 17:02, 4 June 2011 | 373 × 354 (37 KB) | Krishnavedala (talk | contribs) | smoother version created in python. | |
22:11, 25 February 2007 | 600 × 480 (38 KB) | Alejo2083 (talk | contribs) | {{Information |Description=A signal and the magnitude of its analytic signal, to demonstrate the envelope effect. I made it using Octave (that uses Gnuplot internally to output in SVG). Here is the code: <pre> t=[0:.0001:3]; y1=-(1.2./t)-t+3; y1(y1<0)= |
- You cannot overwrite this file.
File usage on Commons
The following 2 pages link to this file:
File usage on other wikis
The following other wikis use this file:
- Usage on cs.wikipedia.org
- Usage on en.wikipedia.org
- Usage on he.wikipedia.org
- Usage on zh.wikipedia.org