לדלג לתוכן

קובץ:Kaiser-Window-Spectra.svg

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

לקובץ המקורי(קובץ SVG, הגודל המקורי: 700 × 525 פיקסלים, גודל הקובץ: 111 ק"ב)

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

תקציר

תיאור Spectra of Kaiser windows for different parametric values. Note that the downward spikes in the side lobes should actually spike all they way to -infinity, since at these points the amplitude goes to zero. The fact that the minima are finite is an artifact of the finite plotting resolution.
תאריך יצירה 2007-09-19, revised 2019-03-21 by Bob K
מקור נוצר על־ידי מעלה היצירה
יוצר RetoGalli
אישורים והיתרים
(שימוש חוזר בקובץ זה)
אני, בעל זכויות היוצרים על עבודה זו, מפרסם בזאת את העבודה תחת הרישיון הבא:
Creative Commons CC-Zero קובץ זה זמין לפי תנאי הקדשה עולמית לנחלת הכלל CC0 1.0 של Creative Commons.
האדם ששייך יצירה להיתר הזה הקדיש את היצירה לנחלת הכלל על־ידי ויתור על כל הזכויות שלו או שלה על היצירה בכל העולם לפי חוק זכויות יוצרים, לרבות כל הזכויות הקשורות או הסמוכות כקבוע בחוק. באפשרותך להעתיק, לשנות, להפיץ, או להציג את היצירה, אפילו למטרות מסחריות, וכל זה אפילו מבלי לבקש רשות.

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

This graphic was created by the following Octave script:

pkg load signal
graphics_toolkit gnuplot

N  = 2^17;
n  = 0:N-1;
P  = 15;        % Maximum bin index drawn
dr = 100;       % dynamic range of plot
M  = 32;        % Fourier transform size as multiple of window length
k  = ([1:M*N]-1-M*N/2)/M;
k2 = [-P : 1/M : P];

% Uncomment warning() if a text() call includes ("fontname", "Symbol")
% warning("off", "Octave:missing-glyph");

h = figure;
hold on
box on
set(gca,'FontSize',10)

beta=4; alpha = beta/pi
w = besseli(0,beta*sqrt(1-(2*n/(N-1) -1).^2))/besseli(0,beta);

H = abs(fft([w zeros(1,(M-1)*N)]));
H = fftshift(H);
H = H/max(H);
H = 20*log10(H);
H = max(-dr,H);
H2 = interp1 (k, H, k2);

plot(k2, H2, "color", "blue", "linewidth", 2)
xlim([-P P])
ylim([-dr 6])
set(gca,"YTick", [0 : -10 : -dr])
grid("on")
ylabel("decibels")
xlabel("DFT bins")

%text(4.26, -36, '\pi\alpha=4; \alpha=1.27', "color", "blue", "fontsize", 12)
%But let's do it the instructive way:
str = ['\pi\alpha=' num2str(beta,'%1i') '; \alpha=' num2str(beta/pi,'%4.2f')];
text(4.26, -36, str, "color", "blue", "fontsize", 12)

beta=8; alpha = beta/pi
w = besseli(0,beta*sqrt(1-(2*n/(N-1) -1).^2))/besseli(0,beta);

H = abs(fft([w zeros(1,(M-1)*N)]));
H = fftshift(H);
H = H/max(H);
H = 20*log10(H);
H = max(-dr,H);
H2 = interp1 (k, H, k2);

plot(k2, H2, "color", "red", "linewidth", 2)

%text(2.5, -19.5,  '\pi\alpha=8; \alpha=2.55', "color", "red", "fontsize", 12)
%But let's do it the less "manual" way:
str = ['\pi\alpha=' num2str(beta,'%1i') '; \alpha=' num2str(beta/pi,'%4.2f')];
text(2.5, -19.5, str, "color", "red", "fontsize", 12)

title("Fourier transforms of two Kaiser windows")

% The following print() converts plain-text Greek characters in text() strings into Symbol font.
% Therefore it isn't necessary to include ("fontname", "Symbol") in the text() calls above,
% and doing so causes warnings, some of which can be suppressed by warning().
print(h,"-dsvg","-color",'C:\Users\BobK\Kaiser-Window-Spectra.svg')

כיתובים

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

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

מוצג

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

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

תאריך/שעהתמונה ממוזערתממדיםמשתמשהערה
נוכחית00:25, 23 במרץ 2019תמונה ממוזערת לגרסה מ־00:25, 23 במרץ 2019‪525 × 700‬ (111 ק"ב)Bob KUse definition of α from Window function article.
22:46, 19 בספטמבר 2007תמונה ממוזערת לגרסה מ־22:46, 19 בספטמבר 2007‪420 × 560‬ (143 ק"ב)RetoGalli{{Information |Description=Spectra of Kaiser windows for α of 4 and 8. Note that the downward spikes in the side lobes should actually spike all they way to -infinity, since at these points the amplitude goes to zero. The fact that the minima are finite

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

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

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

מטא־נתונים