Understanding the discrete time Fourier transformation

AI Thread Summary
The discussion centers on the Discrete Time Fourier Transform (DTFT) and its application to time-discrete signals. It explains that the DTFT sums samples using a complex exponential function, where angular frequency is normalized by the sampling rate. The concept of angular frequency is clarified as the rate of phase change in radians per second, which is equivalent to frequency in cycles per second. The conversation also touches on the implications of finite waveform analysis, noting that truncation can introduce errors, which can be mitigated through windowing techniques. Understanding these principles is essential for analyzing how input time functions correlate with frequency components in the frequency domain.
Luk
Let's consider a signal which is continuous in both time and amplitude. Now we consider the amplitude of this signal at specific time instants only. This is my understanding of sampling a signal in time domain.

When performing a Fourier transform on a time discrete signal, we have to apply the DTFT. The DTFT sums upp all the samples multiplied by a complex exponential function. In this complex exponential function we multiply an angular frequency with the index k. Well, I'm not sure what this is all suppossed to tell me. But I especially can't get my head around the angular frequency, which is somehow normalized on the sampling rate. What does this mean?
 
Engineering news on Phys.org
Luk said:
Let's consider a signal which is continuous in both time and amplitude. Now we consider the amplitude of this signal at specific time instants only. This is my understanding of sampling a signal in time domain.

When performing a Fourier transform on a time discrete signal, we have to apply the DTFT. The DTFT sums upp all the samples multiplied by a complex exponential function. In this complex exponential function we multiply an angular frequency with the index k. Well, I'm not sure what this is all suppossed to tell me. But I especially can't get my head around the angular frequency, which is somehow normalized on the sampling rate. What does this mean?
Give these videos a try, they might have the answer you need.

https://greatscottgadgets.com/sdr

I watched them quite a while ago and found the concepts very well explained and easy to follow.
 
Luk said:
But I especially can't get my head around the angular frequency
There is nothing magic about 'angular frequency'. You can describe a signal that's varying sinusoidally in time in terms of frequency f (the number of cycles per second) so
A = A0 sin(2πft) (or any other time dependent waveform)
OR in terms of the angular frequency, which is the number of radians of phase per second
A=A0 sin(ωt)
They are totally equivalent but a page full of 2π's is hard to read. So, to repeat, the angle that's referred to in 'angular frequency' is the rate of change (in radians) of phase of each of the Fourier components of the signal. Harmonics still have the same integer ratios for ω as for f.

If you can accept that any signal that's described in the temporal domain (i.e. scope trace) can also be described in the frequency domain. (Ordinary frequencies at this stage). If the waveform is repeated then the Fourier Transform consists of harmonics of the fundamental repeat frequency. If you only have time to analyse a finite length extracted out of the waveform then you have to assume that it repeats itself and you 'loop' the waveform. The only Fourier transform you can do on this signal is called a Discrete Fourier Transform and it introduces errors (artefacts) because of the truncation. You can improve on this by 'windowing' the waveform but that's another matter.
 
Luk said:
I'm not sure what this is all suppossed to tell me
One way it's possible to look at the FT is that the transform shows how the input time function correlates (that +/-∞ integral) with any chosen frequency. i.e it shows how much of that part of the frequency spectrum is present in the input waveform. The output is a string of values, resulting from that correlation, carried out for all frequencies. For a DFT, the only frequencies with non- zero components can only be harmonics.
You also ask about the relevance to the sampling rate. The rate of the samples (fs for the calculation will be an integer multiple of the repeat, fundamental, frequency f0 (2nf in the case of an FFT) so the highest frequency that's recorded with no aliasing will be fs/2 (Nyquist criterion)
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Back
Top