File:Window function (gauss).svg

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

原始文件(SVG文件,尺寸为883 × 346像素,文件大小:484 KB)


本文件已被Window function and frequency response - Gaussian (sigma = 0.4).svg取代。建议您使用其他文件。请注意,删除被取代的图片需要达成一致
new file

摘要

描述
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
作者 Bob K, converted to SVG by Alessio Damato
授权
(二次使用本文件)
本作品已被作者中文维基百科项目的Bob K释出到公有领域。这适用于全世界。

如果这样做不合法的话:
Bob K无条件地授予任何人以任何目的使用本作品的权利,除非这些条件是法律规定所必需的。

其他版本

本檔案衍生自: Window function (gauss).png

此文件衍生的作品:  Window function and frequency response - Gaussian (sigma = 0.4).svg
SVG开发
InfoField
 
SVG的源代码为有效代码 (3 warnings)
 
矢量图Alejo2083使用Scribus创作。
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 = 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)')

Improvements

本图像(或者本分类中的所有图像)用一个特殊的脚本或语言在内部使用了标签或附属的说明文字,这可以转换为语言中立图表。这样它可以用于所有的维基媒体计划,更重要的是,可以用于所有语言版本的维基媒体计划。

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

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

image/svg+xml

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2007年10月22日 (一) 20:322007年10月22日 (一) 20:32版本的缩略图883 × 346(484 KB)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

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件: