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檔案的原始碼通過W3C驗證 (3 warnings)
 
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  한국어  日本語  中文  中文(简体)‎  فارسی  +/−

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

檔案來源 Chinese (Taiwan) (已轉換拼寫)

image/svg+xml

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2007年10月22日 (一) 20:32於 2007年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 使用了這個檔案: