File:Sampled signal DFT time aliasing.pdf
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this JPG preview of this PDF file: 800 × 591 pixels. Other resolutions: 320 × 236 pixels | 640 × 473 pixels | 1,024 × 756 pixels | 1,162 × 858 pixels.
Original file (1,162 × 858 pixels, file size: 14 KB, MIME type: application/pdf)
File information
Structured data
Captions
DescriptionSampled signal DFT time aliasing.pdf |
English: Example of aliasing in time (visible especially around the origin), due to too low time interval , of a sampled analogue signal.
Italiano: Esempio di aliasing nel tempo (visibile soprattutto intorno all'origine), dovuto a intervallo di tempo troppo basso, di un segnale analogico campionato. |
|||
Date | ||||
Source | Own work | |||
Author | Luca Ghio | |||
Permission (Reusing this file) |
|
|||
gnuplot source InfoField | click to expand
fc=4 * 40.52;
N=128;
Tc=1/fc;
T0=N*Tc;
Df=1/T0;
n=[0:N-1];
x_samp=exp(-2*n*Tc);
f=[-N/2:N/2-1]*Df;
DFT=fftshift(fft(x_samp,N));
figure
set (gca,'FontSize',14)
stem(f,abs(DFT)*Tc)
xlabel('f\cdot f_c')
ylabel('|X(f)|')
axis([-20 20 0 0.6])
grid on
hold on
f=[-N/2:0.01:N/2-1]*Df;
X=abs(1./(2+j*2*pi*f));
plot(f,X,'r--')
|
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 21:20, 22 January 2017 | 1,162 × 858 (14 KB) | Luca Ghio (talk | contribs) | {{Information |Description= {{en|Example of aliasing in time (visible especially around the origin), due to too low time interval <math>T_0</math>, of a sampled analogue signal.}} {{it|Esempio di aliasing nel tempo (visibile soprattutto intorno all'ori... |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on it.wikibooks.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Software used | TeX |
---|---|
Conversion program | pdfTeX-1.40.16 |
Encrypted | no |
Page size | 558 x 412 pts |
Version of PDF format | 1.5 |