Two_dim_standing_wave.gif(200 × 140 പിക്സൽ, പ്രമാണത്തിന്റെ വലിപ്പം: 142 കെ.ബി., മൈം തരം: image/gif, പുനരാവർത്തിതം, 10 ചട്ടങ്ങൾ, 2.0സെ)

വിവരണം Illustration of a standing wave in a cavity resonator. Mathematically, this also represents a vibration mode of a rectangular drum or membrane.
തീയതി (UTC)
സ്രോതസ്സ് self-made with MATLAB
സ്രഷ്ടാവ് Oleg Alexandrov
 
ഈ GIF ഗ്രാഫിക് സൃഷ്ടിച്ചത് MATLAB ഉപയോഗിച്ചാണ്.
Public domain ഈ സൃഷ്ടിയുടെ പകർപ്പവകാശ ഉടമയായ ഞാൻ, ഈ സൃഷ്ടി പൊതുസഞ്ചയത്തിൽ പ്രസിദ്ധീകരിച്ചിരിക്കുന്നു. ഇത് ആഗോള തലത്തിൽ ബാധകമാണ്.
ചില രാജ്യങ്ങളിൽ ഇത് നിയമപ്രകാരം സാദ്ധ്യമല്ലെന്ന് വന്നേക്കാം; അങ്ങനെയെങ്കിൽ:
ഈ സൃഷ്ടി, നിയമപ്രകാരം നിബന്ധനകൾ ഉണ്ടെങ്കിൽ അവയൊഴിച്ച്, യാതൊരു നിബന്ധനകളും ഇല്ലാതെ ഏതൊരാൾക്കും ഏതൊരു ഉപയോഗത്തിനും, ഉപയോഗപ്പെടുത്തുവാൻ ഞാൻ അനുവദിച്ചിരിക്കുന്നു.

Source code (MATLAB)

% illustration of a standing wave in two dimensions

% box size
Lx = 3; 
Ly = 4; 

h= 0.1; % grid size
[X, Y] = meshgrid(0:h:Lx, 0:h:Ly);

numP_x = 2; numP_y = 3; % number of peaks in x and y

Z=0.5*sin(2*pi*numP_x*X/Lx).*sin(2*pi*numP_y*Y/Ly);

% normalize from 0 to scale
scale = 0.5;
%Z = Z - min(min(Z));
%Z = Z/max(max(Z));

M=11;
T=linspace(0.0, 2*pi, M); T=T(1:(M-1)); T = T + 0.5*pi/(M-1);
shift = 1;

for p=1:1
   for iter=1:length(T)

      %figure(1); clf; hold on;

      t = T(iter);

      figure(1); clf;  hold on;
      surf(X, Y, Z*cos(t));
      caxis([-1, 1]);
      shading faceted;
      colormap autumn;

      
      axis equal; axis off;
      axis([0, Lx, 0, Ly, -1, 1]);

      % viewing angle
      view(38, 42);

      %H=text(0, -0.3, 1.4, sprintf('(%d, %d) mode', k, p), 'fontsize', 25);
      %image(scale*((Z*sin(t)+shift)));
      %axis equal; axis xy;
      %axis off;

      file=sprintf('Frame%d.png', 1000+iter);
      disp(sprintf('Saving to %s', file));
      print('-dpng',  '-zbuffer',  '-r100', file);
      pause(0.2);
      
   end

end

% saved to gif with the command
% convert -density 100 -loop 1000 -delay 20 Frame1* Two_dim_standing_wave.gif
% then cropped and scaled in Gimp.

തലവാചകങ്ങൾ

ഈ പ്രമാണം എന്തിനെ പ്രതിനിധീകരിക്കുന്നുവെന്ന ഒറ്റവരി വിശദീകരണം ചേർക്കുക
Helmholtz resonator

ഈ പ്രമാണത്തിൽ ചിത്രീകരിച്ചിരിക്കുന്ന ഇനങ്ങൾ

സൃഷ്ടിയിലുള്ളത്

16 ജനുവരി 2008

പ്രമാണ നാൾവഴി

ഏതെങ്കിലും തീയതി/സമയ കണ്ണിയിൽ ഞെക്കിയാൽ പ്രസ്തുതസമയത്ത് ഈ പ്രമാണം എങ്ങനെയായിരുന്നു എന്നു കാണാം.

തീയതി/സമയംലഘുചിത്രംഅളവുകൾഉപയോക്താവ്അഭിപ്രായം
നിലവിലുള്ളത്05:37, 16 ജനുവരി 200805:37, 16 ജനുവരി 2008-ലെ പതിപ്പിന്റെ ലഘുചിത്രം200 × 140 (142 കെ.ബി.)Oleg Alexandrov{{Information |Description=Illustration of a standing wave in a cavity resonator. Mathematically, this also represents a vibration mode of a of a rectangular drum or [[:en:membr

താഴെ കാണുന്ന താളിൽ ഈ ചിത്രം ഉപയോഗിക്കുന്നു:

പ്രമാണത്തിന്റെ ആഗോള ഉപയോഗം

താഴെ കൊടുത്തിരിക്കുന്ന മറ്റ് വിക്കികൾ ഈ പ്രമാണം ഉപയോഗിക്കുന്നു:

"https://ml.wikipedia.org/wiki/പ്രമാണം:Two_dim_standing_wave.gif" എന്ന താളിൽനിന്ന് ശേഖരിച്ചത്