Fitxer:Window function (hann).svg

El contingut de la pàgina no s'admet en altres llengües.
De la Viquipèdia, l'enciclopèdia lliure

Fitxer original(fitxer SVG, nominalment 906 × 346 píxels, mida del fitxer: 477 Ko)

Descripció a Commons
Aquest fitxer ha estat substituït per File:Window function and frequency response - Hann.svg. Es recomana utilitzar l'altre. Tingueu en compte que per suprimir imatges substituïdes cal consens.
new file

Resum

Descripció
English: Hann window and frequency response
Data
Font Treball propi     I saved both plots in EPS, then I converted them to SVG with Scribus and merged them with Inkscape
Autor Bob K, converted to SVG by Alessio Damato
Permís
(Com reutilitzar aquest fitxer)
Public domain Jo, el titular del copyright d'aquesta obra, l'allibero al domini públic. Això s'aplica a tot el món.
En alguns països això pot no ser legalment possible, en tal cas:
Jo faig concessió a tothom del dret d'usar aquesta obra per a qualsevol propòsit, sense cap condició llevat d'aquelles requerides per la llei.
Altres versions

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

Derivative works of this file:  Window function and frequency response - Hann.svg
SVG genesis
InfoField
 
El codi font d'aquest SVG és vàlid.
 
Aquesta imatge vectorial ha estat creada amb Scribus per Alejo2083
Matlab source
InfoField
click to expand

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

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

dr = 100;
w = 0.5 - 0.5*cos(2*pi*k/(N-1));

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])
set(gca,'XTick', [0 : 1/8 : 1]*(N-1))
set(gca,'XTickLabel','0| | | | | | | |N-1')
grid on
ylabel('amplitude')
xlabel('samples')
title('Window function (Hann)')

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','-100|-90|-80|-70|-60|-50|-40|-30|-20|-10|0')
grid on
ylabel('decibels')
xlabel('DFT bins')
title('Frequency response (Hann)')

Improvements

Aquesta imatge, o les imatges d'aquesta categoria, utilitza etiquetes o llegendes en un alfabet o llengua particular i es podria convertir a una forma lingüística neutra. Això permetria el seu ús en tots els projectes de Wikimedia i, encara més important, en totes les llengües de Wikimedia.

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

Llegendes

Afegeix una explicació d'una línia del que representa aquest fitxer

Elements representats en aquest fitxer

representa l'entitat

Historial del fitxer

Cliqueu una data/hora per veure el fitxer tal com era aleshores.

Data/horaMiniaturaDimensionsUsuari/aComentari
actual22:27, 22 oct 2007Miniatura per a la versió del 22:27, 22 oct 2007906 × 346 (477 Ko)Alejo2083== Summary == {{Information |Description= Hann window and frequency response |Source=self-made |Date=15-Dec-2005 |Author= Bob K, converted to SVG by ~~~ }} source: http://en.wikipedia.org/wiki/Window_Function author: http://en.wikipedia.o

La pàgina següent utilitza aquest fitxer:

Ús global del fitxer

Utilització d'aquest fitxer en altres wikis: