לדלג לתוכן

קובץ:Illustration of causal and non-causal filters.svg

תוכן הדף אינו נתמך בשפות אחרות.
מתוך ויקיפדיה, האנציקלופדיה החופשית

לקובץ המקורי(קובץ SVG, הגודל המקורי: 688 × 621 פיקסלים, גודל הקובץ: 65 ק"ב)

ויקישיתוף זהו קובץ שמקורו במיזם ויקישיתוף. תיאורו בדף תיאור הקובץ המקורי (בעברית) מוצג למטה.

תקציר

תיאור
English: Each component of the causal filter output begins when its stimulus begins. The outputs of the non-causal filter begin before the stimulus begins.
תאריך יצירה (UTC)
מקור קובץ זה הוא יצירה נגזרת של : Illustration of causal and non-causal filters.png
יוצר Bob K
אישורים והיתרים
(שימוש חוזר בקובץ זה)
אני, בעל זכויות היוצרים על עבודה זו, מפרסם בזאת את העבודה תחת הרישיון הבא:
Creative Commons CC-Zero קובץ זה זמין לפי תנאי הקדשה עולמית לנחלת הכלל CC0 1.0 של Creative Commons.
האדם ששייך יצירה להיתר הזה הקדיש את היצירה לנחלת הכלל על־ידי ויתור על כל הזכויות שלו או שלה על היצירה בכל העולם לפי חוק זכויות יוצרים, לרבות כל הזכויות הקשורות או הסמוכות כקבוע בחוק. באפשרותך להעתיק, לשנות, להפיץ, או להציג את היצירה, אפילו למטרות מסחריות, וכל זה אפילו מבלי לבקש רשות.

SVGהתפתחות 
InfoField
 
קוד המקור של קובץ SVG זה הוא לא תקין בגלל 3 שגיאות.
 
LibreOffice עם‎‎ נוצרה ה W3C-לא תקין גרפיקה וקטורית
Gnu Octave source
InfoField
click to expand

This graphic was created with the help of the following Octave script:

% Options
  frame_background_gray = true;

  if frame_background_gray
   graphics_toolkit("qt")         % has "insert text" option
%  graphics_toolkit("fltk")       % has cursor coordinate readout
   frame_background = .94*[1 1 1];
   d  = 4;                         % amount to add to text sizes
  else
   graphics_toolkit("gnuplot")    % background will be white regardless of value below
   frame_background = .94*[1 1 1];
   d=0;
  endif
  
  xmax = 1000;                    % length of plots
  L    = 100;                     % length of rectangles

% (https://octave.org/doc/v4.2.1/Graphics-Object-Properties.html#Graphics-Object-Properties)
% Speed things up when using Gnuplot
  set(0, "DefaultFigureColor",frame_background)
  set(0, "DefaultAxesTitleFontweight","normal")
  set(0, "DefaultAxesFontsize",12+d)   % size of numeric tick labels
% set(0, "DefaultTextFontsize",12+d)
  set(0, "DefaultAxesYlim",[0 2])
  set(0, "DefaultAxesXlim",0.02*([-200 xmax]))
  set(0, "DefaultAxesYtick",[])
  set(0, "DefaultLineLinewidth",2)

%=======================================================
  hfig = figure("position",[1 -150 735 835]);

  x1 = .02;                     % left margin
  x2 = .02;                     % right margin
  y1 = .08;                     % bottom margin for annotation
  y2 = .10;                     % top margin for title
  dy = .10;                     % vertical space between rows

  width = 1-x1-x2;
  height= (1-y1-y2-3*dy)/4;     % space allocated for each of 4 rows

  x_origin = x1;
  y_origin = 1;                 % start at top of graph area
%=======================================================
  y_origin = y_origin -y2 -height;        % position of top row
  subplot("position",[x_origin y_origin width height])

  f = [zeros(1,200) ones(1,L) zeros(1,100)];

  plot(0.02*([1:length(f)]-250), f ,"r" )
  title("h(t) (non-causal impulse response)", "fontsize",14+d)

%=======================================================
  y_origin = y_origin -dy -height;
  subplot("position",[x_origin y_origin width height])
  plot(0.02*([1:length(f)]-200), f, "b" )
  title("h(t-1) (causal impulse response)", "fontsize",14+d)

%=======================================================
  y_origin = y_origin -dy -height;
  subplot("position",[x_origin y_origin width height])
  a = [zeros(1,200) ones(1,L) zeros(1,250) 0.5*ones(1,100) zeros(1,250) 0.25*ones(1,100) zeros(1,200)];
  plot(0.02*([1:length(a)]-200), a,"m")
  ylim([0 2*max(a)])
  title("Input", "fontsize",14+d)

%=======================================================
  y_origin = y_origin -dy -height;
  subplot("position",[x_origin y_origin width height])
  b = conv(a,f);
  c = b(200:end);
  plot(0.02*([1:length(c)]-250), c, "r", 0.02*([1:length(c)]-200), c, "b")
  ylim([0 max(b)])
  legend("f(t) non-causal output", "f(t-1) (causal output)")
  title("Outputs", "fontsize",14+d)

 print -dsvg Illustration_of_causal_and_non-causal_filters.svg

יומן העלאה מקורי

This image is a derivative work of the following images:

  • File:Illustration_of_causal_and_non-causal_filters.png licensed with PD-user
    • 2012-01-07T02:20:59Z OgreBot 1470x1671 (32150 Bytes) (BOT): Reverting to most recent version before archival
    • 2012-01-07T02:20:55Z OgreBot 483x585 (6466 Bytes) (BOT): Uploading old version of file from en.wikipedia; originally uploaded on 2005-12-12 00:25:17 by [[:en:User:Bob K|Bob K]]
    • 2012-01-07T02:20:53Z OgreBot 441x659 (5782 Bytes) (BOT): Uploading old version of file from en.wikipedia; originally uploaded on 2005-12-11 23:47:49 by [[:en:User:Bob K|Bob K]]
    • 2012-01-07T02:20:51Z OgreBot 429x635 (5727 Bytes) (BOT): Uploading old version of file from en.wikipedia; originally uploaded on 2005-12-11 23:34:00 by [[:en:User:Bob K|Bob K]]
    • 2012-01-06T13:35:34Z Bob K 1470x1671 (32150 Bytes) {{BotMoveToCommons|en.wikipedia|year={{subst:CURRENTYEAR}}|month={{subst:CURRENTMONTHNAME}}|day={{subst:CURRENTDAY}}}} The upload bot is [[User:CommonsHelper2 Bot]] which is called by [http://toolserver.org/~commonshelper2/in

כיתובים

נא להוסיף משפט שמסביר מה הקובץ מייצג

פריטים שמוצגים בקובץ הזה

מוצג

filter אנגלית

image/svg+xml

היסטוריית הקובץ

ניתן ללחוץ על תאריך/שעה כדי לראות את הקובץ כפי שנראה באותו זמן.

תאריך/שעהתמונה ממוזערתממדיםמשתמשהערה
נוכחית11:52, 2 בפברואר 2020תמונה ממוזערת לגרסה מ־11:52, 2 בפברואר 2020‪621 × 688‬ (65 ק"ב)Bob Kminor cleanup
22:06, 1 בפברואר 2020תמונה ממוזערת לגרסה מ־22:06, 1 בפברואר 2020‪642 × 688‬ (66 ק"ב)Bob Kchange frame background from white to gray
20:39, 7 באוגוסט 2012תמונה ממוזערת לגרסה מ־20:39, 7 באוגוסט 2012‪579 × 512‬ (107 ק"ב)Zerodamage== {{int:filedesc}} == {{Information |Description={{en|Each component of the causal filter output begins when its stimulus begins. The outputs of the non-causal filter begin before the stimulus begins}} |Source={{Derived from|Illustration_of_causal_and...

אין בוויקיפדיה דפים המשתמשים בקובץ זה.

שימוש גלובלי בקובץ

אתרי הוויקי השונים הבאים משתמשים בקובץ זה:

מטא־נתונים