File:Kaiser-Window-Spectra.jpg
From formulasearchengine
Jump to navigation
Jump to search

Size of this preview: 622 × 451 pixels. Other resolution: 320 × 232 pixels.
Original file (622 × 451 pixels, file size: 210 KB, MIME type: image/jpeg)
This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.
| DescriptionKaiser-Window-Spectra.jpg |
English: Spectra of two Kaiser windows |
|||
| Date | ||||
| Source | Own work | |||
| Author | Bob K | |||
| Permission (Reusing this file) |
|
|||
| Other versions | The JPG image generated by the enclosed Octave script replaces the previous versions, which were derived from Kaiser-Window-Spectra.svg by RetoGalli | |||
| Source code InfoField | Matlabgraphics_toolkit gnuplot
N = 2^17;
n = 0:N-1;
P = 15; % Maximum bin index drawn
dr = 100; % dynamic range of plot
M = 32; % Fourier transform size as multiple of window length
k = ([1:M*N]-1-M*N/2)/M;
k2 = [-P : 1/M : P];
figure
hold on
set(gca,'FontSize',10)
alpha = 2.4;
w = besseli(0,pi*alpha*sqrt(1-(2*n/(N-1) -1).^2))/besseli(0,pi*alpha);
H = abs(fft([w zeros(1,(M-1)*N)]));
H = fftshift(H);
H = H/max(H);
H = 20*log10(H);
H = max(-dr,H);
H2 = interp1 (k, H, k2);
plot(k2, H2, 'color', 'blue')
xlim([-P P])
ylim([-dr 6])
set(gca,'YTick', [0 : -10 : -dr])
grid('on')
ylabel('decibels')
xlabel('DFT bins')
text(2.1, -15, '\alpha=2.4', 'color', 'blue', 'fontsize', 12)
alpha = 1.2;
w = besseli(0,pi*alpha*sqrt(1-(2*n/(N-1) -1).^2))/besseli(0,pi*alpha);
H = abs(fft([w zeros(1,(M-1)*N)]));
H = fftshift(H);
H = H/max(H);
H = 20*log10(H);
H = max(-dr,H);
H2 = interp1 (k, H, k2);
plot(k2, H2, 'color', 'red')
text(6.6, -38, '\alpha=1.2', 'color', 'red', 'fontsize', 12)
hold off
| |||
| Source code InfoField | SVG code
|
Original upload log
The 4/30/2009 version is a derivative work of the following image:
- File:Kaiser-Window-Spectra.svg licensed with PD-self
- 2007-09-19T19:46:29Z RetoGalli 560x420 (146283 Bytes) {{Information |Description=Spectra of Kaiser windows
Uploaded with derivativeFX
Captions
Add a one-line explanation of what this file represents
Items portrayed in this file
depicts
25 February 2013
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 01:40, 27 February 2013 | 622 × 451 (210 KB) | wikimediacommons>Bob K | Replace legend with individual labels on each trace. Zoom in. Label x-axis in DFT bins. |
File usage
There are no pages that use this file.