File:Spectral leakage from a sinusoid and rectangular window.png
Spectral_leakage_from_a_sinusoid_and_rectangular_window.png (508 × 412 pixels, file size: 47 KB, MIME type: image/png)
Captions
Transferred from en.wikipedia to Commons by Maksim.
Summary
[edit]DescriptionSpectral 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. |
|||
Date | ||||
Source | Own work I created this image myself, using Matlab tools and PowerPoint to annotate the graph and create a png file. | |||
Author | Bob K | |||
Permission (Reusing this file) |
|
|||
Other versions |
|
|||
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.) |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 05:25, 17 December 2011 | 508 × 412 (47 KB) | Bob K (talk | contribs) | Remove gray border. Annotate sidelobes, main lobe, sidelobe level. | |
20:04, 20 March 2006 | 514 × 421 (6 KB) | Maksim (talk | contribs) | La bildo estas kopiita de wikipedia:en. La originala priskribo estas: == Summary == I created this image myself, using Matlab tools. == Licensing == {{PD-self}} {| border="1" ! date/time || username || edit summary |---- | 01:47, 17 December 2005 || [[: |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on es.wikipedia.org
- Usage on fa.wikipedia.org
- Usage on hr.wikipedia.org
- Usage on ja.wikipedia.org
- Usage on ko.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Horizontal resolution | 37.8 dpc |
---|---|
Vertical resolution | 37.8 dpc |
Software used |