Spectral_leakage_from_a_sinusoid_and_rectangular_window.png ((508 × 412 piksela, veličina datoteke: 47 KB, <a href="/wiki/MIME" title="MIME">MIME</a> tip: image/png))
Ova je datoteka sa stranica Zajedničkog poslužitelja Zaklade Wikimedije i smiju je rabiti drugi projekti. Opis s njezine stranice s opisom datoteke prikazan je ispod. |
Prebačeno s en.wikipedia na Zajednički poslužitelj Prebacio suradnik Maksim.
Sažetak
OpisSpectral leakage from a sinusoid and rectangular window.png |
English: This is a portion of the DTFT for a rectangularly-windowed sinusoid. The actual frequency of the sinusoid is indicated as "0" on the horizontal axis. Everything else is leakage. The unit of frequency is "DFT bins"; that is, the integer values on the frequency axis correspond to the frequencies sampled by the DFT. So the figure depicts a case where the actual frequency of the sinusoid happens to coincide with a DFT sample, and the maximum value of the spectrum is accurately measured by that sample. When it misses the maximum value by some amount [up to 1/2 bin], the measurement error is referred to as scalloping loss (inspired by the shape of the peak). But the most interesting thing about this case is that all the other samples coincide with nulls in the true spectrum. (The nulls are actually zero-crossings.) So in this case, the DFT creates the illusion of no leakage. |
|||
Datum | ||||
Izvor | Vlastito djelo postavljača I created this image myself, using Matlab tools and PowerPoint to annotate the graph and create a png file. | |||
Autor | Bob K | |||
Dopuštenje (Naknadna uporaba ove datoteke) |
|
|||
Ostale inačice |
|
|||
Script InfoField | Matlab codeN=128;
k=0:N-1;
dr = 60;
w = ones(1,N);
%
H = abs(fft([w zeros(1,7*N)]));
H = fftshift(H);
H = H/max(H);
H = 20*log10(H);
H = max(-dr,H);
x = -4.5*8 : 7.5*8;
H = H(x + 1+4*N);
%
figure
h = area(x/8,H,'FaceColor', [.871 .49 0], 'Linestyle', 'none')
set(h,'BaseValue',-dr)
ylim([-dr 0])
set(gca,'XTick', -4:7)
grid on
ylabel('decibels')
xlabel('DFT bins')
title('"Leakage" from a sinusoid (rectangular window)')
|
This image (or all images in this category) uses inside labels or attached captions in a specific script or language and should be converted to a language neutral form. This would allow its use in all Wikimedia projects and, more importantly, all Wikimedia languages.
Bahasa Melayu ∙ català ∙ čeština ∙ Deutsch ∙ English ∙ español ∙ français ∙ italiano ∙ magyar ∙ Nederlands ∙ Plattdüütsch ∙ português ∙ sicilianu ∙ slovenčina ∙ suomi ∙ беларуская (тарашкевіца) ∙ македонски ∙ русский ∙ српски / srpski ∙ 한국어 ∙ 日本語 ∙ 中文 ∙ 中文(简体) ∙ فارسی ∙ +/− |
date/time | username | edit summary |
---|---|---|
01:47, 17 December 2005 | en:User:Bob K | (I created this image myself, using Matlab tools.) |
Predmeti prikazani u ovoj datoteci
motiv
Određene vrijednosti bez stavke na projektu Wikipodatci
17. prosinca 2005
image/png
Povijest datoteke
Kliknite na datum/vrijeme kako biste vidjeli datoteku kakva je tada bila.
Datum/Vrijeme | Minijatura | Dimenzije | Suradnik | Komentar | |
---|---|---|---|---|---|
sadašnja | 05:25, 17. prosinac 2011. | 508 × 412 (47 KB) | wikimediacommons>Bob K | Remove gray border. Annotate sidelobes, main lobe, sidelobe level. |
Poveznice
Na ovu sliku vode poveznice sa sljedećih stranica:
Metapodatci
Ova datoteka sadržava dodatne podatke koje je vjerojatno dodala digitalna kamera ili skener u procesu snimanja odnosno digitalizacije. Ako je datoteka mijenjana, podatci možda nisu u skladu sa stvarnim stanjem.
Vodoravna razlučivost | 37,8 dpc |
---|---|
Okomita razlučivost | 37,8 dpc |
Korišteni softver |
|