For faster navigation, this Iframe is preloading the Wikiwand page for File:Chirp animation.gif.

File:Chirp animation.gif

Chirp_animation.gif(640 × 479 pixels, file size: 234 KB, MIME type: image/gif, looped, 11 frames, 5.5 s)

Summary

Description
English: Chirp and impulse signals.
Date
Source Own work
Author Andrew0090

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
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.

Source code (Octave)

% Generate a chirp signal animation
% To combine frames into an animated .gif file use:
% convert -delay 50 output/*.png chirp_animation.gif

N=513;
freqs=200;
t = linspace (-0.5, 0.5, N);
n=0;

lw = 2;
fs = 10;
fw = 'bold';

for dispersion = linspace (-0.001, 0.001, 11)
  sig = zeros (freqs, N);
  for f = 1:freqs
    sig(f,:) = cos (f * pi * (t - dispersion * f));
  end

  subplot (2, 1, 1);
  plot (t, sum (sig, 1), 'r', 'linewidth', lw);
  axis([-0.5, 0.5, -100, 200]);
  set(gca, 'fontsize', fs);
  set(gca, 'FontWeight', fw);
  set(gca, 'linewidth', lw)
  set(gca, 'XTick', linspace (-0.5, 0.5, 5));
  grid;

  subplot (2, 1, 2);
  hold off;
  plot (t, sig(1,:), 'linewidth', lw);
  hold on;
  plot (t, sig(4,:) + 3, 'linewidth', lw);
  plot (t, sig(16,:) + 6, 'linewidth', lw);
  plot (t, sig(64,:) + 9, 'linewidth', lw);
  plot ([1,1]*dispersion*1,  [-1.2,1.2], 'r', 'linewidth', 6);
  plot ([1,1]*dispersion*4,  [1.8,4.2],  'r', 'linewidth', 6);
  plot ([1,1]*dispersion*16, [4.8,7.2],  'r', 'linewidth', 6);
  plot ([1,1]*dispersion*64, [7.8,10.2], 'r', 'linewidth', 6);
  axis([-0.5, 0.5, -1.5, 10.5], 'labelx', 'tickx');
  set(gca, 'fontsize', fs);
  set(gca, 'FontWeight', fw);
  set(gca, 'linewidth', lw)
  set(gca, 'XTick', linspace (-0.5, 0.5, 5));
  grid;

  pause(0.5);
  n = n+1;
  filename=sprintf('output/%05d.png',n);
  print(filename, '-S640,480');
end



Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

5 December 2013

image/gif

3207f8a55361d0c07848b60755e11d785551c330

239,398 byte

5.5 second

479 pixel

640 pixel

File history

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

Date/TimeThumbnailDimensionsUserComment
current20:52, 5 December 2013Thumbnail for version as of 20:52, 5 December 2013640 × 479 (234 KB)Andrew0090Color and thickness of phase markers.
03:38, 5 December 2013Thumbnail for version as of 03:38, 5 December 2013640 × 479 (232 KB)Andrew0090User created page with UploadWizard

File usage

The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

{{bottomLinkPreText}} {{bottomLinkText}}
File:Chirp animation.gif
Listen to this article

This browser is not supported by Wikiwand :(
Wikiwand requires a browser with modern capabilities in order to provide you with the best reading experience.
Please download and use one of the following browsers:

This article was just edited, click to reload
This article has been deleted on Wikipedia (Why?)

Back to homepage

Please click Add in the dialog above
Please click Allow in the top-left corner,
then click Install Now in the dialog
Please click Open in the download dialog,
then click Install
Please click the "Downloads" icon in the Safari toolbar, open the first download in the list,
then click Install
{{::$root.activation.text}}

Install Wikiwand

Install on Chrome Install on Firefox
Don't forget to rate us

Tell your friends about Wikiwand!

Gmail Facebook Twitter Link

Enjoying Wikiwand?

Tell your friends and spread the love:
Share on Gmail Share on Facebook Share on Twitter Share on Buffer

Our magic isn't perfect

You can help our automatic cover photo selection by reporting an unsuitable photo.

This photo is visually disturbing This photo is not a good choice

Thank you for helping!


Your input will affect cover photo selection, along with input from other users.

X

Get ready for Wikiwand 2.0 🎉! the new version arrives on September 1st! Don't want to wait?