ගොනුව:Dirac function approximation.gif

Page contents not supported in other languages.
විකිපීඩියා වෙතින්

Dirac_function_approximation.gif(200 × 335 පික්සල, ගොනු විශාලත්වය: 89 කි.බ., MIME ශෛලිය: image/gif, වලිත, 10 රාමු, 2.0තත්)

මෙම ගොනුව Wikimedia Commons වෙතින් වන අතර අනෙකුත් ව්‍යාපෘතීන් විසින්ද භාවිතා කල හැක. එහි ගොනු විස්තර පිටුව තුල අඩංගු විස්තර මෙහි පහත දැක්වෙයි.

විස්තරය Illustration of approximating the Dirac delta function by gaussians.
දිනය (UTC)
මූලාශ්‍රය self-made with MATLAB
කර්තෘ Oleg Alexandrov


Public domain මම, මෙම කාර්යයේ ප්‍රතිරූපණ අයිති හිමිකරු, මෙම කාර්යය public domain වෙත නිදහස් කරමි. මෙය ලෝක ව්‍යාප්තව අදාළ වේ.
සමහර රටවල මෙය අනීතික විය හැකිය. එසේ වුවහොත්;
මම කිසිදු කොන්දේසියකින් තොරව,ඕනෑම අයෙකුට ඕනෑම කාර්යයක් සඳහා මෙය, නීතිමය බාධාවක් නොමැති වනතුරු, භාවිතා කිරීමේ අයිතිය ලබාදෙමි.

Source code (MATLAB)

% Illustration of approximating the Dirac delta function with gaussians.

function main()

   r = 3; % the power in the Bernoulli inequality
   
   % KSmrq's colors
   red    = [0.867 0.06 0.14];
   blue   = [0, 129, 205]/256;
   green  = [0, 200,  70]/256;
   yellow = [254, 194,   0]/256;
   white = 0.99*[1, 1, 1];

  % Set up the grid and other parameters
   N = 300;
   A = -2; B = 2; 
   C=-1; D = 6;

   X = linspace(A, B, N);
   
   % Set up the figure
   lw = 3; % linewidth
   fs = 18; % font size

   for p=1:10

      a=1/p;

      % gaussian
      Y=(1/(a*sqrt(pi)))*exp(-X.^2/a^2);

      figure(1); clf; 

      set(gca, 'fontsize', fs);
      set(gca, 'linewidth', 0.4*lw)
      hold on;
      
      plot_axes (A, B, C, D, lw/1.5);
      
      plot(X, Y, 'color', blue, 'linewidth', lw);
      
      axis equal; axis([A, B, C, D]); 
      
      set(gca, 'XTick', [-2, -1, 0, 1, 2]) % text labels on the x axis
      grid on;
      
      H=text(B-1.5, D-0.5, sprintf('a=1/%d', p), 'fontsize', fs);

      % save to disk
      file = sprintf('Frame%d.eps', 1000+p);
      disp(file);
      saveas(gcf, file, 'psc2')
      
      pause(0.1);

   end

 % Converted to gif with the command
 % convert -antialias -density 100 -delay 20 -loop 10000 Frame10* Dirac_function_approximation.gif
 % then scaled in Gimp   
   
function plot_axes (A, B, C, D, lw)
   
   gray = 0.5*[1, 1, 1];
   
   plot([A B], [0, 0], 'linewidth', lw, 'color', gray);
   plot([0, 0], [C, D], 'linewidth', lw, 'color', gray);

Captions

මෙම ගොනුව නිරූපණය කරන්නෙඑ කුමක්දැයි තනි පේළියේ පැහැදිළි කිරීමක් එක් කරන්න.

Items portrayed in this file

depicts ඉංග්‍රීසි

some value

Wikimedia username ඉංග්‍රීසි: Oleg Alexandrov
author name string ඉංග්‍රීසි: Oleg Alexandrov

copyright status ඉංග්‍රීසි

copyright license ඉංග්‍රීසි

inception ඉංග්‍රීසි

12 ජනවාරි 2008

media type ඉංග්‍රීසි

image/gif

ගොනු ඉතිහාසය

එම අවස්ථාවෙහිදී ගොනුව පැවැති ආකාරය නැරඹීමට දිනය/වේලාව මත ක්ලික් කරන්න.

දිනය/වේලාවකුඩා-රූපයමානපරිශීලකපරිකථනය
වත්මන්22:51, 12 ජනවාරි 2008 22:51, 12 ජනවාරි 2008වන විට අනුවාදය සඳහා කුඩා-රූපය200 × 335 (89 කි.බ.)Oleg Alexandrovtweak
22:22, 12 ජනවාරි 2008 22:22, 12 ජනවාරි 2008වන විට අනුවාදය සඳහා කුඩා-රූපය217 × 363 (99 කි.බ.)Oleg Alexandrov{{Information |Description=Illustration of approximating the Dirac delta function by gaussians. |Source=self-made with MATLAB |Date=~~~~~ |Author= Oleg Alexandrov |Permission= |other_versions= }} {{

පහත දැක්වෙන පිටුව විසින් මෙම ගොනුව භාවිතා කෙරෙයි:

ගෝලීය ගොනු භාවිතය

පහත දැක්වෙන අනෙකුත් විකියන් මගින් මෙම ගොනුව භාවිතා කරයි:

"https://si.wikipedia.org/wiki/ගොනුව:Dirac_function_approximation.gif" වෙතින් සම්ප්‍රවේශනය කෙරිණි