ဖိုင်:Chirp animation.gif

အခြားဘာသာစကားများဖြင့် စာမျက်နှာအကြောင်းအရာများကို ပံ့ပိုးမထားပါ။
This is a file from the Wikimedia Commons
ဝီကီပီးဒီးယား မှ

Chirp_animation.gif(၆၄၀ × ၄၇၉ pixels, ဖိုင်အရွယ်အစား - ၂၃၄ KB, MIME အမျိုးအစား image/gif, looped, ၁၁ frames, ၅.၅ s)

အကျဉ်းချုပ်

ဖော်ပြချက်
English: Chirp and impulse signals.
ရက်စွဲ
ရင်းမြစ် ကိုယ်ပိုင်ဖန်တီးမှု
စာရေးသူ Andrew0090

လိုင်စင်သတ်မှတ်ခြင်း

ကျွန်ုပ်၊ ဤလုပ်ဆောင်ချက်၏ မူပိုင်ခွင့်ပိုင်ရှင်အနေဖြင့် ဤနေရာမှ အောက်ပါလိုင်စင်အောက်တွင် ထုတ်လွှင့်ပါသည်:
w:my:Creative Commons
မှတ်ယူနိုင်ခြင်း ထပ်တူမျှဝေ
ဤဖိုင်ကို Creative Commons Attribution-Share Alike 3.0 Unported လိုင်စင်ဖြင့် သတ်မှတ်ထားသည်။
သင်သည် လွတ်လပ်စွာ:
  • မျှဝေရန် – ဖန်တီးမှုကို ကူးယူရန်၊ ဖြန့်ဖြူးရန်နှင့် ထုတ်လွှင့်ရန်
  • ပြန်ရောနှောရန် – ဖန်တီးမှုကို ပြင်ဆင်ညှိနှိုင်းရန်
အောက်ပါ အခြေအနေများတွင်:
  • မှတ်ယူနိုင်ခြင်း – ပြောင်းလဲမှုများ ပြုလုပ်ခဲ့ပါက ဖန်တီးသူ သို့မဟုတ် လိုင်စင်ရှိသူမှ သတ်မှတ်သော အမျိုးအစားကို လိုက်နာရမည် (ဆိုလိုသည်မှာ သင့်အား သို့မဟုတ် သင့်ဖန်တီးမှုတွင် အသုံးပြုခြင်းအား ထောက်ခံချက်ပေးသည်ဟု မဆိုလိုပါ)။
  • ထပ်တူမျှဝေ – ဤဖန်တီးမှုအား ပြင်ဆင်ခြင်း၊ ပြောင်းလဲခြင်း သို့မဟုတ် ထပ်ဆင့် ဖန်တီးခြင်း ပြုလုပ်ပါက ရရှိလာသော ဖန်တီးမှုကို ဤဖန်တီးမှုနှင့် သို့မဟုတ် ဆင်တူသော လိုင်စင်ဖြင့်သာ ဖြန့်ချိသင့်သည်။

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



ပုံစာများ

ဤဖိုင်၏ဆိုလိုရင်းကို စာတစ်ကြောင်းရှင်းလင်းချက်ဖြင့် ထည့်သွင်းရန်

Items portrayed in this file

depicts အင်္ဂလိပ်

some value

author name string အင်္ဂလိပ်: Andrew0090
Wikimedia username အင်္ဂလိပ်: Andrew0090

media type အင်္ဂလိပ်

image/gif

checksum အင်္ဂလိပ်

3207f8a55361d0c07848b60755e11d785551c330

determination method အင်္ဂလိပ်: SHA-1 အင်္ဂလိပ်

data size အင်္ဂလိပ်

၂၃၉၃၉၈ ဘိုက်

၅.၅ စက္ကန့်

height အင်္ဂလိပ်

၄၇၉ pixel

width အင်္ဂလိပ်

၆၄၀ pixel

ဖိုင်မှတ်တမ်း

ဖိုင်ကို ယင်းနေ့စွဲ အတိုင်း မြင်နိုင်ရန် နေ့စွဲ/အချိန် တစ်ခုခုပေါ်တွင် ကလစ်နှိပ်ပါ။

နေ့စွဲ/အချိန်နမူနာပုံငယ်မှတ်တမ်း ဒိုင်မန်းရှင်းများအသုံးပြုသူမှတ်ချက်
ကာလပေါ် ၂၀:၅၂၊ ၅ ဒီဇင်ဘာ ၂၀၁၃ ၂၀:၅၂၊ ၅ ဒီဇင်ဘာ ၂၀၁၃ ရက်က မူအတွက် နမူနာပုံငယ်၆၄၀ × ၄၇၉ (၂၃၄ KB)Andrew0090Color and thickness of phase markers.
၀၃:၃၈၊ ၅ ဒီဇင်ဘာ ၂၀၁၃ ၀၃:၃၈၊ ၅ ဒီဇင်ဘာ ၂၀၁၃ ရက်က မူအတွက် နမူနာပုံငယ်၆၄၀ × ၄၇၉ (၂၃၂ KB)Andrew0090User created page with UploadWizard

ဤဖိုင်ကို အသုံးပြုထားသော စာမျက်နှာများမရှိပါ။

ဂလိုဘယ် ဖိုင်သုံးစွဲမှု

အောက်ပါ အခြားဝီကီများတွင် ဤဖိုင်ကို အသုံးပြုထားသည်-

  • en.wikipedia.org တွင် အသုံးပြုမှု
  • ja.wikipedia.org တွင် အသုံးပြုမှု
  • pt.wikipedia.org တွင် အသုံးပြုမှု