Jump to content

File:Window function (rectangular).svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Simple English Wikipedia, the free encyclopedia
Original file (SVG file, nominally 901 × 346 pixels, file size: 472 KB)
This file has been superseded by Window function and frequency response - Rectangular.svg. It is recommended to use the other file. Please note that deleting superseded images requires consent.
new file

Summary

Description
English: rectangular window and frequency response
Date
Source Own work     I saved both plots in EPS, then I converted them to SVG with Scribus and merged them with Inkscape
Author Bob K, converted to SVG by Alessio Damato
Permission
(Reusing this file)
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Other versions

This file was derived from: Window function (rectangular).png

Derivative works of this file:  Window function and frequency response - Rectangular.svg
SVG development
InfoField
 The SVG code is valid (3 warnings)
 This vector image was created with Scribus by Alejo2083.
Matlab source
InfoField
click to expand

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

N=128;
k=0:N-1;

dr = 60;
w = ones(1,N);

B = N*sum(w.^2)/sum(w)^2;   % noise bandwidth (bins)

H = abs(fft([w zeros(1,7*N)]));
H = fftshift(H);
H = H/max(H);
H = 20*log10(H);
H = max(0,dr+H);

figure
area(k,w,'FaceColor', [0 .4 .6])
xlim([0 N-1])
ylim([0 2])
set(gca,'XTick', [0 : 1/8 : 1]*(N-1))
set(gca,'XTickLabel','0| | | | | | | |N-1')
grid on
ylabel('amplitude')
xlabel('samples')
title('Window function (rectangular)')

figure
stem(([1:(8*N)]-1-4*N)/8,H,'-');
set(findobj('Type','line'),'Marker','none','Color',[.871 .49 0])
xlim([-4*N 4*N]/8)
ylim([0 dr])
set(gca,'YTickLabel','-60|-50|-40|-30|-20|-10|0')
grid on
ylabel('decibels')
xlabel('DFT bins')
title('Spectral "leakage" from a rectangularly windowed sinusoid')

Improvements

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.

беларуская (тарашкевіца)  català  čeština  Deutsch  English  español  فارسی  suomi  français  magyar  italiano  日本語  한국어  македонски  Bahasa Melayu  Plattdüütsch  Nederlands  português  русский  sicilianu  slovenčina  slovenščina  српски / srpski  中文  中文(简体)  +/−

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

14 December 2005

image/svg+xml

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current20:12, 22 October 2007Thumbnail for version as of 20:12, 22 October 2007901 × 346 (472 KB)Alejo2083== Summary == {{Information |Description= rectangular window and frequency response |Source=self-made |Date=14-Dec-2005 |Author= Bob K, converted to SVG by ~~~ }} source: http://en.wikipedia.org/wiki/Window_Function author: http://en.wiki

The following page uses this file:

Global file usage

The following other wikis use this file: