ファイル:Chirp animation.gif
提供: testwiki
ナビゲーションに移動
検索に移動
Chirp_animation.gif (640 × 479 ピクセル、ファイルサイズ: 234キロバイト、MIME タイプ: image/gif、ループします、11 フレーム、5.5秒)
このファイルはウィキメディア・コモンズのものであり、他のプロジェクトで使用されている可能性があります。 ウィキメディア・コモンズでのファイル解説ページにある説明を以下に示します。
概要
| 解説Chirp animation.gif |
English: Chirp and impulse signals and their (selected) spectral components. On the bottom given four monochromatic components, sine waves of different frequency. The red line in the waves give the relative phase shift to the other sine waves, originating from the chirp characteristic. The animation removes the phase shift step by step (like with matched filtering), resulting in a sinc pulse when no relative phase shift is left. |
| 日付 | |
| 原典 | 投稿者自身による著作物 |
| 作者 | Andrew0090 |
ライセンス
この作品の著作権者である私は、この作品を以下のライセンスで提供します。
このファイルはクリエイティブ・コモンズ 表示-継承 3.0 非移植ライセンスのもとに利用を許諾されています。
- あなたは以下の条件に従う場合に限り、自由に
- 共有 – 本作品を複製、頒布、展示、実演できます。
- 再構成 – 二次的著作物を作成できます。
- あなたの従うべき条件は以下の通りです。
- 表示 – あなたは適切なクレジットを表示し、ライセンスへのリンクを提供し、変更があったらその旨を示さなければなりません。これらは合理的であればどのような方法で行っても構いませんが、許諾者があなたやあなたの利用行為を支持していると示唆するような方法は除きます。
- 継承 – もしあなたがこの作品をリミックスしたり、改変したり、加工した場合には、あなたはあなたの貢献部分を元の作品とこれと同一または互換性があるライセンスの下に頒布しなければなりません。
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
この画像のカテゴリは再検討が必要です。今すぐ再検討する
|
キャプション
このファイルの内容を1行で記述してください
このファイルに描写されている項目
題材
ウィキデータ項目がない値
5 12 2013
image/gif
3207f8a55361d0c07848b60755e11d785551c330
239,398 バイト
5.5 秒
479 ピクセル
640 ピクセル
ファイルの履歴
過去の版のファイルを表示するには、その版の日時をクリックしてください。
| 日時 | サムネイル | 寸法 | 利用者 | コメント | |
|---|---|---|---|---|---|
| 現在の版 | 2013年12月5日 (木) 21:52 | 640 × 479 (234キロバイト) | wikimediacommons>Andrew0090 | Color and thickness of phase markers. |
ファイルの使用状況
以下のページがこのファイルを使用しています:
