Anar al contingut

Archiu:Window function (gauss).svg

De L'Enciclopèdia, la wikipedia en valencià
Resolució completa. ((Image SVG, nominalment 883 × 346 pixels, tamany d'archiu: 484 kB))

Est archiu és de Wikimedia Commons i pot usar-se en atres proyectes. La descripció en la seua pàgina de descripció de l'archiu es mostra més avall.

Summary

Description
English: Gauss window and frequency response for sigma = 0.4. I saved both plots in EPS, then I converted them to SVG with Scribus and merged them with Inkscape
Date
Source Own work based on: Window function (gauss).png by Bob K
Author Alessio Damato
Other versions Derivative works of this file:  Window function and frequency response - Gaussian (sigma = 0.4).svg
SVG development
InfoField
 The SVG code is valid.
 This diagram was created with MATLAB.
 and with Inkscape.
This file has been superseded by Window function and frequency response - Gaussian (sigma = 0.4).svg. It is recommended to use the other file. Please note that deleting superseded images requires consensus.
new file

Source code

The logo of MATLAB – numerical computing environment
The logo of MATLAB – numerical computing environment
This media was created with MATLAB (numerical computing environment)
Here is a listing of the source used to create this file.

Deutsch  English  +/−

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

dr = 60;
sigma = 0.4;
w = exp(-0.5*( (k-(N-1)/2)/(sigma*(N-1)/2) ).^2);

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 (Gauss, \sigma = 0.4)')

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('Frequency response (Gauss, \sigma = 0.4)')

Licensing

Public domain This work has been released into the public domain by its author, Bob K at English Wikipedia. This applies worldwide.
In some countries this may not be legally possible; if so:
Bob K grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.


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 English

creator English

Some value without a Wikidata item

inception English

16 December 2005

media type English

image/svg+xml

Historial de l'image

Puncha en la data/hora per a vore l'image tal i com es mostrava en eixe moment.

Data/HoraMiniaturaDimensionsUsuariDescripció
actual20:32 22 oct 2007Sense miniatura883 × 346 (484 kB)wikimediacommons>Alejo2083== Summary == {{Information |Description= Gauss window and frequency response for sigma = 0.4 |Source=self-made |Date=16-Dec-2005 |Author= Bob K, converted to SVG by ~~~ }} source: http://en.wikipedia.org/wiki/Window_Function author: http

Les següents pàgines enllacen ad esta image: